Anaconda Windows Installer UAC NSIS flag
When I manually execute the Windows installer for Anaconda to install it for “All Users (required admin privileges)”, the following parameters are specified by the manufacturer: /UAC:301B0 /NCRC
. /NCRC
for NSIS installers is clear, but what does /UAC:301B0
mean? What is the purpose of /UAC:301B0
or ‘301B0
’?