Still no luck. It now fails to install all together.

To give more context, I chain all the commands after InstallFinalize. Look
in the original email for entire code.

    <CustomAction Id="SET_STUBENV" Return="check" Execute="immediate"
Property="STUBENV" Value="[TARGETDIR]$(var.SKUName).exe" />
    <CustomAction Id="STUB_SETUP" Property="STUBENV" Execute="deferred"
ExeCommand="/setup" Return="check" Impersonate="no" />
    <CustomAction
      Id="LaunchFile"
      Execute="deferred"
      Property="STUBENV"
      ExeCommand="/installvstemplates" />
    <CustomAction
      Id="LaunchFile2"
      Execute="deferred"
      Property="STUBENV"
      ExeCommand="/resetsettings .\Profile\CurrentSettings.vssettings" />

Thanks,
RG
> [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