Hi, I am currently having a msi created with wix 3.5 to install a driver
package along with an application.
The following custom action is used for uninstalling the driver package.

<CustomAction Id='Uninstall_driver' BinaryKey='DPInst.exe'
                  ExeCommand='/U &quot;[DriversDir]mydriver.
inf&quot; /SW /D' Return='ignore'/>

but if the file mydriver.inf is deleted , DPInst would not be able to remove
the driver package.

Is there any way to ensure that inf is there?? something like placing the
inf back there??

Thank in advance!
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to