MSI switches to silently install SecureLogin with Smart Card support

  • 7940465
  • 19-Aug-2009
  • 26-Apr-2012

Environment

Novell SecureLogin SSO


Situation

What are the MSI switches I can use when silently installing SecureLogin with Smart Card support?

MSI switches for a silent NSL with smart card support install.

Resolution

The command line switches to silently install SecureLogin with smart card support enabled (i.e. if storing credentials on the smart card etc.) depend on the version of the Windows installer you are using;

Windows Installer Version 2.x

msiexec /i ""my installer.msi"" /qn ADDLOCAL=Smartcard,MAD,GPO,JAVA X_USEACTIVCLIENTDEFAULTS=""1"" Reboot=ReallySuppress

Windows Installer Version 3.x

msiexec /i ""my installer.msi"" /quiet ADDLOCAL=Smartcard,MAD,GPO,JAVA X_USEACTIVCLIENTDEFAULTS=""1"" /norestart