Re: [WiX-users] Registry key issues on 64-bit Win 7

2011-10-12 Thread Sanjay Poria
> To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Registry key issues on 64-bit Win 7 > > The MSI SDK says "a 32-bit package consists of only 32-bit components" > so you're not really playing by those rules. There's also this: >

Re: [WiX-users] Registry key issues on 64-bit Win 7

2011-10-12 Thread Wilson, Phil
M To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Registry key issues on 64-bit Win 7 I believe I have some more information about this after further testing. Basically, if I start up a 32bit command prompt (%windir%\SysWoW64\cmd.exe) from my

Re: [WiX-users] Registry key issues on 64-bit Win 7

2011-10-12 Thread Sanjay Poria
@lists.sourceforge.net > Subject: [WiX-users] Registry key issues on 64-bit Win 7 > > I have created a Wix installer for a 32-bit application (not .NET) > which installs just fine. Recently, I had to create a COM Server > written in .NET consisting of a single DLL which also had to be

Re: [WiX-users] Registry key issues on 64-bit Win 7

2011-10-12 Thread Albert van Peppen
ineer Insad Grafisch b.v. -Oorspronkelijk bericht- Van: Sanjay Poria [mailto:sanjay.po...@xanalys.com] Verzonden: 11 October 2011 23:31 Aan: wix-users@lists.sourceforge.net Onderwerp: [WiX-users] Registry key issues on 64-bit Win 7 I have created a Wix installer for a 32-bit application (not

[WiX-users] Registry key issues on 64-bit Win 7

2011-10-11 Thread Sanjay Poria
I have created a Wix installer for a 32-bit application (not .NET) which installs just fine. Recently, I had to create a COM Server written in .NET consisting of a single DLL which also had to be installed (and used by) my original application. So basically I wrote the COM server in C# (target