Subversion Repositories spk

Rev

Rev 1 | Rev 48 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 46
Line 1401... Line 1401...
1401
				{
1401
				{
1402
					if ( !this->DisplayTip(TIPSECTION_YESNO, TIP_SHIPUNINSTALL) )
1402
					if ( !this->DisplayTip(TIPSECTION_YESNO, TIP_SHIPUNINSTALL) )
1403
						skipShips = true;
1403
						skipShips = true;
1404
 
1404
 
1405
					if ( skipShips )
1405
					if ( skipShips )
-
 
1406
						continue;
-
 
1407
				}
-
 
1408
 
-
 
1409
				// display uninstall text
-
 
1410
				Utils::String beforeText = m_pPackages->GetUninstallBeforeText(p).ToString();
-
 
1411
				if ( !beforeText.empty() ) {
-
 
1412
					if ( this->DisplayMessageBox(false, "Uninstall Package", _US(p->GetFullPackageName(m_pPackages->GetLanguage()).ToString() + "\n" + beforeText + "\n\nDo you want to uninstall this package?"), MessageBoxButtons::YesNo, MessageBoxIcon::Question) != System::Windows::Forms::DialogResult::Yes )
1406
						continue;
1413
						continue;
1407
				}
1414
				}
1408
 
1415
 
1409
				m_pPackages->PrepareUninstallPackage(p);
1416
				m_pPackages->PrepareUninstallPackage(p);
1410
			}
1417
			}