Anil Prasad wrote:

We use WiX to package our binaries. One strange issue we are seeing is during custom installation. If I don't select any feature, and proceed to install, I see dummy installation entry in Add Remove programs. Does any one knows how to detect this in WiX and prevent it?


Check a verbose log around the InstallValidate action. Likely, you have components getting installed (e.g., from a merge module). MSI removes a product when it publishes no features.

--
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