VirtualBox

儲存庫 vbox 的更動 65975


忽略:
時間撮記:
2017-3-7 上午11:46:44 (8 年 以前)
作者:
vboxsync
訊息:

bugref:8527. Added the unattended template scripts into Windows Installer MSI

位置:
trunk/src/VBox/Installer/win
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Installer/win/VBoxMergeApp.wxi

    r64347 r65975  
    439439    </Component>
    440440
     441    <!-- Unattended templates -->
     442    <Directory Id="dir_VBoxUnattendedTemplates" Name="unattended_templates">
     443        <Component Id="cp_UnattendedTemplates" Guid="8f89ec7e-ae83-490d-a293-c7ab276c5678" Win64="$(var.Property_Win64)">
     444            <!-- VBox unattended template files -->
     445            <File Id="file_debian_preseed.cfg" Name="debian_preseed.cfg"
     446                  Source="$(env.PATH_OUT)\bin\unattended_templates\debian_preseed.cfg" />
     447            <File Id="file_fedora_ks.cfg" Name="fedora_ks.cfg"
     448                  Source="$(env.PATH_OUT)\bin\unattended_templates\fedora_ks.cfg" />
     449            <File Id="file_ol_ks.cfg" Name="ol_ks.cfg"
     450                  Source="$(env.PATH_OUT)\bin\unattended_templates\ol_ks.cfg" />
     451            <File Id="file_redhat67_ks.cfg" Name="redhat67_ks.cfg"
     452                  Source="$(env.PATH_OUT)\bin\unattended_templates\redhat67_ks.cfg" />
     453            <File Id="file_ubuntu_preseed.cfg" Name="ubuntu_preseed.cfg"
     454                  Source="$(env.PATH_OUT)\bin\unattended_templates\ubuntu_preseed.cfg" />
     455            <File Id="file_win_nt6_unattended.xml" Name="win_nt6_unattended.xml"
     456                  Source="$(env.PATH_OUT)\bin\unattended_templates\win_nt6_unattended.xml" />
     457            <File Id="file_win_nt5_unattended.sif" Name="win_nt5_unattended.sif"
     458                  Source="$(env.PATH_OUT)\bin\unattended_templates\win_nt5_unattended.sif" />
     459        </Component>
     460    </Directory>
     461
    441462</Include>
  • trunk/src/VBox/Installer/win/VirtualBox.wxs

    r64107 r65975  
    455455<?endif ?>
    456456
     457        <!-- unattended template component -->
     458        <ComponentRef Id="cp_UnattendedTemplates" />
     459
    457460        <Feature Id="VBoxUSB" Title="VirtualBox USB Support" Level="1"
    458461                 Description="!(loc.VB_USBDriver)"
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette