fix reg delete cleanup
This commit is contained in:
parent
fa0792d3c2
commit
4a5783dc8f
@ -13,7 +13,7 @@ Component.prototype.createOperations = function()
|
||||
/**
|
||||
* Cleanup AppData and registry
|
||||
*/
|
||||
component.addElevatedOperation("Execute","UNDOEXECUTE","cmd /C reg delete HKEY_CURRENT_USER\\Software\\nheko\\nheko /f");
|
||||
component.addElevatedOperation("Execute","UNDOEXECUTE","cmd /C reg delete HKEY_CURRENT_USER\Software\nheko\nheko /f");
|
||||
var localappdata = installer.environmentVariable("LOCALAPPDATA");
|
||||
if( localappdata != "" )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user