We are in process of creating an self extract exe with help of 7zs.sfx, following instructions provided here
Works well till this point, but we are unable to run the exe via command prompt that accepts command line arguments.
Example: Selfextract.exe arg1 arg2 arg3
There is an option to configure "ExecuteParameters" option in config.txt with hard coded parameters passed as arguments to an application configured with "ExecuteFile"
Example:
;!@Install@!UTF-8!
Title="Application v1.0.0.0"
ExecuteParameters="Argument"
ExecuteFile="Install.exe"
;!@InstallEnd@!
How to pass an argument through command line rather than hard coding the argument in config.txt