HI,
I am new to InstallShield. I want to know how to run the batch file using Installshield. I done my project in InstallScript MSI Project.
Please help me
Vidya
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

Running batch file
Started by
vidyakulkarni
, Jun 17 2005 00:20
2 replies to this topic
Posted 17 June 2005 - 09:18
running a batch file is like running every other executable file.
you can run it directly or via cmd.exe or command.com (depends on OS).
see OS help for parameters for running batch file from cmd.exe/command.com ...
you can run it directly or via cmd.exe or command.com (depends on OS).
see OS help for parameters for running batch file from cmd.exe/command.com ...
Gruß / regards
Thomas
Thomas
Posted 01 September 2005 - 10:13
you can use LaunchAppAndWait function in InstallScript to launch the batch file.