Alexei wrote:
> 1) So how would I find out is Windows Installer is keeping a reference count
> somewhere?
>   

Create a verbose log when install and uninstall:

msiexec /l*vx install.log /i mymsi.msi
...
msiexec /l*vx uninstall.log /x mymsi.msi

Then look for logging around the CostFinalize and InstallValidate 
standard actions; it records when components won't be installed or 
uninstalled.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to