VirtualBox

Changeset 104462 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Apr 30, 2024 12:26:51 PM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162977
Message:

Windows host installer: More quoting changes for WIX v4 needed for custom action conditions. ​bugref:10644

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/UserInterface.wxi

    r104454 r104462  
    576576                 change their Windows color scheme.
    577577                 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=&quot;Repair&quot;) OR (InstallMode=&quot;Remove&quot;) OR&#xA;                      (InstallMode=&quot;Change&quot;)">
     578            <Control Id="StartVBoxCheckBox" Type="CheckBox" X="135" Y="115" Width="200" Height="17" Property="VBOX_START" CheckBoxValue="1" Default="no"
     579                     HideCondition="(InstallMode=&quot;Repair&quot;) OR (InstallMode=&quot;Remove&quot;) OR (InstallMode=&quot;Change&quot;)">
    579580                <Text Value="!(loc.ExitDlg_StartVBox)" />
    580581
     
    12341235            <!-- Check for the Python core package and other dependencies first.
    12351236                 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" />
    12381239<?endif?>
    1239             <FindRelatedProducts Suppress="no" Condition="1" />
     1240            <FindRelatedProducts Suppress="no" />
    12401241
    12411242            <Show Dialog="VBoxFatalErrorDlg" OnExit="error" />
     
    12451246            <Show Dialog="VBoxResumeDlg" After="VBoxWelcomeDlg" Condition="Installed AND (RESUME OR Preselected)" />
    12461247            <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" />
    12481249            <Show Dialog="VBoxProgressDlg" After="VBoxMaintenanceWelcomeDlg" />
    12491250
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette