Conditions on custom actions are positive - the action runs if the condition is true.
I think you simply want NOT Installed - which may seem counter-intuitive, but I believe the Installed property is set at the beginning of the install process and isn't updated during the process. -- Mike Dimmick -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Wieser Sent: 31 May 2007 06:26 To: S C; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] v3 Simple Custom Action? 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 ------------------------------------------------------------------------- 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