Install SecureLogin silently with no reboot

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

Environment

Novell SecureLogin SSO


Situation

Is there a way to install SecureLogin completely silently, with no reboot?

Silent NSL install without reboot

Install the NSL client without rebooting

Resolution

SecureLogin can be installed using msiexec.exe which is a Microsoft supported installer. SecureLogin will not load until the next reboot.

Windows Installer Version 2.x
msiexec /i ""my installer.msi"" /qn <options> Reboot=ReallySuppress
Windows Installer Version 3.x
msiexec /i ""my installer.msi"" /quiet <options> /norestart