[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.
Forum rules
Posting bugs here is discouraged. Please use our GitHub issue tracker instead: https://github.com/soner-boztas/installforge/issues

When posting a new bug report, please follow these guidelines: https://docs.installforge.net/contribut ... ing-a-bug/
Post Reply
Bitmusterschuster
Posts: 1
Joined: 21 Mar 2016, 08:08

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: 147
Joined: 15 Sep 2014, 12:36

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