Changeset 42744 in vbox for trunk/src/VBox/Installer/darwin/VirtualBox_mpkg
- Timestamp:
- Aug 10, 2012 8:21:34 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79959
- Location:
- trunk/src/VBox/Installer/darwin/VirtualBox_mpkg
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/VirtualBox_mpkg/distribution.dist
r34631 r42744 2 2 <!-- 3 3 # 4 # Copyright (C) 2008-201 0Oracle Corporation4 # Copyright (C) 2008-2012 Oracle Corporation 5 5 # 6 6 # This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 <installer-gui-script minSpecVersion="1.0"> 16 16 <title>VirtualBox_title</title> 17 <options customize="allow" allow-external-scripts="yes" rootVolumeOnly="true" />17 <options customize="allow" allow-external-scripts="yes" rootVolumeOnly="true" hostArchitectures="i386"/> 18 18 <installation-check script="checkPrerequisite()"></installation-check> 19 <domains enable_anywhere=" true"/>19 <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/> 20 20 <script> 21 21 /* js:pkmk:start */ … … 68 68 </script> 69 69 <background file="background.tif" alignment="topleft" scaling="none"/> 70 <welcome file="Welcome. html"/>71 < conclusion file="Conclusion.html"/>70 <welcome file="Welcome.rtf" mime-type="text/rtf" uti="public.rtf"/> 71 <!-- <conclusion file="Conclusion.rtf" mime-type="text/rtf" uti="public.rtf"/> -- the default conclusion looks better --> 72 72 <choices-outline> 73 73 <line choice="choiceVBoxKEXTs"></line> … … 76 76 <line choice="choiceVBoxCLI"></line> 77 77 </choices-outline> 78 <choice id="choiceVBoxKEXTs" title="choiceVBoxKEXTs_title" description="choiceVBoxKEXTs_msg"start_selected="true" start_enabled="false" start_visible="true">78 <choice id="choiceVBoxKEXTs" title="choiceVBoxKEXTs_title" description="choiceVBoxKEXTs_msg" start_selected="true" start_enabled="false" start_visible="true"> 79 79 <pkg-ref id="org.virtualbox.pkg.vboxkexts"></pkg-ref> 80 80 </choice> … … 82 82 <pkg-ref id="org.virtualbox.pkg.vboxstartupitems"></pkg-ref> 83 83 </choice> 84 <choice id="choiceVBox" title="choiceVBox_title" description="choiceVBox_msg"start_selected="true" start_enabled="false" start_visible="true">84 <choice id="choiceVBox" title="choiceVBox_title" description="choiceVBox_msg" start_selected="true" start_enabled="false" start_visible="true"> 85 85 <pkg-ref id="org.virtualbox.pkg.virtualbox"></pkg-ref> 86 86 </choice> 87 <choice id="choiceVBoxCLI" title="choiceVBoxCLI_title" description="choiceVBoxCLI_msg"start_selected="true" start_enabled="true" start_visible="true">87 <choice id="choiceVBoxCLI" title="choiceVBoxCLI_title" description="choiceVBoxCLI_msg" start_selected="true" start_enabled="true" start_visible="true"> 88 88 <pkg-ref id="org.virtualbox.pkg.virtualboxcli"></pkg-ref> 89 89 </choice> … … 93 93 <pkg-ref id="org.virtualbox.pkg.virtualboxcli" auth="Root">file:./Contents/Packages/VirtualBoxCLI.pkg</pkg-ref> 94 94 </installer-gui-script> 95
Note:
See TracChangeset
for help on using the changeset viewer.