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
- :
- Execute Batch File from InstallScipt MSI project
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
‎Feb 14, 2008
09:16 AM
Execute Batch File from InstallScipt MSI project
Hi Dudes
Can anyone let me know how to execute a batch file ?
I will be very thankful if anyone provide me the code.
Thanks
Mayank
Can anyone let me know how to execute a batch file ?
I will be very thankful if anyone provide me the code.
Thanks
Mayank
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 14, 2008
09:31 AM
Run it by using CMD.exe /c \"{batch file path here\"
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 15, 2008
04:12 AM
I've just started install Shield so plz guide me how and where should i write code to run it.