Changeset 58570 in vbox
- Timestamp:
- Nov 4, 2015 2:44:05 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103917
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_Installation.xml
r58567 r58570 244 244 <glossterm>VBOX_START</glossterm> 245 245 246 <para>Specifies whether or not VirtualBox should be started right after 247 successful installation.</para> 248 249 <para>Set to <computeroutput>1</computeroutput> to enable, 250 <computeroutput>0</computeroutput> to disable. Default is 1.</para> 246 <glossdef> 247 <para>Specifies whether or not VirtualBox should be started right after 248 successful installation.</para> 249 250 <para>Set to <computeroutput>1</computeroutput> to enable, 251 <computeroutput>0</computeroutput> to disable. Default is 1.</para> 252 </glossdef> 251 253 </glossentry> 252 254 </glosslist> -
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.