VirtualBox

Ignore:
Timestamp:
Aug 10, 2012 8:21:34 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79959
Message:

Installer rework, second part.

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  
    22<!--
    33#
    4 # Copyright (C) 2008-2010 Oracle Corporation
     4# Copyright (C) 2008-2012 Oracle Corporation
    55#
    66# This file is part of VirtualBox Open Source Edition (OSE), as
     
    1515<installer-gui-script minSpecVersion="1.0">
    1616    <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"/>
    1818    <installation-check script="checkPrerequisite()"></installation-check>
    19     <domains enable_anywhere="true"/>
     19    <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
    2020    <script>
    2121    /* js:pkmk:start */
     
    6868    </script>
    6969    <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 -->
    7272    <choices-outline>
    7373        <line choice="choiceVBoxKEXTs"></line>
     
    7676        <line choice="choiceVBoxCLI"></line>
    7777    </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">
    7979        <pkg-ref id="org.virtualbox.pkg.vboxkexts"></pkg-ref>
    8080    </choice>
     
    8282        <pkg-ref id="org.virtualbox.pkg.vboxstartupitems"></pkg-ref>
    8383    </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">
    8585        <pkg-ref id="org.virtualbox.pkg.virtualbox"></pkg-ref>
    8686    </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">
    8888        <pkg-ref id="org.virtualbox.pkg.virtualboxcli"></pkg-ref>
    8989    </choice>
     
    9393    <pkg-ref id="org.virtualbox.pkg.virtualboxcli" auth="Root">file:./Contents/Packages/VirtualBoxCLI.pkg</pkg-ref>
    9494</installer-gui-script>
     95
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