OK, this seems to be failing on the following line of code, which is line 424 in MakeSfxCA.cs.
entryPoints.Keys.CopyTo(slotSort, slotCount - entryPoints.Count); It's failing because slotCount = 16 and entryPoints.Count = 38, so slotCount-entryPoints.Count is negative. Apparenlty sfxCA.dll only has 16 entry points? What does one do if you have more custom actions than that? Thanks! -Tina On Wed, Oct 8, 2008 at 6:03 PM, Jason Ginchereau <[EMAIL PROTECTED]>wrote: > There's no way to get a more detailed error printout without modifying the > code of the MakeSfxCA tool. > > The easiest way to diagnose the issue would be to capture the command-line > from your build log and then launch that same command-line in a debugger: > devenv /debugexe MakeSfxCA.exe <parameters> > > If you don't have it already, the source code for MakeSfxCA can be found in > wix3-sources.zip, in the src\dtf\Tools\MakeSfxCA directory. > > Or, if you can send me enough info / files to reproduce the error, I'll > look into it. > > -Jason- > > -----Original Message----- > From: Tina Basinger [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 08, 2008 2:05 PM > To: Wix Group > Subject: [WiX-users] Debugging MakeSfxCA > > Any tips on figuring out MakeSfxCA errors? I'm getting the following > output > when calling MakeSfxCA.exe from the command line. > > ... > CA_Name=Fully_Qualified_CA_Name > Modifying SfxCA.dll stub > Error: Non-negative number required. > Parameter name: index > ------------------------------------------------------------------------- > 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 > ------------------------------------------------------------------------- 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