Jump to content


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.
Photo

Running batch file


2 replies to this topic

vidyakulkarni

vidyakulkarni
  • Members
  • 2 posts

Posted 17 June 2005 - 00:20

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

Perotin

Perotin
  • Full Members
  • 407 posts

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 ...
Gruß / regards
Thomas

bhoovi_s

bhoovi_s
  • Full Members
  • 7 posts

Posted 01 September 2005 - 10:13

you can use LaunchAppAndWait function in InstallScript to launch the batch file.