Bug 289613. Remove registry entries on uninstall.
This commit is contained in:
		| @@ -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 + "\""); | ||||||
| 				} | 				} | ||||||
| 			} | 			} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user