From fa0792d3c237a21b8f4115604d5cad55d2f3300f Mon Sep 17 00:00:00 2001 From: MTRNord Date: Mon, 2 Oct 2017 22:36:01 +0200 Subject: [PATCH] fix reg delete cleanup --- deploy/installer/cleanup/installscript.qs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/installer/cleanup/installscript.qs b/deploy/installer/cleanup/installscript.qs index 46f8012c..7bb3391a 100644 --- a/deploy/installer/cleanup/installscript.qs +++ b/deploy/installer/cleanup/installscript.qs @@ -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 != "" ) {