Re: [WiX-users] outlook com addin

2007-11-28 Thread Szentpali Janos
John Hall wrote: >> As I previously said (though in private mail) the solution is rather >> simple: >> >> SelfRegCost='1' >> >> Anything else is just a waste of your life by >> overcomplicating simple things and reinventing the wheel :D >> > > Except that the MSI documentation strongly sugge

Re: [WiX-users] outlook com addin

2007-11-28 Thread Szentpali Janos
John Hall wrote: >> As I previously said (though in private mail) the solution is rather >> simple: >> >> SelfRegCost='1' >> >> Anything else is just a waste of your life by >> overcomplicating simple things and reinventing the wheel :D >> > > Except that the MSI documentation strongly sugge

Re: [WiX-users] outlook com addin

2007-11-28 Thread John Hall
> As I previously said (though in private mail) the solution is rather > simple: > > SelfRegCost='1' > > Anything else is just a waste of your life by > overcomplicating simple things and reinventing the wheel :D Except that the MSI documentation strongly suggests that you shouldn't: "Installa

Re: [WiX-users] outlook com addin

2007-11-28 Thread Szentpali Janos
ED] On Behalf Of Chris Bardon > Sent: Wednesday, 28 November 2007 3:45 AM > To: Ben Reichelt; Ben > Cc: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] outlook com addin > > > > Ben, I've created an installer for a C# COM addin using Wix, and I ran into >

Re: [WiX-users] outlook com addin

2007-11-27 Thread Andrew Sampson
Of Chris Bardon Sent: Wednesday, 28 November 2007 3:45 AM To: Ben Reichelt; Ben Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] outlook com addin Ben, I've created an installer for a C# COM addin using Wix, and I ran into some of the same problems. The best way to get the ne

Re: [WiX-users] outlook com addin

2007-11-27 Thread Chris Bardon
rtual PC is a good place to start. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Reichelt Sent: Saturday, November 24, 2007 5:40 PM To: Ben Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] outlook com addin I tried running heat on the directory with my .dll

Re: [WiX-users] outlook com addin

2007-11-24 Thread Ben Reichelt
I tried running heat on the directory with my .dlls and .ocxs, but it would just hang :( I tried the suggestion of setting the SelfRegCost='1' on each component and that did the trick, thanks for the replies. ben On Nov 23, 2007 7:20 PM, Ben <[EMAIL PROTECTED]> wrote: > Try running heat on a d

Re: [WiX-users] outlook com addin

2007-11-23 Thread Ben
Try running heat on a directory (not just a file) that contains all the assemblies you need to register. Ben Reichelt wrote: I am making an installer for an Outlook vb6 COM addin. The addin consists of 7 COM assemblies that need to be copied to the target machine and then have regsvr32 cal

Re: [WiX-users] outlook com addin

2007-11-23 Thread Thomas Leigh
eichelt Sent: 23 November 2007 20:55 To: wix-users@lists.sourceforge.net Subject: [WiX-users] outlook com addin I am making an installer for an Outlook vb6 COM addin. The addin consists of 7 COM assemblies that need to be copied to the target machine and then have regsvr32 called on each assembly.

[WiX-users] outlook com addin

2007-11-23 Thread Ben Reichelt
I am making an installer for an Outlook vb6 COM addin. The addin consists of 7 COM assemblies that need to be copied to the target machine and then have regsvr32 called on each assembly. I have read that calling out to regsvr32.exe from the msi is not recommended and instead you should manually cr