DIFxApp and DeleteFiles

2 messages Options
Embed this post
Permalink
Алексей Далекин

DIFxApp and DeleteFiles

Reply Threaded More More options
Print post
Permalink
Hi,

I'm using WIX v3 to install my filter driver. The driver is installed
correctly but DeleteFiles option doesn't work.

<DirectoryRef Id="InstallFolder" FileSource="..\build\x86\">
      <Component Id="MyFilter" Guid="PUT-GUID-HERE" DiskId="1">
        <File Name="MyFilter.sys" Vital="yes" KeyPath="no"  />
        <File Name="MyFilter.inf" Vital="yes" KeyPath="yes" />
        <difxapp:Driver Sequence="0" AddRemovePrograms="no" Legacy="yes"
DeleteFiles="yes" />
      </Component>
..
</DirectoryRef>

I need to remove *.inf, *.sys files from my InstallFolder after the
successful intsallation to the drviers storage.

Could anybody tell me what I missed to use difx extension?

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Bob Arnson-6

Re: DIFxApp and DeleteFiles

Reply Threaded More More options
Print post
Permalink
Алексей Далекин wrote:
> I'm using WIX v3 to install my filter driver. The driver is installed
> correctly but DeleteFiles option doesn't work.
>  

You'd have to take that up with the DifxApp folks; WiX just wraps their
custom actions.

> I need to remove *.inf, *.sys files from my InstallFolder after the
> successful intsallation to the drviers storage.
>  

Why? A repair will put them back.

--
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users