Changeset 58559 in vbox for trunk/src/VBox/Installer/win
- Timestamp:
- Nov 4, 2015 12:34:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VirtualBox.wxs
r58558 r58559 76 76 77 77 <!-- Whether or not a desktop shortcut should be created. --> 78 <Property Id="VBOXINSTALLDESKTOPSHORTCUT" Value="1" />78 <Property Id="VBOXINSTALLDESKTOPSHORTCUT" Value="1" Secure="yes"/> 79 79 <SetProperty Id="VBOXINSTALLDESKTOPSHORTCUT" After="AppSearch" Sequence="both" 80 80 Value="{}"><![CDATA[VBOXINSTALLDESKTOPSHORTCUT="0"]]></SetProperty> 81 81 82 82 <!-- Whether or not a desktop shortcut for the Quick Launch Bar should be created --> 83 <Property Id="VBOXINSTALLQUICKLAUNCHSHORTCUT" Value="1" />83 <Property Id="VBOXINSTALLQUICKLAUNCHSHORTCUT" Value="1" Secure="yes"/> 84 84 <SetProperty Id="VBOXINSTALLQUICKLAUNCHSHORTCUT" After="AppSearch" Sequence="both" 85 85 Value="{}"><![CDATA[VBOXINSTALLQUICKLAUNCHSHORTCUT="0"]]></SetProperty> 86 86 87 87 <!-- Whether or not registering of known desktop shortcut for the Quick Launch Bar should be created --> 88 <Property Id="VBOXREGISTERFILEEXTENSIONS" Value="1" />88 <Property Id="VBOXREGISTERFILEEXTENSIONS" Value="1" Secure="yes"/> 89 89 <SetProperty Id="VBOXREGISTERFILEEXTENSIONS" After="AppSearch" Sequence="both" 90 90 Value="{}"><![CDATA[VBOXREGISTERFILEEXTENSIONS="0"]]></SetProperty> 91 91 92 92 <!-- Whether or not VirtualBox should be started automatically right after successful installation --> 93 <Property Id="VBOXSTART" Value="1" />93 <Property Id="VBOXSTART" Value="1" Secure="yes"/> 94 94 <SetProperty Id="VBOXSTART" After="AppSearch" Sequence="both" 95 95 Value="{}"><![CDATA[VBOXSTART="0"]]></SetProperty>
Note:
See TracChangeset
for help on using the changeset viewer.