Install Juniper Secure Connect on Windows

SUMMARY Learn about how to create rollout packages for Juniper Secure Connect application software and step-by-step procedures to install Juniper Secure Connect on Windows. If you want to install Juniper Secure Connect application, see Manual Installation of Juniper Secure Connect. If you are an administrator, see Create Installation Packages for Juniper Secure Connect Rollout section to prepare the installer for software rollout.

What's Next

Download the Juniper Secure Connect application software from here. See release notes for more details.

For more information on Juniper Secure Connect GUI elements, see Juniper Secure Connect GUI Elements.

For more information on Juniper Secure Connect features and how to configure the options, see Connection Menu, View Menu, and Help Menu.

Manual Installation of Juniper Secure Connect

Following are the steps to install the Juniper Secure Connect on your Windows machine.

  1. Run the Windows installer (.exe) for Juniper Secure Connect . See Figure 1. The version that you see on the figure is dependent on the Juniper Secure Connect application release number.

Installer Welcome Window

Figure 1: Installer Welcome Window

License Agreement Window

Figure 2: License Agreement Window

Choose Installation Folder

Figure 3: Choose Installation Folder

Create Juniper Secure Connect Shortcut on Desktop

Figure 4: Create Juniper Secure Connect Shortcut on Desktop

Start Juniper Secure Connect Installation

Figure 5: Start Juniper Secure Connect Installation

The installation takes several minutes to complete. Please wait till the installation is completed. See Figure 6.

Juniper Secure Connect Installation Status Display

Figure 6: Juniper Secure Connect Installation Status Display

Juniper Secure Connect Installation Completed

Figure 7: Juniper Secure Connect Installation Completed

Congratulations! The Juniper Secure Connect application is successfully installed in your Windows machine.

System Restart Notification

Figure 8: System Restart Notification

You can also enter a fully qualified domain name (FQDN) in the Gateway Address URL to connect with the SRX Series Firewall. For example: https://vpn.juniper.net. After entering the gateway address, click the connection toggle button to establish connection manually to the destination system. You can also select Connection > Connect from the menu bar to manually establish a VPN connection. When the connection is established successfully, the application window minimizes in the task bar.

Launch Juniper Secure Connect

Figure 9: Launch Juniper Secure Connect

Custom Branding Option

Juniper Secure Connect for windows allows you to add your own logo or branding image. It also allows you to add HTML page for the branding image that would open when you click on the branding area in the Juniper Secure Connect. The HTML page is optional where you can provide any information you want. You should customise the installation package for branding your client. For detailed instructions, see Create Installation Packages for Juniper Secure Connect Rollout (Windows).

Figure 10 is the sample screen, where the customizable branding area is highlighted:

Custom Branding Option (Windows)

Figure 10: Custom Branding Option (Windows)

Create Installation Packages for Juniper Secure Connect Rollout

As a system administrator, you can also build your own rollout packages, if required. Building the rollout packages is an optional step. When you create rollout packages for Juniper Secure Connect application, you can install the application across the organization. Read the following steps to learn how you, as a system administrator can prepare the Juniper Secure Connect installer for the software rollout.

You can use an installation package for easy rollout of the Juniper Secure Connect application. You must be assigned the privileges of a system administrator to perform the following steps:

  1. Install the Juniper Secure Connect application manually on one device. After the installation is complete, initiate a connection to the profiles to be saved for the users.
  2. Create a folder with name JuniperSecureConnect including the sub-directories as shown below (all directory are case sensitive): C:\JuniperSecureConnect C:\JuniperSecureConnect\ImportDir\cacerts C:\JuniperSecureConnect\ImportDir\certs C:\JuniperSecureConnect\ImportDir\config C:\JuniperSecureConnect\ImportDir\Data
  3. Copy the ncpphone.cfg file from C:\ProgramData\Juniper\SecureConnect\Data folder to the following folder: C:\JuniperSecureConnect\ImportDir\Data
  4. Copy your CA certificates to the following folder: C:\JuniperSecureConnect\ImportDir\cacerts
  5. Copy the Nam_ of_juniper_secure_connect_filename.exe to the following folder: C:\JuniperSecureConnect
  6. Open the command prompt using cmd command and navigate to C:\JuniperSecureConnect folder path and execute the following command:

Nam_ of_juniper_secure_connect_filename.exe /s /b"C:\JuniperSecureConnect" /v"/qn EXTRACT_MSI_ONLY=1"
[GENERAL] Picture=C:\ProgramData\Juniper\SecureConnect\config\cbo.bmp HtmlLocal=C:\ProgramData\Juniper\SecureConnect\config\cbo.html
Table 1: msi Installer Options
Function/Parameters Description
msiexec.exe /I Install the application
msiexec.exe /uninstall Uninstall the application
xxx.msi MSI installer package
/qn Silent installation
ProductLanguage=1033 English
NCP_CREATE_DESKTOPICON=1 0=No shortcut on desktop, 1=Shortcut on desktop
/log path Path for installation log
/forcerestart Forces a reboot of the system automatically without any user notification
/norestart Prevents a reboot from happening, a reboot is mandatory to use the application
/promptrestart Users will be prompted to reboot their device, a reboot is mandatory to use the application

Following is the example syntax to install the client silently with a forced reboot and save a shortcut to the application on the desktop:

msiexec.exe /I Juniper_Secure_Connect_Windows_x86-64.msi ProductLanguage=1033 NCP_CREATE_DESKTOPICON=1 /qn /log c:\RemoteAccess\installlog.log /forcerestart