Man, Shirley wrote:
Is there a way to disallow uninstall (i.e., by throwing an error message) if any of the installed files is in use? Any property I can check in <Condition/>? The default behavior allows users to choose Ignore and proceed with the uninstall process.

There's no built-in method to detect when files might be in use. The MSI standard is to let the uninstall proceed and require a reboot. Refusing to uninstall is considered more rude than requiring a reboot, presumably. You'd have to use a custom action to do otherwise.

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

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to