fix syntax errors 5
This commit is contained in:
parent
0641287c34
commit
ad80e51ca3
@ -35,7 +35,8 @@ Component.prototype.createOperations = function()
|
|||||||
var localappdata = installer.environmentVariable("LOCALAPPDATA");
|
var localappdata = installer.environmentVariable("LOCALAPPDATA");
|
||||||
if( localappdata != "" )
|
if( localappdata != "" )
|
||||||
{
|
{
|
||||||
component.addElevatedOperation("Execute","echo do nothing","UNDOEXECUTE","cmd /C rmdir " localappdata + "\nheko /f");
|
var command = "cmd /C rmdir " localappdata+"\nheko /f";
|
||||||
|
component.addElevatedOperation("Execute","echo do nothing","UNDOEXECUTE",command);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user