Is there an windows install option for Webstorm (and all intelliJ products) that puts the uninstall in HKLM instead of HKCU
\Most of the programs listed in in add/remove programs have uninstall information
installed in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall or
HKEY_LOCAL_MACHINE\Software\WOW6432\NodeMicrosoft\Windows\CurrentVersion\Uninstall.
The intellij based jetbrains products store theres in HKEY_CURRENT_USER\Software\WOW6432\NodeMicrosoft\Windows\CurrentVersion\Uninstall. The problem is HKEY_CURRENT_USER is different for each user on a windows machine. while jetbrains products install globally to () %ProgramFiles(x86)%\JetBrains\PRODUCT_NAME-VERSION.
Is there an installer switch so the registry settings are stored in HKLM instead of HKCU?
请先登录再写评论。
No, there is no such option. Please feel free to file a request for it to youtrack, https://youtrack.jetbrains.com/issues/IDEA
If you're installing the IDE under admin, then the registry entry will be in HKML.