Changeset 104462 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Apr 30, 2024 12:26:51 PM (12 months ago)
- svn:sync-xref-src-repo-rev:
- 162977
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/UserInterface.wxi
r104454 r104462 576 576 change their Windows color scheme. 577 577 Also see: http://osdir.com/ml/windows.devel.wix.user/2005-02/msg00300.html --> 578 <Control Id="StartVBoxCheckBox" Type="CheckBox" X="135" Y="115" Width="200" Height="17" Property="VBOX_START" CheckBoxValue="1" Default="no" HideCondition="(InstallMode="Repair") OR (InstallMode="Remove") OR
 (InstallMode="Change")"> 578 <Control Id="StartVBoxCheckBox" Type="CheckBox" X="135" Y="115" Width="200" Height="17" Property="VBOX_START" CheckBoxValue="1" Default="no" 579 HideCondition="(InstallMode="Repair") OR (InstallMode="Remove") OR (InstallMode="Change")"> 579 580 <Text Value="!(loc.ExitDlg_StartVBox)" /> 580 581 … … 1234 1235 <!-- Check for the Python core package and other dependencies first. 1235 1236 The install helper code will set the public properties VBOX_PYTHON_INSTALLED / VBOX_PYTHON_DEPS_INSTALLED. --> 1236 <Custom Action="ca_IsPythonInstalled" After="CostFinalize" Condition="1"/>1237 <Custom Action="ca_ArePythonAPIDepsInstalled" After="CostFinalize" Condition="1"/>1237 <Custom Action="ca_IsPythonInstalled" After="CostFinalize" /> 1238 <Custom Action="ca_ArePythonAPIDepsInstalled" After="CostFinalize" /> 1238 1239 <?endif?> 1239 <FindRelatedProducts Suppress="no" Condition="1"/>1240 <FindRelatedProducts Suppress="no" /> 1240 1241 1241 1242 <Show Dialog="VBoxFatalErrorDlg" OnExit="error" /> … … 1245 1246 <Show Dialog="VBoxResumeDlg" After="VBoxWelcomeDlg" Condition="Installed AND (RESUME OR Preselected)" /> 1246 1247 <Show Dialog="VBoxMaintenanceWelcomeDlg" After="VBoxResumeDlg" Condition="Installed AND (NOT RESUME) AND (NOT Preselected)" /> 1247 <Show Dialog="VBoxExitDlg" OnExit="success" Condition="1"/>1248 <Show Dialog="VBoxExitDlg" OnExit="success" /> 1248 1249 <Show Dialog="VBoxProgressDlg" After="VBoxMaintenanceWelcomeDlg" /> 1249 1250
Note:
See TracChangeset
for help on using the changeset viewer.