Anton Filippov wrote:
> How I can set some variables for uninstall. I have one error in custom 
> action and default uninstallation always finished with error (custom 
> action don't return ERROR_SUCCESS value to install and installer 
> interpret this as error). But if I set some property and uninstall - 
> all correct.
> Can I do this?
> I've found line in log file:
> RemoveExistingProducts: Application: {OLD INSTALL GUID}, Command line: 
> UPGRADINGPRODUCTCODE={GUID}  CLIENTUILEVEL=0 REMOVE=ALL
> Can I change this?

No, MSI doesn't support passing properties to the RemoveExistingProducts 
uninstall. You should have the upgrading app load its own properties.

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