Phil"
Date: Monday, February 7, 2011 9:59 am
Subject: Re: [WiX-users] bypass fileinuse
> You could look at Restart Manager and have your exe integrate with
> that, then the install will shut your app down and restart it with
> the new version.
>
> http://msdn.microsoft.com/en
...@hotmail.com]
Sent: Friday, February 04, 2011 2:45 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] bypass fileinuse
Thanks Andreas!
Yes, this would be a solution. One of my components is also a plug-in. I
heard though that there is a way to setup some kind of
I remember using a Windows API to copy files at boot time if they are in use
MoveFileEx (?). Otherwise, files to be copied are copied in a batch file
which is run at boot time through runonce key.
This was before MSI and WIX.
MSi and WIX may have an easier and more acceptable way of doing it a
-users] bypass fileinuse
I've done something similar for an IE plug-in that gets updates on the fly.
But it does require a bit of an architecture change.
I use a directory with the original images (which is where my assemblies get
installed, could be .exes also). I have a core app that
I've done something similar for an IE plug-in that gets updates on the fly.
But it does require a bit of an architecture change.
I use a directory with the original images (which is where my assemblies get
installed, could be .exes also). I have a core app that loads/launches what I
need by c
5 matches
Mail list logo