No touch deployment and help files

G

Guest

As i understand it, no touch deployment works only with assemblies. How does
one deploy help files with a .net application using no touch deployment ?
 
M

Marek

I am not sure about help but we have some binary/unmanaged files that we
need to push to the client. Trick that works for us is embedding those files
as resources of .NET assembly. Once the assembly gets loaded we extract our
files on the user's machine. It does work 100%.

Marek

p.s. thank you for your insight on policy deployment - you are right,
deployment package will overwirte current policy entirely and that's problem
fo us as well
 
G

Guest

Could you give a bit more information about how to embed a file as a
resource and how you extract it ?

I was thinking of using something like webclient.download to get the files
locally.

I am starting to think about sticking with pure html files for the help.

Thanks a lot!
 

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