Bug 289613. Remove registry entries on uninstall.
This commit is contained in:
parent
b7d5bb1be4
commit
c25f4f77bf
@ -58,7 +58,7 @@ namespace sscs.init
|
|||||||
string sCredMgrPath = GetCredMgrPath();
|
string sCredMgrPath = GetCredMgrPath();
|
||||||
if (sCredMgrPath != null)
|
if (sCredMgrPath != null)
|
||||||
{
|
{
|
||||||
RunProcess(sExePath, "/u /s " + "\"" + sCredMgrPath + "\"");
|
RunProcess(sExePath, "/i /u /s " + "\"" + sCredMgrPath + "\"");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user