I'm doing it like this:
<Property Id="SURVEYURL">explorer</Property>
<CustomAction Id="TakeSurvey" Property="SURVEYURL" Return="asyncNoWait" 
ExeCommand="$(var.SurveyURL)"></CustomAction>

<InstallExecuteSequence>
<Custom Action="TakeSurvey" Sequence="101">REMOVE="ALL" AND NOT 
UPGRADINGPRODUCTCODE</Custom>
</InstallExecuteSequence>

But this runs before a successful uninstallation that isn't an upgrade

Anthony Wieser
Wieser Software ltd


Pulling my hair out on this one... Can anyone show a simple set of snippets 
that would allow a custom action (launching the default web browser to go to 
'http://localhost/test/page.html') to run after successful installation? I 
thought this would be straightforward, but for some reason it's just not.

Help? 


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