VirtualBox

Ignore:
Timestamp:
Sep 23, 2014 10:42:43 AM (10 years ago)
Author:
vboxsync
Message:

pr7489. Windows installer: Added attribute DeleteFiles for the components cp_VBoxDrv, cp_USBFilterDriver, cp_USBDeviceDriver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/VBoxMergeUSB.wxi

    r51023 r52826  
    1919    <Directory Id="dir_VBoxUSBFilter" Name="filter">
    2020        <Component Id="cp_USBFilterDriver" Guid="B7D782D2-96DF-4775-A0E1-A76CF7B04B65" Win64="$(var.Property_Win64)">
    21             <difxapp:Driver AddRemovePrograms="no" ForceInstall="yes"
    22                             Legacy="$(var.Property_DriverLegacy)" Sequence="0" PlugAndPlayPrompt="no"/>
     21            <difxapp:Driver AddRemovePrograms="no" ForceInstall="yes" DeleteFiles="yes"
     22                  Legacy="$(var.Property_DriverLegacy)" Sequence="0" PlugAndPlayPrompt="no"/>
    2323            <File Id="file_VBoxUSBMon.sys" Name="VBoxUSBMon.sys"
    2424                  Source="$(env.PATH_OUT)\bin\VBoxUSBMon.sys" />
    2525            <File Id="file_VBoxUSBMon.inf" Name="VBoxUSBMon.inf"
    2626                  Source="$(env.PATH_OUT)\bin\VBoxUSBMon.inf" />
    27 <?if $(env.VBOX_SIGNING_MODE) != none ?>
     27<?if $(env.VBOX_SIGNING_MODE)?>
    2828            <File Id="file_VBoxUSBMon.cat" Name="VBoxUSBMon.cat"
    2929                  Source="$(env.PATH_OUT)\bin\VBoxUSBMon.cat" />
     
    3434    <Directory Id="dir_VBoxUSBDevice" Name="device">
    3535        <Component Id="cp_USBDeviceDriver" Guid="010FE46A-E358-43E2-8BDC-38BC8BEC82E0" Win64="$(var.Property_Win64)">
    36             <difxapp:Driver AddRemovePrograms="no" ForceInstall="yes"
    37                             Legacy="$(var.Property_DriverLegacy)" Sequence="0" PlugAndPlayPrompt="no"/>
     36            <difxapp:Driver AddRemovePrograms="no" ForceInstall="yes"  DeleteFiles="yes"
     37                  Legacy="$(var.Property_DriverLegacy)" Sequence="0" PlugAndPlayPrompt="no"/>
    3838            <File Id="file_VBoxUSB.sys" Name="VBoxUSB.sys"
    3939                  Source="$(env.PATH_OUT)\bin\VBoxUSB.sys" />
    4040            <File Id="file_VBoxUSB.inf" Name="VBoxUSB.inf"
    4141                  Source="$(env.PATH_OUT)\bin\VBoxUSB.inf" />
    42 <?if $(env.VBOX_SIGNING_MODE) != none ?>
     42<?if $(env.VBOX_SIGNING_MODE)?>
    4343            <File Id="file_VBoxUSB.cat" Name="VBoxUSB.cat"
    4444                  Source="$(env.PATH_OUT)\bin\VBoxUSB.cat" />
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