This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- how to lanch a .exe file from cmd.exe
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 05, 2009
04:05 PM
how to lanch a .exe file from cmd.exe
Hi friends,
In my msi project I need to lanch a .exe file from command windows (cmd.exe).
Please, can you suggest me how to do ?
Precisely, my msi project consists of two .exe file, 1.exe and 2.exe. The second one, 2.exe, is a third party and needs to be lanched from windows cmd.exe command line to be installed.
Please, help me.
Thanks very much.
Vincenzo.
In my msi project I need to lanch a .exe file from command windows (cmd.exe).
Please, can you suggest me how to do ?
Precisely, my msi project consists of two .exe file, 1.exe and 2.exe. The second one, 2.exe, is a third party and needs to be lanched from windows cmd.exe command line to be installed.
Please, help me.
Thanks very much.
Vincenzo.
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 06, 2009
01:02 AM
Use msiexec command line parameters
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 06, 2009
04:45 AM
Do you have understand the question ?
It seems no ....
Vincenzo
It seems no ....
Vincenzo
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 06, 2009
08:37 AM
Have you tried creating a "launch an executable" custom action?