[WiX-users] Registey Key Issue

2008-09-24 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi , I am creating one installer on 32 bit machine. In my Installer, There is one utility always which is looking at HKLM\Software\Microsoft\XXX. On 32 Bit machine it is working fine because Below mentioned code is crating the required key at same location(HKLM\Software\Microsoft\XXX)

Re: [WiX-users] Registey Key Issue

2008-09-24 Thread Sandeep Gautam (HCL Technologies Ltd)
Resending My Query.. Please help me out. -Original Message- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2008 10:36 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Registey Key Issue Hi , I am

Re: [WiX-users] Registey Key Issue

2008-09-24 Thread Christopher Karper
-users] Registey Key Issue Hi , I am creating one installer on 32 bit machine. In my Installer, There is one utility always which is looking at HKLM\Software\Microsoft\XXX. On 32 Bit machine it is working fine because Below mentioned code is crating the required key at same location(HKLM

Re: [WiX-users] Registey Key Issue

2008-09-24 Thread Sandeep Gautam (HCL Technologies Ltd)
for Windows Installer XML toolset. Subject: Re: [WiX-users] Registey Key Issue If you create a 32 bit installer, it will run in the 32 bit space, which can not access outside the Wow6432Node... If you need to write outside of that area, you'll need to create a seperate installer for a 64-bit version

Re: [WiX-users] Registey Key Issue

2008-09-24 Thread Christopher Karper
- From: Christopher Karper [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2008 12:20 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Registey Key Issue If you create a 32 bit installer, it will run in the 32 bit space, which can not access

Re: [WiX-users] Registey Key Issue

2008-09-24 Thread Sandeep Gautam (HCL Technologies Ltd)
Message- From: Christopher Karper [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2008 1:23 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Registey Key Issue Yep, that's the idea. Chris On Wed, Sep 24, 2008 at 3:25 PM, Sandeep Gautam (HCL

Re: [WiX-users] Registey Key Issue

2008-09-24 Thread Christopher Karper
: Wednesday, September 24, 2008 1:23 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Registey Key Issue Yep, that's the idea. Chris On Wed, Sep 24, 2008 at 3:25 PM, Sandeep Gautam (HCL Technologies Ltd) [EMAIL PROTECTED] wrote: Thanks Chris, If I

Re: [WiX-users] Registey Key Issue

2008-09-24 Thread Rob Mensching
-users] Registey Key Issue Resending My Query.. Please help me out. -Original Message- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2008 10:36 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Registey Key

Re: [WiX-users] Registey Key Issue

2008-09-24 Thread Sandeep Gautam (HCL Technologies Ltd)
During Build.. -Original Message- From: Christopher Karper [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2008 9:29 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Registey Key Issue When is this error occurring, during build? link? when