Thanks Bob It sounds to me then that a type 2 CA is not the solution then.
I guess that gives rise to some more questions: 1) Where should I schedule this to ensure that rollbacks can be handled, keeping in mind that the assemblies I installed are in the GAC before the CA runs? 2) What options do I have to keep these CAs as managed code EXEs 3) Would a typ 18 CA serve me any better? The CAs are modifying an XML file, but there can potentially be a 32-bit and 64-bit version of the file (both need to be modified) and the CA takes care of that since it relies on using both the 32-bit and 64-bit registry entries to locate the file. Having multiple installers is not an option, so that takes using XmlFile elements out of the solution for me. Jacques On Fri, Mar 12, 2010 at 8:57 AM, Bob Arnson <b...@joyofsetup.com> wrote: > On 3/11/2010 11:02 PM, Jacques Eloff wrote: > > I've also add the WixFailWhenDeferred action to allow for injecting > > failures. I found that since it relies on the GAC, having > Execute="commit" > > seems to work well by making sure the assemblies are in the GAC since > this > > happens after the publishAssembly steps. > > > > Commit actions happen after the install is commited, so rollback isn't > feasible. See "Commit Custom Actions" in the MSI SDK for details. > > -- > sig://boB > http://joyofsetup.com/ > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users