Troubleshooting installation issues
"You need administrative privileges to install IAP Desktop on Windows Server"
On Windows Server, the DisableUserInstalls
policy disables per-user installations by default. To install IAP Desktop on Windows Server, use one of the following options:
A. Install as elevated user
You can sidestep the DisableUserInstalls policy by launching the installer as an elevated user:
- Start an elevated command prompt
- Launch the installer:
msiexec /i "IapDesktop.msi"
B. Change the DisableUserInstalls policy
You can permanently change the DisableUserInstalls policy by editing the local group policy on the server:
- In the Group Policy Editor navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Installer
-
Open the Prohibit User Installs policy and configure the following settings:
- Status: Enabled
- User install behavior: Allow user installs
Click OK. 3. Open the Turn off Windows Installer policy and configure the following settings:
- Status: Enabled
- Disable Windows Installer: Never
Click OK. 5. Retry the installation.
C. Performing an administrative installation
If you don't have administrative privileges, you can perform an administrative install, which extracts the files of the MSI package to a local folder:
- Open a command prompt.
-
Run the installer
msiexec /A "%USERPROFILE%\Downloads\IapDesktop.msi" TARGETDIR="%APPDATA%" /QB!
/A
instructs msiexec to perform an administrative installTARGETDIR
specifies the directory to extract files to/QB!
runs the installation silently
Note
The administrative install won't create an entry in the Start menu. To launch IAP Desktop, run:
%APPDATA%\Google\IAP Desktop\IapDesktop.exe