Changeset 49051 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Oct 11, 2013 11:00:20 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Makefile.kmk
r48323 r49051 230 230 $(APPEND) -t $@ '<?xml version="1.0" ?>' 231 231 $(APPEND) $@ '<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">' 232 ifdef VBOX_WITH_DOCS_ CHM232 ifdef VBOX_WITH_DOCS_PACKING 233 233 $(APPEND) $@ ' <File Id="file_VirtualBox.chm" Name="VirtualBox.chm" DiskId="$(VBOX_INSTALLER_COMMON_DISKID)" Vital="yes" Source="$(PATH_STAGE_BIN)/VirtualBox.chm"></File>' 234 234 $(APPEND) -n $@ $(foreach lang,$(VBOX_MANUAL_ADD_LANGUAGES), \ … … 241 241 $(APPEND) -t $@ '<?xml version="1.0" ?>' 242 242 $(APPEND) $@ '<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">' 243 ifdef VBOX_WITH_DOCS 243 ifdef VBOX_WITH_DOCS_PACKING 244 244 $(APPEND) $@ ' <File Id="file_UserManual.pdf" Name="UserManual.pdf" DiskId="$(VBOX_INSTALLER_COMMON_DISKID)" Vital="yes" Source="$(PATH_STAGE_BIN)/UserManual.pdf">' 245 245 $(APPEND) $@ ' </File>' … … 268 268 # Documentation (PDF/CHM) 269 269 # 270 ifdef VBOX_WITH_DOCS_ CHM270 ifdef VBOX_WITH_DOCS_PACKING 271 271 $(APPEND) $@ ' <Shortcut Id="sc_StartMenu_ManualCHM_en_US" Directory="dir_StartMenuVBox" Name="!(loc.StartMenu_UserManual) (CHM, English)" Description="!(loc.StartMenu_UserManual)"' \ 272 272 ' Target="[INSTALLDIR]\VirtualBox.chm" WorkingDirectory="dir_Documents" Advertise="no"/>'
Note:
See TracChangeset
for help on using the changeset viewer.