Actually sending to the appropriate list.
Hi there,
I was wondering if any of you could share some insight into this problem
we just came across ...
We have a custom action (MsiProcessDrivers) that processes driver
packages to install them onto the system. It is defined to run after the
"InstallFiles" custom action. Now, one of our customers used the patch
mechanism to apply a patch to upgrade their INF from version 1.0 ->
version 2.0. This resulted in the "PatchFiles" custom action to have the
same sequence number as the "MsiProcessDrivers" action. Apparently,
"PatchFiles" is also defined to run after "InstallFiles" and hence both
of them ended up with the same sequence number. The error happens when
the "PatchFiles" action run after "MsiProcessDrivers".
We would like "MsiProcessDrivers" to run after "PatchFiles" - is there a
simple way to change the WiX and the MSM files (we ship both) to achieve
this?
Thanks,
Farhan
Original:
InstallFiles -> MsiProcessDrivers
After patch:
InstallFiles -> MsiProcessDrivers
->PatchFiles
Desired:
InstallFiles ->PatchFiles -> MsiProcessDrivers
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users