Hi,

The best way to install multiple setups as chain is to use a bootstrapper. In
WiX this bootstrapper is called burn.
Burn also handles uninstall and repair for all setups in the chain.

Regards,
Markus

> dileep s <dileep.sanamp...@gmail.com> hat am 9. Oktober 2013 um 08:02
> geschrieben:
> 
> 
> Dear All,
> 
> Its my requirement.
> 
> I have a problem to launch the setup.exe (which is not included in package)
> file from CURRENTDIRECTORY.
> 
> <CustomAction Id="Install_D" Directory="CURRENTDIRECTORY"
> Execute="deferred" ExeCommand="[CURRENTDIRECTORY]\setup.exe -install"
> Return="check" />
> 
> <InstallExecuteSequence>
>       <Custom Action="Install_D" After="InstallInitialize">NOT
> Installed</Custom>
> </InstallExecuteSequence>
> 
> What's the best way to launch a dependent setup with my MSI install?
> 
> so, please help me on this.
> 
> Regards,
> Dileep.
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to