Bug 289613. Remove registry entries on uninstall.

This commit is contained in:
Jim Norman 2007-07-05 21:12:05 +00:00
parent b7d5bb1be4
commit c25f4f77bf

View File

@ -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 + "\"");
} }
} }