Passing parameters to an application

Started by (Unregistered Guest), May 31, 2004, 03:28:34 AM

Previous topic - Next topic

admin

That would be a question for the people at Inno Setup 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

(Unregistered Guest)

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!