Re: [WiX-users] installing Outlook Primary Interop Assemblies

2009-01-29 Thread barry
03:33 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] installing Outlook Primary Interop Assemblies > > hi guys, > thanks for that, we will look into the setupbld options for bootstrapping > > yes the protocol handler is just registry keys, i couldnt find a clean

Re: [WiX-users] installing Outlook Primary Interop Assemblies

2009-01-20 Thread Rob Mensching
Re: [WiX-users] installing Outlook Primary Interop Assemblies From: Rob Mensching - 2009-01-15 15:57 1. That's exactly what setupbld was designed for. It doesn't support many more scenarios than that today. In WiX v3.5 burn will be much more powerful. 2. Isn't a protocol handle

Re: [WiX-users] installing Outlook Primary Interop Assemblies

2009-01-20 Thread Barry Larkin
y/RegistryValue elements to write the keys based on MSDN, right? -Original Message- From: Rainer Stropek [mailto:rai...@so...] Sent: Wednesday, January 14, 2009 23:32 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] installing Outlook Prima

Re: [WiX-users] installing Outlook Primary Interop Assemblies

2009-01-15 Thread Rob Mensching
e keys based on MSDN, right? -Original Message- From: Rainer Stropek [mailto:rai...@software-architects.at] Sent: Wednesday, January 14, 2009 23:32 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] installing Outlook Primary Interop Assemblies H

Re: [WiX-users] installing Outlook Primary Interop Assemblies

2009-01-15 Thread Rainer Stropek
lar...@gmail.com] Gesendet: Mittwoch, 14. Jänner 2009 17:37 An: wix-users@lists.sourceforge.net Betreff: [WiX-users] installing Outlook Primary Interop Assemblies Hi There, I am looking into using WIX instead of the standard windows setup and deployment project for the deployment of a solution to

[WiX-users] installing Outlook Primary Interop Assemblies

2009-01-14 Thread Barry Larkin
Hi There, I am looking into using WIX instead of the standard windows setup and deployment project for the deployment of a solution to one of our clients in work. (The appication interacts with outlook using the outlook interop assemblies and is written in c# VS.NET 2005). I have read through the