Re: [WiX-users] Debugging MakeSfxCA

2008-10-24 Thread Tina Basinger
Original Message- > From: Tina Basinger [mailto:[EMAIL PROTECTED] > Sent: Friday, October 17, 2008 11:02 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Debugging MakeSfxCA > > Just for kicks, I decided to change the name of my custom

Re: [WiX-users] Debugging MakeSfxCA

2008-10-17 Thread Jason Ginchereau
consistent. If you really want to do that, you'll have to manually append >>>> the GUID suffix in one place or another. Open the MSI or MSM in Orca to see >>>> what the modularized IDs look like. >>>> >>>> >>>> -Original Message

Re: [WiX-users] Debugging MakeSfxCA

2008-10-17 Thread Tina Basinger
consistent. If you really want to do that, you'll have to manually append >>>> the GUID suffix in one place or another. Open the MSI or MSM in Orca to see >>>> what the modularized IDs look like. >>>> >>>> >>>> -Original Message

Re: [WiX-users] Debugging MakeSfxCA

2008-10-17 Thread Tina Basinger
end >>> the GUID suffix in one place or another. Open the MSI or MSM in Orca to see >>> what the modularized IDs look like. >>> >>> >>> -Original Message- >>> From: Tina Basinger [mailto:[EMAIL PROTECTED] >>> Sent: Tuesday, Oct

Re: [WiX-users] Debugging MakeSfxCA

2008-10-15 Thread Tina Basinger
her. Open the MSI or MSM in Orca to see >> what the modularized IDs look like. >> >> >> -Original Message- >> From: Tina Basinger [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, October 14, 2008 11:05 AM >> To: General discussion for Windows Installe

Re: [WiX-users] Debugging MakeSfxCA

2008-10-14 Thread Tina Basinger
another. Open the MSI or MSM in Orca to see > what the modularized IDs look like. > > > -Original Message- > From: Tina Basinger [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 14, 2008 11:05 AM > To: General discussion for Windows Installer XML toolset. > Subject: R

Re: [WiX-users] Debugging MakeSfxCA

2008-10-14 Thread Jason Ginchereau
tober 14, 2008 7:34 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Debugging MakeSfxCA > > I am packaging the helper assembly with the custom action by passing it as > the last parameter to MakeSfxCA. > > The verbose log

Re: [WiX-users] Debugging MakeSfxCA

2008-10-14 Thread Tina Basinger
al discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Debugging MakeSfxCA > > I am packaging the helper assembly with the custom action by passing it as > the last parameter to MakeSfxCA. > > The verbose log has the fo

Re: [WiX-users] Debugging MakeSfxCA

2008-10-14 Thread Jason Ginchereau
ber 14, 2008 7:34 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Debugging MakeSfxCA I am packaging the helper assembly with the custom action by passing it as the last parameter to MakeSfxCA. The verbose log has the following around the error message. MSI (

Re: [WiX-users] Debugging MakeSfxCA

2008-10-14 Thread Tina Basinger
log. > > -Jason- > > -Original Message- > From: Tina Basinger [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 14, 2008 7:11 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Debugging MakeSfxCA > > OK, so i've made s

Re: [WiX-users] Debugging MakeSfxCA

2008-10-14 Thread Jason Ginchereau
esday, October 14, 2008 7:11 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Debugging MakeSfxCA OK, so i've made some head way. I now have 2 custom action assemblies with 12 and 13 custom actions respectively, and a third "helper" assembly wit

Re: [WiX-users] Debugging MakeSfxCA

2008-10-14 Thread Tina Basinger
gt;> 3. Edit the headers for the SfxCA stub to reserve more space, and rebuild >> it. Additional entrypoint slots will need to be defined in EntryPoints.def >> and EntryPoints.h. >> >> -Jason- >> >> -Original Message----- >> From: Tina Basinger [mail

Re: [WiX-users] Debugging MakeSfxCA

2008-10-09 Thread Tina Basinger
ECTED] > Sent: Thursday, October 09, 2008 7:39 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Debugging MakeSfxCA > > OK, this seems to be failing on the following line of code, which is line > 424 in MakeSfxCA.cs. > > entryPoints.Keys.Co

Re: [WiX-users] Debugging MakeSfxCA

2008-10-09 Thread Jason Ginchereau
r 09, 2008 7:39 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Debugging MakeSfxCA 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

Re: [WiX-users] Debugging MakeSfxCA

2008-10-09 Thread Tina Basinger
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, Oct

Re: [WiX-users] Debugging MakeSfxCA

2008-10-08 Thread Jason Ginchereau
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

[WiX-users] Debugging MakeSfxCA

2008-10-08 Thread Tina Basinger
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 ---