I'm curious about this also. I've never really been asked to do driver
installation work and someone recently asking me to do this. They seemed to
be very fixated on the ability to write driver co-installers in C++. Is this
correct thinking or not? It seems with the declaritive nature of MSI/WiX
and the avoidance of procedural runtime code ( ala CA's and COM registration )
that you would want to avoid driver co-installers but perhaps this is not the
case for drivers.
I would appreciate everyones thoughts on this.
Thanks,
Chris
ar <[EMAIL PROTECTED]> wrote:
I am able to install drivers using DPInst.exe( It copies my drivers to
DriversStore)
I would like to do the same using WiX. With the following code I am able to
copy the drivers to the System32 directory But not to the DriversStore.
My objective behide doing this is I would like have an installer( one .msi)
which installs drivers and the application.
xmlns:difx="http://schemas.microsoft.com/wix/DifxAppExtension">
Language="1033"
Version="1.0.0.0" Manufacturer="My Company"
UpgradeCode="ad6ba1b3-686a-4f49-8c52-84fe1c389d50">
InstallerVersion="200" Compressed="yes" />
1
Guid="3e0aa007-4463-4f70-aaf2-ad9c1feffb8c"
DriverForceInstall="yes" DriverSequence="0"
DriverAddRemovePrograms="yes" DriverLegacy ="yes"
DriverPlugAndPlayPrompt="no" >
DiskId="1"/>
DiskId="1"/>
DiskId="1"/>
DllEntry="ProcessDriverPackages" HideTarget="no" Impersonate="no"
Execute="immediate" Return="check"/>
DllEntry="CleanupOnSuccess" HideTarget="no" Impersonate="no"
Execute="immediate" Return="check"/>
DllEntry="InstallDriverPackages" HideTarget="no" Impersonate="no"
Execute="deferred" Return="check"/>
DllEntry="UninstallDriverPackages" HideTarget="no" Impersonate="no"
Execute="deferred" Return="check"/>
DllEntry="RollbackInstall" HideTarget="no" Impersonate="no"
Execute="rollback" Return="check"/>
--
View this message in context:
http://www.nabble.com/How-to-install-Drivers-using-WiX-tf4609546.html#a13163349
Sent from the wix-users mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
---------------------------------
Be a better Globetrotter. Get better travel answers from someone who knows.
Yahoo! Answers - Check it out.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users