VirtualBox

Changeset 58554 in vbox


Ignore:
Timestamp:
Nov 3, 2015 5:33:28 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103894
Message:

Windows host installer: Try fixing our public properties.

Location:
trunk/src/VBox/Installer/win
Files:
2 edited

Legend:

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

    r56299 r58554  
    394394                 Also see: http://osdir.com/ml/windows.devel.wix.user/2005-02/msg00300.html -->
    395395            <Control Id="DesktopShortcutCheckBox" Type="CheckBox" X="25" Y="95" Width="200" Height="17"
    396                 Property="VBOX_INSTALLDESKTOPSHORTCUT" CheckBoxValue="1">
     396                Property="VBOXINSTALLDESKTOPSHORTCUT" CheckBoxValue="1">
    397397                <Text>!(loc.Customize2Dlg_CreateShortcut)</Text>
    398398            </Control>
    399399            <Control Id="QuicklaunchShortcutCheckBox" Type="CheckBox" X="25" Y="115" Width="200" Height="17"
    400                      Property="VBOX_INSTALLQUICKLAUNCHSHORTCUT" CheckBoxValue="1">
     400                     Property="VBOXINSTALLQUICKLAUNCHSHORTCUT" CheckBoxValue="1">
    401401                <Text>!(loc.Customize2Dlg_CreateQuickLaunch)</Text>
    402402            </Control>
    403403            <Control Id="RegisterFileExtensionsCheckBox" Type="CheckBox" X="25" Y="135" Width="200" Height="17"
    404                      Property="VBOX_REGISTERFILEEXTENSIONS" CheckBoxValue="1">
     404                     Property="VBOXREGISTERFILEEXTENSIONS" CheckBoxValue="1">
    405405                <Text>!(loc.Customize2Dlg_RegisterFileExtensions)</Text>
    406406            </Control>
     
    586586        <Dialog Id="VBoxExitDlg" Width="370" Height="270" Title="[ProductName] !(loc.Setup)" NoMinimize="yes">
    587587            <Control Id="Finish" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.ButtonText_Finish)">
    588                 <Publish Event="DoAction" Value="ca_StartVBox"><![CDATA[VBOX_STARTVBOX]]></Publish>
     588                <Publish Event="DoAction" Value="ca_StartVBox"><![CDATA[VBOXSTART]]></Publish>
    589589                <Publish Event="EndDialog" Value="Return">1</Publish>
    590590            </Control>
     
    610610                 Also see: http://osdir.com/ml/windows.devel.wix.user/2005-02/msg00300.html -->
    611611            <Control Id="StartVBoxCheckBox" Type="CheckBox" X="135" Y="115" Width="200" Height="17"
    612                 Property="VBOX_STARTVBOX" CheckBoxValue="1">
     612                Property="VBOXSTART" CheckBoxValue="1">
    613613                <Text>!(loc.ExitDlg_StartVBox)</Text>
    614614                <Condition Action="hide">
  • trunk/src/VBox/Installer/win/VirtualBox.wxs

    r56725 r58554  
    7474
    7575    <!-- VirtualBox properties -->
    76     <Property Id="VBOX_INSTALLDESKTOPSHORTCUT" Value="1" />
    77     <Property Id="VBOX_INSTALLQUICKLAUNCHSHORTCUT" Value="1" />
    78     <Property Id="VBOX_REGISTERFILEEXTENSIONS" Value="1" />
    79     <Property Id="VBOX_STARTVBOX" Value="1" />
     76    <Property Id="VBOXINSTALLDESKTOPSHORTCUT" Value="1" />
     77    <Property Id="VBOXINSTALLQUICKLAUNCHSHORTCUT" Value="1" />
     78    <Property Id="VBOXREGISTERFILEEXTENSIONS" Value="1" />
     79    <Property Id="VBOXSTART" Value="1" />
    8080
    8181    <!-- Make sure installation will not start on anything other but the NT family -->
     
    108108    </Condition>
    109109
    110    
     110
    111111    <!-- *************************** Upgrade packages only ******************************* -->
    112112    <!-- Minimum and Maximum specify the range of versions we are supposed to update with this upgrade.
     
    170170        </DirectorySearch>
    171171    </Property>
    172    
     172
    173173    <!--
    174174                            install upgrade uninstall
     
    179179    -->
    180180
    181     <Condition Message="It was detected an application which has been using currently installed VirtualBox version. 
    182     You must remove this application before continuing installation. 
     181    <Condition Message="It was detected an application which has been using currently installed VirtualBox version.
     182    You must remove this application before continuing installation.
    183183    See the file dependency.dep in the VirtualBox installation directory for details. ">
    184184        NOT (VBOXDEPENDENCY AND UPGRADINGPRODUCTCODE)
    185185    </Condition>
    186    
     186
    187187    <!-- Detect old Sun installation -->
    188188    <!-- Force a manual uninstall of an already installed Sun VirtualBox version first -->
     
    331331
    332332                <Component Id="cp_DesktopShortcut" Guid="668F8A1A-F5CE-48B3-BB1A-3042EE27B279" Win64="$(var.Property_Win64)">
    333                     <Condition>VBOX_INSTALLDESKTOPSHORTCUT</Condition>
     333                    <Condition>VBOXINSTALLDESKTOPSHORTCUT</Condition>
    334334                    <Shortcut Id="sc_DesktopVBox" Directory="DesktopFolder" Name="$(env.VBOX_PRODUCT)" Description="$(env.VBOX_PRODUCT)"
    335335                              Target="[INSTALLDIR]VirtualBox.exe" WorkingDirectory="INSTALLDIR"/>
     
    340340                <Component Id="cp_QuickLaunchVBox" Guid="CC19E026-938A-41CB-8E77-3F33296244B6" Win64="$(var.Property_Win64)">
    341341                    <CreateFolder/>
    342                     <Condition>VBOX_INSTALLQUICKLAUNCHSHORTCUT</Condition>
     342                    <Condition>VBOXINSTALLQUICKLAUNCHSHORTCUT</Condition>
    343343                    <Shortcut Id="sc_QuickLaunchVBox" Directory="dir_QuicklaunchFolder" Name="$(env.VBOX_PRODUCT)" Description="$(env.VBOX_PRODUCT)"
    344344                              Target="[INSTALLDIR]VirtualBox.exe" WorkingDirectory="INSTALLDIR"/>
     
    439439                <MergeRef Id="msm_VBoxNetworkAdp" />
    440440                <MergeRef Id="msm_VBoxNetworkAdp6" />
    441                 <MergeRef Id="msm_VBoxNetworkLwf" />               
     441                <MergeRef Id="msm_VBoxNetworkLwf" />
    442442    <?else ?>
    443443                <ComponentRef Id="cp_NetAdpDriver" />
    444444                <ComponentRef Id="cp_NetAdp6Driver" />
    445                 <ComponentRef Id="cp_NetLwfDriver" />               
     445                <ComponentRef Id="cp_NetLwfDriver" />
    446446    <?endif ?>
    447447            </Feature>
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