Re: [WiX-users] Is it possible to install a 32-bit COM server DLL under ProgramFiles64Folder?

2010-03-12 Thread Wilson, Phil
p.com] Sent: Thursday, March 11, 2010 5:33 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Is it possible to install a 32-bit COM server DLL under ProgramFiles64Folder? On 3/11/2010 6:02 PM, Paul Baker wrote: > We give the user a choice of install location for our 64-bit >

Re: [WiX-users] Is it possible to install a 32-bit COM server DLL under ProgramFiles64Folder?

2010-03-11 Thread Bob Arnson
On 3/11/2010 6:02 PM, Paul Baker wrote: > We give the user a choice of install location for our 64-bit > components, which defaults to "Program Files\Product Name". Should we > create a parallel "Program Files (x86)\Product Name" folder for the > 32-bit components? If so, what should happen if the

Re: [WiX-users] Is it possible to install a 32-bit COM server DLL under ProgramFiles64Folder?

2010-03-11 Thread Paul Baker
> just put 32-bit components in the 32-bit file system. Fortunately in this case that is an option. Are there any recommendations on exactly where these components should go? We give the user a choice of install location for our 64-bit components, which defaults to "Program Files\Product Name". S

Re: [WiX-users] Is it possible to install a 32-bit COM server DLL under ProgramFiles64Folder?

2010-03-08 Thread John Aldridge
On 08/03/2010 13:37, Bob Arnson wrote: > On 3/6/2010 8:22 PM, Paul Baker wrote: >> We're now thinking of registering our COM server using RegistryValue >> elements, where RegistryValue/@Key contains "Wow6432Node". Does anyone >> know of any potential problems with this approach? > > You might want

Re: [WiX-users] Is it possible to install a 32-bit COM server DLL under ProgramFiles64Folder?

2010-03-08 Thread Bob Arnson
On 3/6/2010 8:22 PM, Paul Baker wrote: > We're now thinking of registering our COM server using RegistryValue > elements, where RegistryValue/@Key contains "Wow6432Node". Does anyone > know of any potential problems with this approach? > You might want to listen to what the code is telling you

Re: [WiX-users] Is it possible to install a 32-bit COM server DLL under ProgramFiles64Folder?

2010-03-07 Thread Sebastian Brand
: [WiX-users] Is it possible to install a 32-bit COM server DLL under ProgramFiles64Folder? > Is there a recommended way to install [COM registration] > information into the 32-bit part of the registry from a 64-bit > (Win64="yes") component? We're now thinking of register

Re: [WiX-users] Is it possible to install a 32-bit COM server DLL under ProgramFiles64Folder?

2010-03-06 Thread Paul Baker
> Is there a recommended way to install [COM registration] > information into the 32-bit part of the registry from a 64-bit > (Win64="yes") component? We're now thinking of registering our COM server using RegistryValue elements, where RegistryValue/@Key contains "Wow6432Node". Does anyone know of

Re: [WiX-users] Is it possible to install a 32-bit COM server DLL under ProgramFiles64Folder?

2010-03-03 Thread Bryan Reich
s ignorable in the given scenario, but I don't know if that is sufficient for you. -- Bryan -Original Message- From: Paul Baker [mailto:paulbak...@gmail.com] Sent: Wednesday, March 03, 2010 1:40 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Is it possible to install a 32-b

[WiX-users] Is it possible to install a 32-bit COM server DLL under ProgramFiles64Folder?

2010-03-03 Thread Paul Baker
We're currently building an MSI targeting the x64 platform. Most of our binaries are 64-bit, so we have placed each one into a 64-bit component under the ProgramFiles64Folder directory. However, we also need to install a 32-bit COM in-process server DLL. We're having issues because we'd ideally lik