If your entire package targets x64 systems, set Package/@Platforms to 'x64'
and Package/@InstallerVersion to at least 200. That's my best guess based on
the Platform SDK topic '64-bit Windows Installer Packages'.

 

-- 

Mike Dimmick

 

  _____  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of jagath pabolu
Sent: 17 May 2007 05:04
To: Mike Dimmick; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Registry key creation in 64bit machine.

 

Mike,

 

I have already placed Win64='yes' in the component tag.

 

<Component Id='.....' DiskId='1' Win64='Yes'>FileType</Component> 

 

But, it is not working. Any other alternative way??? 

 

-Jagath Pabolu



Mike Dimmick <[EMAIL PROTECTED]> wrote:

Set Component/@Win64='yes'.

 

-- 

Mike Dimmick

 


  _____  


From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of jagath pabolu
Sent: 16 May 2007 13:42
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Registry key creation in 64bit machine.

 

Hi,

 

 We are trying to create a registry key using Wix for 64 bit targeted
installation as below

 

<Component Id='.....' DiskId='1' Win64='Yes'>FileType

.....

<Registry Root='HKLM' Key='SOFTWARE\ORL\WinVNC3' Name='AllowShutdown'
Value='#0' 

>FileType.xyz.1</Registry>

......

</Component> 

 

But,  registry key is getting created under
"HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\" instead of native 64bit hive.

 

Is there any way to create registry key in the native 64bit hive? Your help
on this greatly appreciated.....

 

-Jagath Pabolu

  


  _____  


Need a vacation? Get
<http://us.rd.yahoo.com/evt=48256/*http:/travel.yahoo.com/;_ylc=X3oDMTFhN2hu
cjlpBF9TAzk3NDA3NTg5BHBvcwM1BHNlYwNncm91cHMEc2xrA2VtYWlsLW5jbQ-->  great
deals to amazing places on Yahoo! Travel. 

 

  

  _____  

Boardwalk for $500? In 2007? Ha! 
Play
<http://us.rd.yahoo.com/evt=48223/*http:/get.games.yahoo.com/proddesc?gameke
y=monopolyherenow>  Monopoly Here and Now (it's updated for today's economy)
at Yahoo! Games.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to