On 3/16/2010 7:05 PM, Jacques Eloff wrote:
> 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.
>    

You're trying to do several things that aren't supported (either well or 
at all). Your choices are limited. The short answer is to follow the 
package rules (separate x86 and x64 packages) and use XmlConfig/XmlFile 
and get rollback for free. Slightly longer is to remove your 
dependencies on the GAC for custom actions.

-- 
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

Reply via email to