>Can a Type 18 custom action have a dynamically designated command line
>property such that the target executable of the custom action is aware
>that it is being executed during installation or uninstallation? If so,
>what internal variable can be used to determine the current condition of
>the MSI?

Hi Alan,

Instead of changing target, schedule two custom actions: one conditioned on
running during fresh install (and maintenance install if needed) and another
one conditioned on uninstall.
See http://msdn.microsoft.com/en-us/library/aa368013(VS.85).aspx for
details.

Alex



------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to