cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
TBBW-II
Level 3

Text To Dialog Via Setup.exe

hello,

I want to fill out the (edit) field used in the dialog not while
the .MSI is running via the keyboard,
but via the setup.exe V/"var=etcetcetc" option.
a sort of silent install.

dialog code below:

SDSERIALCHECK DIALOGEX 0, 0, 332, 218
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "InstallShield Wizard"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Sans Serif"
{
CONTROL "", 1304, EDIT, ES_LEFT | ES_UPPERCASE | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 58, 91, 44, 12
CONTROL "@10550,10551;1;0;;0,128,128 ", 1200, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 0, 0, 332, 36 , 0x00000020
CONTROL "", 1305, EDIT, ES_LEFT | ES_UPPERCASE | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 112, 91, 44, 12
CONTROL "", 1306, EDIT, ES_LEFT | ES_UPPERCASE | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 165, 91, 44, 12
CONTROL "", 1300, STATIC, SS_BLACKFRAME | WS_CHILD | WS_VISIBLE | WS_GROUP, 42, 186, 288, 1
CONTROL "", 1307, EDIT, ES_LEFT | ES_UPPERCASE | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 218, 91, 44, 12
CONTROL "", 1301, STATIC, SS_ETCHEDHORZ | WS_CHILD | WS_VISIBLE | WS_GROUP, 0, 36, 332, 1
CONTROL "&Next >", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 215, 196, 50, 14
CONTROL "", 52, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 0, 0, 332, 36
CONTROL "", 7, STATIC, SS_LEFT | WS_CHILD | WS_GROUP, 2, 182, 40, 10
CONTROL "< &Back", 12, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 166, 196, 50, 14
CONTROL "Please enter your Serial.", 51, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 16, 15, 219, 15 , 0x00000020
CONTROL "Cancel", 9, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 272, 196, 50, 14
CONTROL "C", 2, BUTTON, BS_PUSHBUTTON | WS_CHILD, 164, 225, 50, 14
}


should not be that difficult!
but I'm not sure how to define it.
something like:
setup.exe /V"controlId_1304=TEST"

regards,

ger
Labels (1)
0 Kudos
(1) Reply
TBBW-II
Level 3

hello,

anyone.....

regards,

ger
0 Kudos