The Enterprise Installers are designed to install prerequisite software packages, application files, and update databases.
To successfully accomplish these tasks requires the following system environment.
Both the PypeServerAdminPreinstallSetup.exe and PypeServerAppSetup.exe installers require admin level user rights for the following actions.
- Optionally install these prerequisite software packages when required.
- .NET Framework
- CodeMeter
- TeamViewer
- Install the application files to C:\Program Files\PypeServer
- Update these registry paths:
- HKEY_LOCAL_MACHINE\SOFTWARE\PypeServer
- HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432\PypeServer
- Write access to C:\ProgramData\PypeServer
- Create folders and log files required by the Enterprise runtime.
- Read/write access to user's
TEMP folder as specified by the environment variable TEMP.
- At
runtime the installers will create a randomly named temporary folder pointed to
by the users TEMP environment variable.
- Example:
C:\Users\<user name>\AppData\Local\Temp\is-VHMG1.tmp
When investigating
installation issues, enable installer logging and examine the log file for
errors.
To enable installer
logging:
- Start a command (cmd.exe or
powershell) window.
- Run the installer with the
optional command line parameter /LOG="filename"
Example:
PypeServerAdminPreinstallSetup.exe /LOG=Test.txt
- Install the application and
then exit the installer.
- Examine the log file for
errors that may be permissions related.