Archive: Using command-line switches... possible?


During post installation I am trying execute an application using command-line switches. It doesn't seem possible.

(ie: Exec '"$INSTDIR\file.exe -min"')

It executes the application as if no switches were used.
I tried using ExecWait and even tried using ExecShell without success.

Have I missed something?
If not could this feature be added to a future release?


The readme says something about this. You would need to do the following:

Exec '"$INSTDIR\file.exe" -min'