Windows Installer does not permit installation from a Remote

17,131

article here:

Everyone seems to think that the \\tsclient\<drive> is a regular network share. But it is not! It's a feature of Terminal Services service. However, if you find yourself in the position where you must use the mapped drives for installing software, either copy the software first, or map the \\tsclient\<drive> first.

To map run this command:

net use * \\tsclient\<drive>

then install from the network mapped drive.. seems the installer does not check the actual path to the mapped drive

Share:
17,131
saber tabatabaee yazdi
Author by

saber tabatabaee yazdi

Updated on September 18, 2022

Comments

  • saber tabatabaee yazdi
    saber tabatabaee yazdi almost 2 years

    “Windows Installer does not permit installation from a Remote Desktop Connection”

    When you try to install an MSI through an RDP connection you could get the “Windows Installer does not permit installation from a Remote Desktop Connection” dialog.