Changeset 52826 in vbox for trunk/src/VBox/Installer/win/VBoxMergeUSB.wxi
- Timestamp:
- Sep 23, 2014 10:42:43 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeUSB.wxi
r51023 r52826 19 19 <Directory Id="dir_VBoxUSBFilter" Name="filter"> 20 20 <Component Id="cp_USBFilterDriver" Guid="B7D782D2-96DF-4775-A0E1-A76CF7B04B65" Win64="$(var.Property_Win64)"> 21 <difxapp:Driver AddRemovePrograms="no" ForceInstall="yes" 22 21 <difxapp:Driver AddRemovePrograms="no" ForceInstall="yes" DeleteFiles="yes" 22 Legacy="$(var.Property_DriverLegacy)" Sequence="0" PlugAndPlayPrompt="no"/> 23 23 <File Id="file_VBoxUSBMon.sys" Name="VBoxUSBMon.sys" 24 24 Source="$(env.PATH_OUT)\bin\VBoxUSBMon.sys" /> 25 25 <File Id="file_VBoxUSBMon.inf" Name="VBoxUSBMon.inf" 26 26 Source="$(env.PATH_OUT)\bin\VBoxUSBMon.inf" /> 27 <?if $(env.VBOX_SIGNING_MODE) != none?>27 <?if $(env.VBOX_SIGNING_MODE)?> 28 28 <File Id="file_VBoxUSBMon.cat" Name="VBoxUSBMon.cat" 29 29 Source="$(env.PATH_OUT)\bin\VBoxUSBMon.cat" /> … … 34 34 <Directory Id="dir_VBoxUSBDevice" Name="device"> 35 35 <Component Id="cp_USBDeviceDriver" Guid="010FE46A-E358-43E2-8BDC-38BC8BEC82E0" Win64="$(var.Property_Win64)"> 36 <difxapp:Driver AddRemovePrograms="no" ForceInstall="yes" 37 36 <difxapp:Driver AddRemovePrograms="no" ForceInstall="yes" DeleteFiles="yes" 37 Legacy="$(var.Property_DriverLegacy)" Sequence="0" PlugAndPlayPrompt="no"/> 38 38 <File Id="file_VBoxUSB.sys" Name="VBoxUSB.sys" 39 39 Source="$(env.PATH_OUT)\bin\VBoxUSB.sys" /> 40 40 <File Id="file_VBoxUSB.inf" Name="VBoxUSB.inf" 41 41 Source="$(env.PATH_OUT)\bin\VBoxUSB.inf" /> 42 <?if $(env.VBOX_SIGNING_MODE) != none?>42 <?if $(env.VBOX_SIGNING_MODE)?> 43 43 <File Id="file_VBoxUSB.cat" Name="VBoxUSB.cat" 44 44 Source="$(env.PATH_OUT)\bin\VBoxUSB.cat" />
Note:
See TracChangeset
for help on using the changeset viewer.