cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Paul6151
Level 5

Record Data Produced

How does this code snippet work? Or what is this all about?


if(MODE = RECORDMODE) then
SdMakeName(szAppKey, DLG_SETUPTYPE, "", nDlgSetupType);
SilentWriteData(szAppKey, "Result", DATA_NUMBER, szNil, nId);
endif;
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

That code writes information to a response file created in preparation for a future silent InstallScript installation. The "Creating the Response File" topic has more information.
0 Kudos