Hi All,

I have defined two custom actions and I would like it to be triggered 
after InstallFiles, but before StartServices.
Lets say I want to setup the following sequence:
InstallFiles -> CustomAction1 -> CustomAction2 -> StartServices

I would have liked to write:
<Custom Action='CustomAction1' After='InstallFiles' />
<Custom Action='CustomAction2' After='CustomAction1' 
Before="StartServices" />
But, in the wxs, Before and After tags are mutually exclusive in the 
Custom element.
How can I achieve this?

Thanks for your help.
Frederic

------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to