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:
dveditz%cruzio.com
2005-02-11 20:45:53 +00:00
parent fed96f49bd
commit 598a685087

View File

@@ -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;