I worked with passing command line parameters through the command line. (/d<name>=<value>). He works.
(/d<name>=<value>)
Later, I found an "parameters"option in the "Run""Inno Setup 5" menu. I tried, but could not get through. My attempts
"parameters"
"Run"
"/dWish=Hello"
/dWish=Hello
"Wish=Hello"
Wish="Hello"
Wish=Hello
And access as {#Wish}. But compilation with an errorundeclared identifier "Wish"
{#Wish}
undeclared identifier "Wish"
This is for option
, Run → Parameters, , (ISCC). , , InnoSetup .
Run
Parameters
ISCC
, /D. , VAR val, :
/D
VAR
val
iscc "/dVAR=val" "MyInstallerScript.iss"
ISCC.exe :
ISCC.exe
%programfiles%\Inno Setup 5\ISCC.exe