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

Reply via email to