bug 233625 skip uninstall offer to nuke directory, only uninstall files we explicitly installed
r=mconnor,a=asa git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_1_20050124_BRANCH@169124 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -319,7 +319,6 @@ LRESULT CALLBACK DlgProcUninstall(HWND hDlg, UINT msg, WPARAM wParam, LONG lPara
|
||||
EnableWindow(GetDlgItem(hDlg, IDWIZNEXT), FALSE);
|
||||
EnableWindow(GetDlgItem(hDlg, IDCANCEL), FALSE);
|
||||
ParseAllUninstallLogs();
|
||||
VerifyAndDeleteInstallationFolder();
|
||||
DestroyWindow(hDlg);
|
||||
PostQuitMessage(0);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user