VirtualBox

Changeset 49051 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Oct 11, 2013 11:00:20 AM (11 years ago)
Author:
vboxsync
Message:

Windows installer: actually install the docs (chm + pdf)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Makefile.kmk

    r48323 r49051  
    230230        $(APPEND) -t $@ '<?xml version="1.0" ?>'
    231231        $(APPEND) $@ '<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">'
    232 ifdef VBOX_WITH_DOCS_CHM
     232ifdef VBOX_WITH_DOCS_PACKING
    233233        $(APPEND) $@ '  <File Id="file_VirtualBox.chm" Name="VirtualBox.chm" DiskId="$(VBOX_INSTALLER_COMMON_DISKID)" Vital="yes" Source="$(PATH_STAGE_BIN)/VirtualBox.chm"></File>'
    234234        $(APPEND) -n $@ $(foreach lang,$(VBOX_MANUAL_ADD_LANGUAGES), \
     
    241241        $(APPEND) -t $@ '<?xml version="1.0" ?>'
    242242        $(APPEND) $@ '<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">'
    243 ifdef VBOX_WITH_DOCS
     243ifdef VBOX_WITH_DOCS_PACKING
    244244        $(APPEND) $@ '  <File Id="file_UserManual.pdf" Name="UserManual.pdf" DiskId="$(VBOX_INSTALLER_COMMON_DISKID)" Vital="yes" Source="$(PATH_STAGE_BIN)/UserManual.pdf">'
    245245        $(APPEND) $@ '  </File>'
     
    268268        # Documentation (PDF/CHM)
    269269        #
    270 ifdef VBOX_WITH_DOCS_CHM
     270ifdef VBOX_WITH_DOCS_PACKING
    271271        $(APPEND) $@ '  <Shortcut Id="sc_StartMenu_ManualCHM_en_US" Directory="dir_StartMenuVBox" Name="!(loc.StartMenu_UserManual) (CHM, English)" Description="!(loc.StartMenu_UserManual)"' \
    272272                     '            Target="[INSTALLDIR]\VirtualBox.chm" WorkingDirectory="dir_Documents" Advertise="no"/>'
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