PDA

View Full Version : General Information - Silent Install



NewsArchive
05-10-2012, 12:21 AM
SB 7.7
If I check the 'Generate Silent Install' flag setting when creating the
install, can I change this setting at runtime to not silent mode?
Something like this:
Set Variable %_SB_INSTALLERFLAG% to "0" on Position $SB_SILENTMODEFLAG$


--
Darrel (Dee) Witham
Professional Data Services, Inc

NewsArchive
05-10-2012, 12:22 AM
Darrel,

> SB 7.7
> If I check the 'Generate Silent Install' flag setting when creating the
> install, can I change this setting at runtime to not silent mode?
> Something like this:
> Set Variable %_SB_INSTALLERFLAG% to "0" on Position $SB_SILENTMODEFLAG$

No. The $SB_SILENTMODEFLAG$ flag is "read-only".

But you can generate a non-silent install and then use the /S command line
switch at runtime to switch the installer into silent mode.

Friedrich