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
- :
- Re: How can I launch a .bat file from installscript?
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
May 16, 2012
09:57 AM
How can I launch a .bat file from installscript?
Hi,
I'm quite new with Installshield and Installscript, sorry if I ask very simple things.
When I unsinstall the application I need to uninstall and kill some services
some services only are possible to kill with a specific .bat file.
I would like to execute a .bat file throw installscript.
Can Anybody help me?
Thank you very much
I'm quite new with Installshield and Installscript, sorry if I ask very simple things.
When I unsinstall the application I need to uninstall and kill some services
some services only are possible to kill with a specific .bat file.
I would like to execute a .bat file throw installscript.
Can Anybody help me?
Thank you very much
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 18, 2012
09:31 AM
function OnUninstall()
begin
LauchAppAndWait("your.bat file","",WAIT);
end;
begin
LauchAppAndWait("your.bat file","",WAIT);
end;