Randem Systems Support Board

InnoScript => InnoScript - General Questions, Report Bugs, Problems etc... => Topic started by: (Unregistered Guest) on May 31, 2004, 03:28:34 AM

Title: Passing parameters to an application
Post by: (Unregistered Guest) on May 31, 2004, 03:28:34 AM
Hello,
 
I need to create a start-up icon using InnoScript that would pass a certain variable to the application:
 
Name: {group}myApp; Filename: {app}myApp.exe; WorkingDir: {app}
 
How do I change this line so that it would also contain run so the application would be called by using myApp.exe run
 
I tried to add it to the end of the .exe but windows calls it this way: myApp.exe run hence windows can't find it.
 
Thanks for your help and a great program!
Title: Passing parameters to an application
Post by: admin on May 31, 2004, 09:28:29 AM
That would be a question for the people at Inno Setup (http://www.jrsoftware.org) if the question is in regards to syntax. If it is in reguard as to how to get InnoScript to add the line, You would just use the template function and have it merged into the script.

If I mis-understood your question, please let me know.

Thanks