Hi All,

I just implemented WiX/DIFx installer and everything works well except that
driver files (i.e. sys, cab and inf files) are not deleted from my
application folder after successful installation. I.e. sys files are
installed in system32/drivers folder but additionally present in my
application folder. I would like to avoid from this.

Is there some solution for this?

My driver's component section is simple and following:
<Component Id="MyDriverComponent"
Guid="38677514-C85F-4b80-B205-271096D19CF0"
                  DriverDeleteFiles="yes" DriverForceInstall="yes"
DriverSequence="0"> 
  <File Id="MyDriverInf" Name="MyDriver.inf" LongName="MyDriver.inf"
Vital="yes" KeyPath="yes" DiskId="1" Source=".\Bin\MyDriver.inf" />
  <File Id="MyDriverCat" Name="MyDriver.cat" LongName="MyDriver.cat"
Vital="yes" KeyPath="no" DiskId="1" Source=".\Bin\MyDriver.cat" />
  <File Id="MyDriverSys" Name="MyDriver.sys" LongName="MyDriver.sys"
Vital="yes" KeyPath="no" DiskId="1" Source=".\Bin\MyDriver.sys" />
</Component>

Best regards,
Al
-- 
View this message in context: 
http://www.nabble.com/Deletion-of-sys%2C-cab-and-inf-files-after-succesful-DIFx-install-tf4897124.html#a14025505
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to