Install new version of running app using MSI

Posted by Uwe on Server Fault See other posts from Server Fault or by Uwe
Published on 2011-01-04T09:04:22Z Indexed on 2011/01/04 10:56 UTC
Read the original article Hit count: 189

Filed under:
|
|
|

We run a x-copy deployed .net application on our Windows 2008 R2 terminal server. If I want to deploy a new version the file handle is locked by all users running the application. I wonder if I'd deploy using MSI if I could run the installation even when the .exe file is opened and locked by the users. My goal is that each user gets the new version if he/she opens the app the next time. I don't want all users to have to close the application for deployment itself.

© Server Fault or respective owner

Related posts about deployment

Related posts about .NET