Article ID: 927063 - Last Review: November 20, 2006 - Revision: 1.2 Error message when you try to install a MSI package on a Windows Server 2003-based computer by using RDP connection: "Windows Installer does not permit installation from a Remote Desktop Connection"On This PageSYMPTOMSConsider the following scenario:
Windows Installer does not permit installation from a Remote Desktop Connection. MainEngineThread is returning 1645 CAUSEThis problem occurs if the installation source is specified by using the TSClient share through Universal Naming Convention (UNC) notation. For example, you receive the error when you use the following command: msiexec /i \\TSClient\Drive\package_name.msi RESOLUTIONTo resolve this problem, use one of the following methods. Method 1Do not use the TSClient share as an installation source. Use standard UNC notation to specify a specific server and share name. For example, use the following standard UNC notation:msiexec /i \\server_name\share_name\package_name.msi Method 2Map a drive to the network location where the installation source exists. Specify the mapped drive in the installation command. For example, use the following installation command:msiexec /i Drive:\package_name.msi Note In this command, the Drive placeholder represents the drive that is mapped to the \\server_name\share_name location.MORE INFORMATIONYou can use the TSClient share when the RDP connection is established and the local computer disk drives are added to the local resources for sharing. Letting the MSI package installation to continue is a security risk. This is because the TSClient share may point to different physical locations, depending on the user who logs on remotely. Error 1645 was first included in Windows Installer version 2.0 for Windows Server 2003. For more information about Windows Installer error codes, visit the following Microsoft Web site: http://msdn2.microsoft.com/en-us/library/aa368542.aspx
(http://msdn2.microsoft.com/en-us/library/aa368542.aspx)
APPLIES TO
| Article Translations
|
Back to the top
