Remote Installation
Remote installation enables you to distribute and install the Desktop Password Reset silently. To install the Desktop Password Reset remotely, prepare for the installation, then install Desktop Password Reset.
Preparing for Remote Installation
Pre-configure Desktop Password Reset before distributing it for remote installation.
-
Install Desktop Password Reset on one system as described in the Interactive Installation task. Choose the option to Deploy Configuration Utility during this setup. For example purpose, this system is named master system. Configurations done on this setup (except for the configurations mentioned in the below table) are duplicated on the remote systems.
-
Extract DesktopPwdReset_x.x.x.zip to a directory.
-
Open the command prompt as an Administrator.
-
In the command prompt, go to
pathOfDesktopPasswordReset\SailPoint Technologies\Desktop Password Reset
. -
Run the following command and press Enter. It generates the dprconfig.export and dprkey.export files in that location.
Configurator.exe -exportkey -exportconfig
-
Copy these files to the following directory, depending on the operating system:
-
(For 32-bit) –
pathOfDesktopPasswordReset\x86\
-
(For 64-bit) –
pathOfDesktopPasswordReset\x64\
Where
pathOfDesktopPasswordReset
is the path where the DesktopPwdReset_x.x.x.zip file was extracted earlier. -
-
Obtain the SSL certificate of your SailPoint instance in the desired format. It can be done in various ways such as:
-
Select the Secure button (a padlock) in an address bar.
-
Use the
s_client
OpenSSL command. For example:echo | openssl s_client -servername example.sailpoint.com -connect example.sailpoint.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /Documents/certificate.crt
-
-
Copy the required SSL certificate to the pathOfDesktopPasswordReset directory.
-
(Optional) To set a custom icon of the Desktop Password Reset tile on the Windows Logon screen, save an image file to the provided location below. The file name of the customized image must be "PMIcon.bmp". It needs to be a bitmap (.bmp) file.
-
(For 32-bit) –
pathOfDesktopPasswordReset\x86\
-
(For 64-bit) –
pathOfDesktopPasswordReset\x64\
-
Remote Installation Process
To remotely install Desktop Password Reset:
-
Copy the directory created earlier to the remote system.
-
On the remote machine, open the command prompt as an Administrator.
-
Depending on the operating system navigate to the following directory:
-
(For 32-bit) –
pathOfDesktopPasswordReset\x86\
-
(For 64-bit) –
pathOfDesktopPasswordReset\x64\
Replace
pathOfDesktopPasswordReset
with the path from where the directory was copied earlier. -
-
Enter the following command with the appropriate parameters:
pathOfDesktopPasswordReset/setup.exe -afterreboot /quiet
For example:
pathOfDesktopPasswordReset/setup.exe -afterreboot PRECONFIG=1 /quiet
-
Run the following command to install the certificate. In the command,
certificateName
is the name of the certificate file. For example, SSLCertificate.cer:InstallCert_Silent.bat certificateName
The following table describes available installation parameters:
Name |
Description |
---|---|
TARGETDIR |
Path of the installation directory. Default: For example: |
DEPLOYCONFIGURATOR |
Deploys the configurator on a target machine. SailPoint does not recommend that you deploy the configurator on a target machine if end users shouldn't make configuration change. Default: It is not deployed. For example: |
PRECONFIG |
Indicates if the Desktop Password Reset is preconfigured. Set this to 1 if the configurations and encryption key are going to be imported during this installation. Refer to Preparing for Remote Installation for more details. For example: |
-afterreboot |
Run pre-requisites in silent mode. For example: |
quiet |
Run installer in silent mode. For example: |