11708
MsiInstaller
Product: J2SE Runtime Environment 5.0 Update 4 -- Installation failed.
We got this event when trying to install the latest Java runtime engine on a Windows Server 2003 running Terminal Services while connected remotely through RDP.
Even though we were logged in as an Administrator, we got the popup "Only administrators have permission to add, remove, or configure server software during a Terminal services remote session. If you want to install or configure software on the server, contact your network administrator."
To resolve this error, create the following registry value:
Key: HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer
Name: EnableAdminTSRemote
Type: DWORD
Value: 1
You should then be able to install the package. Apparently, some MSI packages suffer from this problem and need this registry value to be present and set to 1.
Thanks! That worked perfectly...
Thanks this worked for me as well! Weird...
I encounter the same problem and i am using vista.
i cant find the Key: HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer
so I cant create for it
is it a different location in vista?
thx~
i am facing same issues but my server registry already has that key but it still happen. any idea?