Silent Installation of Password Manager Pro

A silent install is used to install an application without the need to interact with the UI. This type of installation is helpful for applications with limited installation steps. Before commencing the silent install, certain parameters such as Name, EmailId, Path, etc., are automatically set or manually entered. Execute the commands as instructed below to install the application automatically.

  1. Steps to Silent Install Password Manager Pro in Windows Server

    1.1 Primary Server

    1.2 Secondary Server

  2. Steps to Uninstall Password Manager Pro in Windows Server
  3. Steps to Silent Install Password Manager Pro in Linux Server

    3.1 Primary Server

    3.2 Secondary Server

1. Steps to Silent Install Password Manager Pro in Windows Server

1.1 Primary Server

  1. Download the file ManageEngine_PMP_64.bit.exe.
  2. Download the installation file WindowsPrimaryNonMSP.iss.
  3. Open WindowsPrimaryNonMSP.iss file in Notepad and edit Name, MailId (mandatory), Phone, Company, Country (mandatory), and save.
  4. Move WindowsPrimaryNonMSP.iss file to C:\Windows\.
  5. Open Command Prompt as an administrator and navigate to the ManageEngine_PMP_64.bit.exe file location.
  6. Execute the command: 

    ManageEngine_PMP_64bit.exe -a -s -f1"C:\Windows\WindowsPrimaryNonMSP.iss" -f2"C:\Windows\WindowsPrimaryNonMSP.log"

Password Manager Pro will get installed, and the service will start automatically.

1.2 Secondary Server

  1. Download the file ManageEngine_PMP_64.bit.exe.
  2. Download the installation file WindowsSecondaryNonMSP.iss.
  3. Open WindowsSecondaryNonMSP.iss file in notepad and edit Name, MailId (mandatory), Phone, Company, Country (mandatory), and save.
  4. Move WindowsSecondaryNonMSP.iss file to C:\Windows\.
  5. Open Command Prompt as administrator and navigate to the ManageEngine_PMP_64.bit.exe file location.
  6. Execute the command: 

    ManageEngine_PMP_64bit.exe -a -s -f1"C:\Windows\WindowsSecondaryNonMSP.iss" -f2"C:\Windows\WindowsSecondaryNonMSP.log"

Password Manager Pro will get installed, and the service will start automatically.


2. Steps to Uninstall Password Manager Pro in Windows Server

  1. Download the uninstallation file WindowsUninstallNonMSP.iss.
  2. Move WindowsUninstallNonMSP.iss file to C:\Windows\.
  3. Open Command Prompt as administrator and navigate to the ManageEngine_PMP_64.bit.exe file location.
  4. Execute the command:

    ManageEngine_PMP_64bit.exe  -a -s -f1"C:\Windows\WindowsUninstallNonMSP.iss" -f2"C:\Windows\WindowsUninstallNonMSP.log"

Password Manager Pro will get uninstalled.


3. Steps to Silent Install Password Manager Pro in Linux Server

3.1 Primary Server

  1. Download the file ManageEngine_PMP_64.bit.bin for Linux.
  2. Download the installation file LinuxPrimaryNonMSP.txt.
  3. Open LinuxPrimaryNonMSP.txt in notepad.
  4. Mention the user installation directory's path (USER_INSTALL_DIR) and file overwrite's (-fileOverwrite_) path.
  5. Save and move LinuxPrimaryNonMSP.txt to home directory.
  6. Open the Console and navigate to ManageEngine_PMP_64bit.bin file location 
  7. Execute the command:

    chmod a+x ManageEngine_PMP_64bit.bin

  8. Execute the command: 

    ./ManageEngine_PMP_64bit.bin -i silent -f /home/LinuxPrimaryNonMSP.txt

Password Manager Pro will get installed.

3.2 Secondary Server

  1. Download the file ManageEngine_PMP_64.bit.bin for Linux.
  2. Download the installation file LinuxSecondaryNonMSP.txt.
  3. Open LinuxSecondaryNonMSP.txt in notepad.
  4. Mention the user installation directory's path (USER_INSTALL_DIR) and file overwrite's (-fileOverwrite_) path.
  5. Save and move LinuxSecondaryNonMSP.txt to home directory.
  6. Open the console and navigate to ManageEngine_PMP_64bit.bin file location 
  7. Execute the command:

    chmod a+x ManageEngine_PMP_64bit.bin

  8. Execute the command: 

    ./ManageEngine_PMP_64bit.bin -i silent -f /home/LinuxSecondaryNonMSP.txt

Password Manager Pro will get installed.

 

Top