Changeset 58570 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Nov 4, 2015 2:44:05 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103917
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VirtualBox.wxs
r58565 r58570 347 347 348 348 <Component Id="cp_DesktopShortcut" Guid="668F8A1A-F5CE-48B3-BB1A-3042EE27B279" Win64="$(var.Property_Win64)"> 349 <Condition>VBOX INSTALLDESKTOPSHORTCUT</Condition>349 <Condition>VBOX_INSTALLDESKTOPSHORTCUT</Condition> 350 350 <Shortcut Id="sc_DesktopVBox" Directory="DesktopFolder" Name="$(env.VBOX_PRODUCT)" Description="$(env.VBOX_PRODUCT)" 351 351 Target="[INSTALLDIR]VirtualBox.exe" WorkingDirectory="INSTALLDIR"/> … … 356 356 <Component Id="cp_QuickLaunchVBox" Guid="CC19E026-938A-41CB-8E77-3F33296244B6" Win64="$(var.Property_Win64)"> 357 357 <CreateFolder/> 358 <Condition>VBOX INSTALLQUICKLAUNCHSHORTCUT</Condition>358 <Condition>VBOX_INSTALLQUICKLAUNCHSHORTCUT</Condition> 359 359 <Shortcut Id="sc_QuickLaunchVBox" Directory="dir_QuicklaunchFolder" Name="$(env.VBOX_PRODUCT)" Description="$(env.VBOX_PRODUCT)" 360 360 Target="[INSTALLDIR]VirtualBox.exe" WorkingDirectory="INSTALLDIR"/>
Note:
See TracChangeset
for help on using the changeset viewer.