[SOLVED] 1.2.9.2 Run a Programm with Parameter does not

Here you will find some useful tutorials and resources for InstallForge created by community members.
Post Reply
Bitmusterschuster
Posts: 1
Joined: Mon Mar 21, 2016 8:08 am

Hi Guys,

if i want to start a Program after the Installation-Process with a Paramter (Km2000.exe /Anpass) it does not work.
I get an Errormessage -> the Programm KM2000.exe /Anpass could not found.
If i start only KM2000.exe ist works ....

Do you have an Workaround for me ?

Thanks in Advance ...

Rudi
User avatar
Soner
Posts: 146
Joined: Mon Sep 15, 2014 12:36 pm

Hello,
you are not able to pass any command line arguments when starting a program after the Installation process. However you can run a batch file which starts the application.
Try the following code within the batch script:

Code: Select all

start KM2000.exe /Anpass 
Best regards,
Soner Boztas, M.Sc. Aerospace Engineering

Add me on LinkedIn: https://www.linkedin.com/in/soner-boztas-engineer
Post Reply