From c25f4f77bf80629f4918b2b0035320eaf3000cf3 Mon Sep 17 00:00:00 2001 From: Jim Norman Date: Thu, 5 Jul 2007 21:12:05 +0000 Subject: [PATCH] Bug 289613. Remove registry entries on uninstall. --- CASA/micasad/init/CredMgr.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CASA/micasad/init/CredMgr.cs b/CASA/micasad/init/CredMgr.cs index 9ceb05fd..c47b059a 100644 --- a/CASA/micasad/init/CredMgr.cs +++ b/CASA/micasad/init/CredMgr.cs @@ -58,7 +58,7 @@ namespace sscs.init string sCredMgrPath = GetCredMgrPath(); if (sCredMgrPath != null) { - RunProcess(sExePath, "/u /s " + "\"" + sCredMgrPath + "\""); + RunProcess(sExePath, "/i /u /s " + "\"" + sCredMgrPath + "\""); } }