VirtualBox

Changeset 58596 in vbox


Ignore:
Timestamp:
Nov 6, 2015 11:11:27 AM (9 years ago)
Author:
vboxsync
Message:

Windows host installer: Try to move our public properties into the include file to also have them redefined in the MSM modules, as defining those properties currently does not work when using an MSM module.

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

Legend:

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

    r56299 r58596  
    5858  <?endif ?>
    5959
     60  <!-- Define our own public properties here in order to get those also recognized in case
     61       case we're building the installer as MSM modules -->
     62
     63  <!-- Default property for network adapter type -->
     64  <Property Id="NETWORKTYPE" Value="NDIS6" Secure="yes"/>
     65
     66  <!-- Force NDIS5 on pre-Vista -->
     67  <SetProperty Id="NETWORKTYPE" After="CostFinalize" Value="NDIS5"><![CDATA[(NETWORKTYPE="NDIS6") AND (VersionNT < 600)]]></SetProperty>
     68
     69    <!-- Whether or not a desktop shortcut should be created. -->
     70    <Property Id="VBOX_INSTALLDESKTOPSHORTCUT" Value="1" Secure="yes"/>
     71    <SetProperty Id="VBOX_INSTALLDESKTOPSHORTCUT" After="AppSearch" Sequence="both"
     72                 Value="{}"><![CDATA[VBOX_INSTALLDESKTOPSHORTCUT="0"]]></SetProperty>
     73
     74    <!-- Whether or not a desktop shortcut for the Quick Launch Bar should be created -->
     75    <Property Id="VBOX_INSTALLQUICKLAUNCHSHORTCUT" Value="1" Secure="yes"/>
     76    <SetProperty Id="VBOX_INSTALLQUICKLAUNCHSHORTCUT" After="AppSearch" Sequence="both"
     77                 Value="{}"><![CDATA[VBOX_INSTALLQUICKLAUNCHSHORTCUT="0"]]></SetProperty>
     78
     79    <!-- Whether or not registering of known desktop shortcut for the Quick Launch Bar should be created -->
     80    <Property Id="VBOX_REGISTERFILEEXTENSIONS" Value="1" Secure="yes"/>
     81    <SetProperty Id="VBOX_REGISTERFILEEXTENSIONS" After="AppSearch" Sequence="both"
     82                 Value="{}"><![CDATA[VBOX_REGISTERFILEEXTENSIONS="0"]]></SetProperty>
     83
     84    <!-- Whether or not VirtualBox should be started automatically right after successful installation -->
     85    <Property Id="VBOX_START" Value="1" Secure="yes"/>
     86    <SetProperty Id="VBOX_START" After="AppSearch" Sequence="both"
     87                 Value="{}"><![CDATA[VBOX_START="0"]]></SetProperty>
     88
    6089</Include>
  • trunk/src/VBox/Installer/win/VirtualBox.wxs

    r58571 r58596  
    6161    <Property Id="ARPURLINFOABOUT">http://www.virtualbox.org</Property>
    6262    <Property Id="ARPURLUPDATEINFO">http://www.virtualbox.org</Property>
    63 
    64     <!-- Default property for network adapter type -->
    65     <Property Id="NETWORKTYPE" Value="NDIS6" Secure="yes"/>
    66     <!-- Force NDIS5 on pre-Vista -->
    67     <SetProperty Id="NETWORKTYPE" After="CostFinalize" Value="NDIS5"><![CDATA[(NETWORKTYPE="NDIS6") AND (VersionNT < 600)]]></SetProperty>
    68 
     63   
    6964    <!-- Install the product for all users on the system -->
    7065    <Property Id="ALLUSERS"><![CDATA[1]]></Property>
     
    7267    <!-- Force overwriting all files and re-create shortcuts to guarantee a working environment -->
    7368    <Property Id='REINSTALLMODE' Value='amus'/>
    74 
    75     <!-- VirtualBox properties (can be modified from command line) -->
    76 
    77     <!-- Whether or not a desktop shortcut should be created. -->
    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>
    81 
    82     <!-- Whether or not a desktop shortcut for the Quick Launch Bar should be created -->
    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>
    86 
    87     <!-- Whether or not registering of known desktop shortcut for the Quick Launch Bar should be created -->
    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>
    91 
    92     <!-- Whether or not VirtualBox should be started automatically right after successful installation -->
    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>
    9669
    9770    <!-- 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