Pascal Scripting: ParamStr
From Inno Setup
Pascal Scripting: ParamStr
Prototype:
function ParamStr(Index: Integer): String;
Description:
Returns the Index-th command line parameter passed to Setup or Uninstall.
From Inno Setup
function ParamStr(Index: Integer): String;
Returns the Index-th command line parameter passed to Setup or Uninstall.