Changeset 64347 in vbox for trunk/src/VBox
- Timestamp:
- Oct 21, 2016 9:17:21 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeApp.wxi
r60723 r64347 113 113 114 114 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 125 115 <!----> 126 116 … … 193 183 Source="$(env.PATH_OUT)\bin\VBoxManage.exe" /> 194 184 <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" /> 199 186 <?if $(env.VBOX_WITH_HARDENING) = "yes" ?> 200 187 <File Id="file_VBoxHeadless.dll" Name="VBoxHeadless.dll" … … 229 216 <?endif ?> 230 217 <?if $(env.VBOX_WITH_DTRACE) = "yes" ?> 231 218 <File Id="file_VBoxDTrace.exe" Name="VBoxDTrace.exe" Source="$(env.PATH_OUT)\bin\VBoxDTrace.exe" /> 232 219 <?endif ?> 233 220 <!-- VBox DLL files -->
Note:
See TracChangeset
for help on using the changeset viewer.