Topic
If you need MSI kits please follow the instructions below.
Instructions
Below are the instructions:
- Navigate to <Drive>:\Nintex\Support Tools\MSI Wrapper.
- Run pgplwiz.exe. An application window will open.
- Click the "Browse" button and select the respective Robot or Studio Executable.
- In the "Command Line Parameters," set the respective config parameters, that are valid for the customer's server like: Main Server Name, Http/NetTcp/HTTPS/Nginx ports, robot/assistant mode, etc.
- Example: LeoServer=myappServer.com /s ALLUSERS=TRUE NetComPort=8082.
- Note, for these parameters apply the same rules as for regular cmd parameters.
- More parameters can be found in additional information section below.
- For "Group Policy Display Name" set Nintex Robot/Studio.
- Once the parameters are set, click "Save As" and select the name and location of the Output MSI files.
- Click "OK" and wait for the file to be generated.
Another option, instead of using the Installer's MSI wrapper, is to download Orca and use to edit the MSI.
Additional Information
Robot CLI parameter | Meaning | Robot/Studio/both |
/s ALLUSERS=TRUE | For a silent installation (default is not silent) | Both |
/L=”c:\temp\mysetuplog.txt” | Will generate a setup log file to a given file name. If folder is not mentioned, it will write to the folder of the setup file. | Both |
LeoServer=xxx | Will set the “MainServerName” config key. This can contain more than one server name, for example: appserver01.kryon.com@@appserver02.domain.com. It is highly recommended to use the FQDN of the server(s) customer is about to use and put them in this config. | Both |
NGINXServer=xxx | Nginx server FQDN | Both |
NGINXProtocol=xxx | Nginx server protocol: http / https | Both |
LogonExpert=xxx | TRUE=will install Logon Expert (default) FALSE=will not install Logon Expert | Robot |
NoPython=xxx | TRUE=will not install Python FALSE=will install Python (default) | Robot |
IsRobot=XXX | TRUE = runs in UnAttended mode FALSE = runs in Attended Mode | Robot |
LeoLocale=xxx | Will set the “Local” config key | Robot |
NetComPort=xxx | Sets the “NetComPort” config key - net.tcp port | Both |
HttpComPort=xxx | Sets the “httpComPort” config key - http port | Both |
HttpsComPort=xxx | Sets the “httpsComPort” config key - https port | Both |
AddToStartup=xxx | TRUE = adds the robot in registry to launch automatically upon user login FALSE = do not adds the robot to launch in user login | Robot |
NoDesktop=xxx | TRUE = do not add icon to the user desktop. Good for cases running under SYSTEM user and setup fails because SYSTEM user does not have a desktop. | Robot |