VirtualBox

Changeset 58565 in vbox for trunk/src/VBox/Installer/win


Ignore:
Timestamp:
Nov 4, 2015 2:02:02 PM (9 years ago)
Author:
vboxsync
Message:

Windows host installer: Reverted experiment from r103894 -- not needed.

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

Legend:

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

    r58558 r58565  
    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="VBOXINSTALLDESKTOPSHORTCUT" CheckBoxValue="1" Default="no">
     396                     Property="VBOX_INSTALLDESKTOPSHORTCUT" CheckBoxValue="1" Default="no">
    397397                <Text>!(loc.Customize2Dlg_CreateShortcut)</Text>
    398398            </Control>
    399399            <Control Id="QuicklaunchShortcutCheckBox" Type="CheckBox" X="25" Y="115" Width="200" Height="17"
    400                      Property="VBOXINSTALLQUICKLAUNCHSHORTCUT" CheckBoxValue="1" Default="no">
     400                     Property="VBOX_INSTALLQUICKLAUNCHSHORTCUT" CheckBoxValue="1" Default="no">
    401401                <Text>!(loc.Customize2Dlg_CreateQuickLaunch)</Text>
    402402            </Control>
    403403            <Control Id="RegisterFileExtensionsCheckBox" Type="CheckBox" X="25" Y="135" Width="200" Height="17"
    404                      Property="VBOXREGISTERFILEEXTENSIONS" CheckBoxValue="1" Default="no">
     404                     Property="VBOX_REGISTERFILEEXTENSIONS" CheckBoxValue="1" Default="no">
    405405                <Text>!(loc.Customize2Dlg_RegisterFileExtensions)</Text>
    406406            </Control>
  • trunk/src/VBox/Installer/win/VirtualBox.wxs

    r58559 r58565  
    7676
    7777    <!-- Whether or not a desktop shortcut should be created. -->
    78     <Property Id="VBOXINSTALLDESKTOPSHORTCUT" Value="1" Secure="yes"/>
    79     <SetProperty Id="VBOXINSTALLDESKTOPSHORTCUT" After="AppSearch" Sequence="both"
    80                  Value="{}"><![CDATA[VBOXINSTALLDESKTOPSHORTCUT="0"]]></SetProperty>
     78    <Property Id="VBOX_INSTALLDESKTOPSHORTCUT" Value="1" Secure="yes"/>
     79    <SetProperty Id="VBOX_INSTALLDESKTOPSHORTCUT" After="AppSearch" Sequence="both"
     80                 Value="{}"><![CDATA[VBOX_INSTALLDESKTOPSHORTCUT="0"]]></SetProperty>
    8181
    8282    <!-- Whether or not a desktop shortcut for the Quick Launch Bar should be created -->
    83     <Property Id="VBOXINSTALLQUICKLAUNCHSHORTCUT" Value="1" Secure="yes"/>
    84     <SetProperty Id="VBOXINSTALLQUICKLAUNCHSHORTCUT" After="AppSearch" Sequence="both"
    85                  Value="{}"><![CDATA[VBOXINSTALLQUICKLAUNCHSHORTCUT="0"]]></SetProperty>
     83    <Property Id="VBOX_INSTALLQUICKLAUNCHSHORTCUT" Value="1" Secure="yes"/>
     84    <SetProperty Id="VBOX_INSTALLQUICKLAUNCHSHORTCUT" After="AppSearch" Sequence="both"
     85                 Value="{}"><![CDATA[VBOX_INSTALLQUICKLAUNCHSHORTCUT="0"]]></SetProperty>
    8686
    8787    <!-- Whether or not registering of known desktop shortcut for the Quick Launch Bar should be created -->
    88     <Property Id="VBOXREGISTERFILEEXTENSIONS" Value="1" Secure="yes"/>
    89     <SetProperty Id="VBOXREGISTERFILEEXTENSIONS" After="AppSearch" Sequence="both"
    90                  Value="{}"><![CDATA[VBOXREGISTERFILEEXTENSIONS="0"]]></SetProperty>
     88    <Property Id="VBOX_REGISTERFILEEXTENSIONS" Value="1" Secure="yes"/>
     89    <SetProperty Id="VBOX_REGISTERFILEEXTENSIONS" After="AppSearch" Sequence="both"
     90                 Value="{}"><![CDATA[VBOX_REGISTERFILEEXTENSIONS="0"]]></SetProperty>
    9191
    9292    <!-- Whether or not VirtualBox should be started automatically right after successful installation -->
    93     <Property Id="VBOXSTART" Value="1" Secure="yes"/>
    94     <SetProperty Id="VBOXSTART" After="AppSearch" Sequence="both"
    95                  Value="{}"><![CDATA[VBOXSTART="0"]]></SetProperty>
     93    <Property Id="VBOX_START" Value="1" Secure="yes"/>
     94    <SetProperty Id="VBOX_START" After="AppSearch" Sequence="both"
     95                 Value="{}"><![CDATA[VBOX_START="0"]]></SetProperty>
    9696
    9797    <!-- Make sure installation will not start on anything other but the NT family -->
Note: See TracChangeset for help on using the changeset viewer.

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