Changeset 65975 in vbox
- Timestamp:
- Mar 7, 2017 11:46:44 AM (8 years ago)
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 2 edited
-
VBoxMergeApp.wxi (modified) (1 diff)
-
VirtualBox.wxs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeApp.wxi
r64347 r65975 439 439 </Component> 440 440 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 441 462 </Include> -
trunk/src/VBox/Installer/win/VirtualBox.wxs
r64107 r65975 455 455 <?endif ?> 456 456 457 <!-- unattended template component --> 458 <ComponentRef Id="cp_UnattendedTemplates" /> 459 457 460 <Feature Id="VBoxUSB" Title="VirtualBox USB Support" Level="1" 458 461 Description="!(loc.VB_USBDriver)"
Note:
See TracChangeset
for help on using the changeset viewer.

