fix reg delete cleanup

This commit is contained in:
MTRNord 2017-10-02 22:36:01 +02:00
parent 31345a53f6
commit fa0792d3c2
No known key found for this signature in database
GPG Key ID: E5B89311FAB91B9F

View File

@ -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 != "" )
{