Regarding the Torch error, yes, I still get the same error when I schedule ConfigureIIs to occur after InstallCertificates.
Thanks for the tip, though, Bob. During some of my previous "googling" I was under the impression that SKIPCONFIGUREIIS was sort of a hack that only applied to v2, but I see now that it applies to version 3 as well. I replaced what I had before with a custom action that modifies the value of SKIPCONFIGUREIIS based on the feature selection. Works perfectly now! And, of course, Torch performs fine as well. Thanks, -Matt Weber -----Original Message----- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Sunday, October 26, 2008 1:28 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] IIS CA Transform Error Matt Weber wrote: > still executed. To disable the CA from executing when those features are > not enabled I have the following in the .wxs: > ----- > <InstallExecuteSequence> > <Custom Action="ConfigureIIs" After="InstallFiles"> > ....conditions.... > </Custom> > </InstallExecuteSequence> > ----- > > ConfigureIIs already has a condition you can adapt; set the SKIPCONFIGUREIIS property to 1 and it won't be executed. That said, it sounds like there might be a bug in Torch. Do you get the same error if you schedule ConfigureIIs with After="InstallCertificates"? -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------ - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users