VirtualBox

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


Ignore:
Timestamp:
Nov 4, 2015 12:34:03 PM (9 years ago)
Author:
vboxsync
Message:

Windows host installer: Mark our public properties as being "secure" for being able to pass them to the server side when doing a managed installation with elevated privileges.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/VirtualBox.wxs

    r58558 r58559  
    7676
    7777    <!-- Whether or not a desktop shortcut should be created. -->
    78     <Property Id="VBOXINSTALLDESKTOPSHORTCUT" Value="1" />
     78    <Property Id="VBOXINSTALLDESKTOPSHORTCUT" Value="1" Secure="yes"/>
    7979    <SetProperty Id="VBOXINSTALLDESKTOPSHORTCUT" After="AppSearch" Sequence="both"
    8080                 Value="{}"><![CDATA[VBOXINSTALLDESKTOPSHORTCUT="0"]]></SetProperty>
    8181
    8282    <!-- 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"/>
    8484    <SetProperty Id="VBOXINSTALLQUICKLAUNCHSHORTCUT" After="AppSearch" Sequence="both"
    8585                 Value="{}"><![CDATA[VBOXINSTALLQUICKLAUNCHSHORTCUT="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" />
     88    <Property Id="VBOXREGISTERFILEEXTENSIONS" Value="1" Secure="yes"/>
    8989    <SetProperty Id="VBOXREGISTERFILEEXTENSIONS" After="AppSearch" Sequence="both"
    9090                 Value="{}"><![CDATA[VBOXREGISTERFILEEXTENSIONS="0"]]></SetProperty>
    9191
    9292    <!-- 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"/>
    9494    <SetProperty Id="VBOXSTART" After="AppSearch" Sequence="both"
    9595                 Value="{}"><![CDATA[VBOXSTART="0"]]></SetProperty>
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