cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
fgmwww
Level 3

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
Labels (1)
0 Kudos
(1) Reply
D_Fraz
Level 4

function OnUninstall()
begin
LauchAppAndWait("your.bat file","",WAIT);
end;
0 Kudos