Button Question
Hello,
I have a custom page, that is set on a mypage.ini file, it has 4 buttoms and each one of this buttons calls the same installer with one diferent parameters, on my custompage.ini had 4 button fields like this:
[Field 7]
Type=Button
Text=INSTALL 0
Flags=NOTABSTOP
State=Installer\setup.exe 0
Left=254
Right=304
Top=65
Bottom=75
[Field 8]
Type=Button
Text=INSTALL 1
Flags=NOTABSTOP
State=Installer\setup.exe 1
Left=254
Right=304
Top=65
Bottom=75
[Field 9]
Type=Button
Text=INSTALL 2
Flags=NOTABSTOP
State=Installer\setup.exe 2
Left=254
Right=304
Top=65
Bottom=75
[Field 10]
Type=Button
Text=INSTALL 3
Flags=NOTABSTOP
State=Installer\setup.exe 3
Left=254
Right=304
Top=65
Bottom=75
but it does not work, if i use:
State=Installer\setup.exe
without the parameter it works fine, but no parameters is set, is there anyway to make the .ini file to accept command lines with parameters?