[EMAIL PROTECTED] wrote:
>     <CustomAction
>       Id="LaunchFile"
>       Property="STUBENV"
>       ExeCommand="/installA" />
>     <CustomAction
>       Id="LaunchFile2"
>       Property="STUBENV"
>       ExeCommand="/loadProfile .\Profile\Settings.settings" />
>   

These are immediate custom actions, so they run during script generation 
before the files have actually been installed. Make them 
Execute="deferred" so they run during script execution after files have 
been installed.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to