VirtualBox

Changeset 64347 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 21, 2016 9:17:21 AM (8 years ago)
Author:
vboxsync
Message:

Installer/win: minor cleanup, removing commented out bits (which won't be activated and contain INSTALLDIR references which wouldn't work anyway in the MSM case)

File:
1 edited

Legend:

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

    r60723 r64347  
    113113
    114114
    115     <!--
    116 
    117     <Component Id="cp_StartMenuShortcut" Guid="1C137D24-E599-47BD-98D0-2F62F202A8EA" Win64="$(var.Property_Win64)">
    118         <RegistryValue Root="HKCU" Key="$(var.Property_RegKeyInstall)" Type="string"
    119                        Value="installed" KeyPath="yes" />
    120         <Shortcut Id="ShortcutStartMenuVBox" Directory="ProgramMenuDir"
    121                   Name="VirtualBox" WorkingDirectory="INSTALLDIR" Advertise="no" Target="VirtualBox.exe" />
    122         <RemoveFolder Id="ShortcutStartMenuVBoxRemove" On="uninstall" />
    123     </Component>-->
    124 
    125115    <!---->
    126116
     
    193183              Source="$(env.PATH_OUT)\bin\VBoxManage.exe" />
    194184        <File Id="file_VBoxHeadless.exe" Name="VBoxHeadless.exe"
    195               Source="$(env.PATH_OUT)\bin\VBoxHeadless.exe">
    196             <!-- Create a simple shortcut for VBoxVRDP, which is not present anymore, pointing to VBoxHeadless.exe -->
    197        <!--     <Shortcut Id="ShortcutVBoxVRDP" Directory="INSTALLDIR" Name="VBoxVRDP" Show="normal" WorkingDirectory="INSTALLDIR"/> -->
    198         </File>
     185              Source="$(env.PATH_OUT)\bin\VBoxHeadless.exe" />
    199186<?if $(env.VBOX_WITH_HARDENING) = "yes" ?>
    200187        <File Id="file_VBoxHeadless.dll" Name="VBoxHeadless.dll"
     
    229216<?endif ?>
    230217<?if $(env.VBOX_WITH_DTRACE) = "yes" ?>
    231         <File Id="file_VBoxDTrace.exe" Name="VBoxDTrace.exe" Source="$(env.PATH_OUT)\bin\VBoxDTrace.exe" />
     218        <File Id="file_VBoxDTrace.exe" Name="VBoxDTrace.exe" Source="$(env.PATH_OUT)\bin\VBoxDTrace.exe" />
    232219<?endif ?>
    233220        <!-- VBox DLL files -->
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