Hi All,

I am getting strange problem. I have added some custom actions on the
previous MSI. That custom action is invoked using installUtil.exe. When I am
executing that MSI working fine in both installation and uninstallation
scenario.

Now I am upgrading my MSI using Major Upgrade. I want to execute the custom
actions again. Now in upgrade scenario it is uninstalling the previously
installed product and installing the new product. Problem is it is not
executing custom action in the installation mode. only uninstall custom
action is working. Then i placed removeexistingproduct after installFinalise
method. If i placed install custom action after removeexistingproduct, I am
able to call that custom action but now it is throwing error. but when i am
trying to execute the same custom action using installutil.exe externally it
is working fine.

Any help on this will be appreciated.

Thanks
Amit
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to