Resource files in silent deployment scenarios

G

Guest

Hi,
We are using silent or no-tocuh deployment to deploy our application. Can silent deployment be given the capability of using resource files like reports or image files and load them at run time
We can one .exe file and about 10 dlls that are called by .exe file when required. If it is possible to use resource files where can we put the resource files so that they can be used accross applications
Any thoughts or suggestions will greatly appreciated..
Thank
Rupa
 
R

Rob Teixeira [MVP]

http://msdn.microsoft.com/msdnmag/issues/02/07/NetSmartClients/

Resources are covered about 25% down the page.
If you don't tie into the codebase path of the application, you'll need to
do some relative pathing and manually load the resources from the resulting
URL.
Depending on the type of resources, you might just have to copy them to the
appropriate app directories on the server.

-Rob Teixeira [MVP]

rupa said:
Hi,
We are using silent or no-tocuh deployment to deploy our application. Can
silent deployment be given the capability of using resource files like
reports or image files and load them at run time?
We can one .exe file and about 10 dlls that are called by .exe file when
required. If it is possible to use resource files where can we put the
resource files so that they can be used accross applications?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top