Scripted / Unattended Installation on Windows

Installing Luna Client using msiexec.exe command line tool

1- Install Luna Client for all Luna products

From the location of LunaClient.msi run the following command:

msiexec.exe /i LunaClient.msi /l lunaclient_wininstall.log /quiet addlocal=all /qn

The setting /l lunaclient_wininstall.log is optional and will place the installation logs into the file lunaclient_wininstall.log.

Windows security popup on each Luna product driver install:

The windows security notice (below) appears because “SafeNet, Inc.” is not among the trusted publishers on your computer.

If you check the “Always trust software from...” checkbox and then click on the Install button the dialog will not appear on future installations, on that computer.

If you do not check the "Always trust..." checkbox then you might see the dialog three times, once for each of the three Luna products (Luna PCI-E, Luna G5 and Luna Remote Backup HSM) that install a driver on your computer.

This is a Windows security requirement, introduced with Windows 2008, and is not under our control.Installing marks the publisher (in this case, SafeNet, Inc.) as trusted for future installations.

 

2- Install Luna Client for Luna SA

From the location of LunaClient.msi run the following command:

a. Install default Luna Client components for Luna SA

msiexec.exe /i LunaClient.msi /l lunaclient_wininstall.log /quiet addlocal=SA /qn

b. Install all Luna Client components for Luna SA

msiexec.exe /i LunaClient.msi /l lunaclient_wininstall.log /quiet addlocal=SA, SA_CSP_KSP, SA_JSP, SA_SDK, SA_JCProv, SA_LDPC /qn

 

Product or component    Description     
SA_CSP_KSP    Install Luna CSP and KSP components   
SA_JSP    Install Luna JSP component   
SA_SDK    Install Luna SDK component   
SA_JCProv    Install Luna JCPROV component
SA_LDPC Install Crypto Command Center Client component   

 

If you wish to install only some of the components, just specify the ones you want after the product name (SA in this example).

The Windows security warning mentioned in section 1 (above) does not appear when only Luna SA is installed, because no driver is require. It appears only if you also install Luna PCI-E, or Luna G5, or Luna Backup HSM on the client computer.

 

3- Install Luna Client for Luna PCI-E

From the location of LunaClient.msi run the following command:

a. Install default Luna Client components for Luna PCI-E

msiexec.exe /i LunaClient.msi /l lunaclient_wininstall.log /quiet addlocal=PCI /qn

b. Install all Luna Client components for Luna PCI-E

msiexec.exe /i LunaClient.msi /l lunaclient_wininstall.log /quiet addlocal=PCI, PCI_CSP_KSP, PCI_JSP, PCI_SDK, PCI_JCProv, PCI_SNMP /qn

 

Product or component    Description     
PCI_CSP_KSP    Install Luna CSP and KSP components   
PCI_JSP    Install Luna JSP component   
PCI_SDK    Install Luna SDK component   
PCI_JCProv    Install Luna JCPROV component
PCI_SNMP Install Luna SNMP subagent component   

The Windows security warning mentioned in section 1 (above) also appears when you install Luna PCI-E, unless you have already accepted a driver installation, and therefore recognized SafeNet, Inc. as a trusted publisher.

 

4- Install Luna Client for Luna G5

From the location of LunaClient.msi run the following command:

a. Install default Luna Client components for Luna G5

msiexec.exe /i LunaClient.msi /l lunaclient_wininstall.log /quiet addlocal=G5 /qn

b. Install all Luna Client components for Luna G5

msiexec.exe /i LunaClient.msi /l lunaclient_wininstall.log /quiet addlocal=G5, G5_CSP_KSP, G5_JSP, G5_SDK, G5_JCProv, G5_SNMP /qn

Product or component    Description     
G5_CSP_KSP    Install Luna CSP and KSP components   
G5_JSP    Install Luna JSP component   
G5_SDK    Install Luna SDK component   
G5_JCProv    Install Luna JCPROV component
G5_SNMP Install Luna SNMP subagent component   

 

The Windows security warning mentioned in section 1 (above) also appears when you install Luna G5, unless you have already accepted a driver installation, and therefore recognized SafeNet, Inc. as a trusted publisher.

 

5- Install Luna Client for Luna Remote Backup HSM

From the location of LunaClient.msi run the following command:

msiexec.exe /i LunaClient.msi /l lunaclient_wininstall.log /quiet addlocal=RB, RB_SNMP /qn

 

Product or component    Description     
RB_SNMP Install Luna SNMP subagent component   

 

The Windows security mentioned in section 1 (above) also appears when you install Luna Remote Backup HSM, unless you have already accepted a driver installation, and therefore recognized SafeNet, Inc. as a trusted publisher.

 

6- Install Luna Client for Remote PED

From the location of LunaClient.msi run the following command:

msiexec.exe /i LunaClient.msi /l lunaclient_wininstall.log /quiet addlocal=RP /qn

 

When msiexec.exe is used to install Luna Client there is no message confirming that the installation has completed. The msiexec.exe utility just returns to the command line when the installation finishes.