You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use pushd \\server\share\Install_Pkg at beginning of install script to create and forget a mapped drive because msiexec doesn't like using UNC paths. A knock-on effect of this is that the temporary mapped drive is recorded as the SourceDirin the system registry, which breaks Control Panel Uninstall/Change/Repair function.
Investigate using command line reg.exe to fix the registry entry.
We use
pushd \\server\share\Install_Pkg
at beginning of install script to create and forget a mapped drive because msiexec doesn't like using UNC paths. A knock-on effect of this is that the temporary mapped drive is recorded as theSourceDir
in the system registry, which breaks Control Panel Uninstall/Change/Repair function.Investigate using command line reg.exe to fix the registry entry.
(Example from 94b508a, lines 113:117)
The text was updated successfully, but these errors were encountered: