With the below code, I am trying to launch multiple commands, however I don't
want to leave CMD prompts open for the two web browser sessions. Also, the
final "success" message does not appear until the final CMD prompt is closed.
How can I make this better?
Thanks.
<Property Id="WEBBROWSERDEFAULT">
<RegistrySearch Id="DefaultBrowser" Type="raw" Root="HKCR"
Key="http\shell\open\command" />
</Property>
<CustomAction Id="CA1" Property="CA1_PROP" Value="[SystemFolder]cmd.exe" />
<CustomAction Id="CA2" Property="CA1_PROP" ExeCommand=" /c [WEBBROWSERDEFAULT]
http://localhost/releaseinfo.txt" Return="asyncNoWait" />
<CustomAction Id="CA3" Property="CA1_PROP" ExeCommand=" /c [WEBBROWSERDEFAULT]
http://www.apple.com" Return="asyncNoWait" />
<CustomAction Id="CA4" Property="CA1_PROP" ExeCommand=" dir \" Return="ignore"
/>
<InstallExecuteSequence>
<!-- <Custom Action="ConfigWebSiteAspNetAssign" After="InstallFiles"></Custom>
-->
<Custom Action="CA1" After="InstallFinalize" >NOT Installed</Custom>
<Custom Action="CA2" After="CA1"></Custom>
<Custom Action="CA3" After="CA1"></Custom>
<Custom Action="CA4" After="CA1"></Custom>
</InstallExecuteSequence>
_________________________________________________________________
With Windows Live Hotmail, you can personalize your inbox with your favorite
color.
www.windowslive-hotmail.com/learnmore/personalize.html?locale=en-us&ocid=TXT_TAGLM_HMWL_reten_addcolor_0607
-------------------------------------------------------------------------
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