Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporary mapped drive in install.bat breaks control panel uninstall/change/repair #4

Open
mhw-at-yg opened this issue May 14, 2018 · 0 comments

Comments

@mhw-at-yg
Copy link
Member

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.

%WINDIR%\system32\reg.exe add HKLM\SOFTWARE\ESRI\ArcGISPro\Settings ^
/v CheckForUpdatesAtStartup /t REG_DWORD /d 0 /f

(Example from 94b508a, lines 113:117)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant