:-( I have multi-MSI installation chained by our External UI 
application. Is there a way, how to detect locked files before the whole 
installation chain is run?

I know about INSTALLMESSAGE_FILESINUSE, but I'd like to display one 
message containing all blocking programs instead of one message for each 
chained MSI.

Thank you for your help
Ondřej Zarevúcky


On 28.2.2011 16:17, Rob Mensching wrote:
> Unfortunately, no. The Windows Installer cannot do what you desire. It would
> have been nice if they had though.
>
> On Mon, Feb 28, 2011 at 6:09 AM, Ondrej Zarevucky
> <ondrej.zarevu...@fine.cz>wrote:
>
>> Hi,
>> I'm having problem with a scenario where the user has a program running
>> while he installs an update (implemented as Major upgrade). The Windows
>> Installer cannot replace all the files so it finishes with error code =
>> ERROR_SUCCESS_REBOOT_REQUIRED.
>>
>> After the installation is completed the user can still use the older
>> version of the program, but any Dynamic Libraries which were not loaded
>> during the update are in the new version and are incompatible with the
>> old program and the program crashes.
>>
>> Can I instruct Windows Installer to keep the old version consistent and
>> perform the whole update procedure during Windows restart? How do you
>> solve this issue?
>> (Our programs are not prepared to use Restart Manager and our
>> installations are using just Windows Installer 2.0)
>>
>> Thank you for your help
>> Ondřej Zarevúcky
>>
>>
>> ------------------------------------------------------------------------------
>> Free Software Download: Index, Search&  Analyze Logs and other IT data in
>> Real-Time with Splunk. Collect, index and harness all the fast moving IT
>> data
>> generated by your applications, servers and devices whether physical,
>> virtual
>> or in the cloud. Deliver compliance at lower cost and gain new business
>> insights. http://p.sf.net/sfu/splunk-dev2dev
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>
>

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to