My installer is of InstallScript project. In setup script, I need to get the full command line by which my installer is invoked in silent mode, e.g. I run following command:
myinstaller.exe /s /f1c:\myiss.iss
How can I get the full command line "myin...