Actually, I locking for easy way to give to my App ability to
Update version on Terminal Server. The problem is, that
When one user open App the EXE is locked up.
So, in traditional way I must give to each user his own copy of App.
If have a way to keep old version beside new one, and OS take the Latest
Its will be fun.
Mttc,
Have you considered using a "Launcher" for your app, where the user actually
starts a small exe, that creates a new AppDomain with shadow copying enabled
(via the AppDomain.SetShadowCopyFiles)?
Searching google for "appdomain launcher" brings up a number of hopeful
links...
Hope this helps
Jay
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.