提交 414a5195 编写于 作者: C Corey Butler

Better uninstall notices, node.js absorption. Fixes #3.

上级 50cc91c8
......@@ -71,6 +71,8 @@ begin
end;
end;
//function getInstalledVErsions(dir: string):
function TakeControl(np: string; nv: string): string;
var
path: string;
......@@ -191,6 +193,8 @@ var
path: string;
nvm_symlink: string;
begin
MsgBox('Removing NVM for Windows will remove the nvm command and all versions of node.js, including global npm modules.', mbInformation, MB_OK);
// Remove the symlink
RegQueryStringValue(HKEY_LOCAL_MACHINE,
'SYSTEM\CurrentControlSet\Control\Session Manager\Environment',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册