Hi WiX users,

I am seeking advice how I can accomplish the following:

I found out how to sequence custom actions "after InstallFinalize". For my
installation requirements I need a finer degree of control when custom
actions are run, particularily I am seeking for a way to execute a custom
action "after successful installation of component/feature xyz" and "after
deinstallation of component/feature xyz" (regardless wether successful or
not). Can this be done?

 The whole story: I have a msi that contains 2 components/features, lets
name them MainComponent and OptionalComponent. MainComponent includes an
.exe which needs to run if OptionalComponent is installed. Likewise, if
OptionalComponent is deinstalled, the .exe needs to run again. If both
MainComponent and OptionalComponent are selected for uninstall,
OptionalComponent needs to be uninstalled, then the .exe must run, and then
MainComponent needs to be uninstalled.

Doesn't look to difficult, but reading the docs about sequencing actions I
found nothing hepful. Can anyone help me?

(A pointer to a piece of documentation will do nicely ...)

Thanks,

Armin.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to