I'll top that off with Heath's article...

https://blogs.msdn.com/heaths/archive/2008/01/15/different-packages-are-required-for-different-processor-architectures.aspx

Phil Wilson 


-----Original Message-----
From: Blair [mailto:os...@live.com] 
Sent: Thursday, November 12, 2009 8:51 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Windows Server 2008 and the registry

You need both 32-bit and 64-bit registry components. However, 32-bit code
normally can't access 64-bit registry areas, so the "correct" solution is a
separate package for each bit-ness.

-----Original Message-----
From: phillip_sid...@dellteam.com [mailto:phillip_sid...@dellteam.com] 
Sent: Thursday, November 12, 2009 1:01 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Windows Server 2008 and the registry

Ok, so it was writing to the Wow6432Node. So the next question:

How can I force a 32bit installer to install registry keys to both the
standard and Wow6432Nodes?

Thanks.

- Phil

-----Original Message-----
From: Wendell Joost [mailto:wende...@gmail.com] 
Sent: Thursday, November 12, 2009 12:19 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Windows Server 2008 and the registry

Are you running on x86 or x64?  32 bit installer will be remapped on
x64 OS, If x64, registry entries redirect to Wow6432Node, e.g.

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Communicator

instead of:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Communicator

Wendell

On Thu, Nov 12, 2009 at 9:33 AM,  <phillip_sid...@dellteam.com> wrote:
> I have an MSI that runs under an administrative account, it successfully
> updates the registry on Win2K3 and XP, but when I execute the same MSI
> on Windows Server 2008, it makes no changes to the registry. Note the
> installer log indicates that the install was completely successful!
>
>
>
> Is anyone else have similar issues?
>
>
>
> Thanks.
>
>
>
> -          Phil
>
>
>
>
>
>
----------------------------------------------------------------------------
--
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day
> trial. Simplify your report design, integration and deployment - and focus
on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
"Some people come visit Europe and are really let down when they find
out it's not like a credit-card commercial; others really get into
meeting all the quirky people and careening along narrow mountain
roads in rickety cabs driven by suicidal, gap-toothed Carpathians. I
guess it's pretty obvious which one you are..." - Justin Crevier, May
'01

----------------------------------------------------------------------------
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus
on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

----------------------------------------------------------------------------
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus
on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



*** Confidentiality Notice: This e-mail, including any associated or attached 
files, is intended solely for the individual or entity to which it is 
addressed. This e-mail is confidential and may well also be legally privileged. 
If you have received it in error, you are on notice of its status. Please 
notify the sender immediately by reply e-mail and then delete this message from 
your system. Please do not copy it or use it for any purposes, or disclose its 
contents to any other person. This email comes from a division of the Invensys 
Group, owned by Invensys plc, which is a company registered in England and 
Wales with its registered office at Portland House, Bressenden Place, London, 
SW1E 5BF (Registered number 166023). For a list of European legal entities 
within the Invensys Group, please go to 
http://www.invensys.com/legal/default.asp?top_nav_id=77&nav_id=80&prev_id=77. 
You may contact Invensys plc on +44 (0)20 7821 3848 or e-mail 
inet.hqhelpd...@invensys.com. This e-mail and any attachments thereto may be 
subject to the terms of any agreements between Invensys (and/or its 
subsidiaries and affiliates) and the recipient (and/or its subsidiaries and 
affiliates).



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to