How to shell exe from Install Project

  • Thread starter Thread starter Rathtap
  • Start date Start date
R

Rathtap

I want to pass arguments and shell an exe from my install project.
This exe in turn installs some third party runtime files that are
being used in my appliation. How can I do it?
 
If the exe that installs a 3rd party runtime is MSI-based, there's a good
chance it won't work from your custom action because two MSI-based installs
can't be run simultaneously. Other than that, a custom action is what you
can use.
 
Phil -- your plug worked, I ordered the book!
Phil Wilson said:
If the exe that installs a 3rd party runtime is MSI-based, there's a good
chance it won't work from your custom action because two MSI-based installs
can't be run simultaneously. Other than that, a custom action is what you
can use.
--
Phil Wilson
[MVP Windows Installer]
http://www.amazon.com/exec/obidos/tg/detail/-/1590592972/104-7044380-4696760

Rathtap said:
I want to pass arguments and shell an exe from my install project.
This exe in turn installs some third party runtime files that are
being used in my appliation. How can I do it?
 
Back
Top