Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > AMD64 vs IA64
 

AMD64 vs IA64

hi friends,
I am adding custom prerequisites using Bootsrapper Manifest Generator in VS 2008. In the Install conditions we want to specify the architecture like x86 or x64. But i have the doubt in specifying x64 architecture..

Generally i using AMD64 for 64bit system checking and working correctly. But when i cehck the discussion of BMG they use as differently.. Check the following link..

http://code.msdn.microsoft.com/bmg/Thread/View.aspx?ThreadId=1404

So what is the best method to check x64 from the following...? (i used first one)

1. < BypassIf Property =" ProcessorArchitecture " Compare =" ValueNotEqualTo " Value =" AMD64 " />
2. <BypassIf Property="VersionNT64" Compare="ValueNotExists" Value="N/A for ValueExists and ValueNotExists" />
3.
<FailIf Property="ProcessorArchitecture" Compare="ValueEqualTo" Value="IA64" String="InvalidPlatformArchitecture" />

Also i want to know how AMD64 is different from IA64. Basic i know that IA from Intel and AMD from AMD..But how different in this scenario? Any article link or help? If you have any article about the install conditions please provide that also
akhilrajau  Tuesday, September 15, 2009 7:29 AM
AMD64 is basically x64, which is a certain flavor of 64-bit architecture you could look at as an extension to x86. IA64 is a completely different and rare architecture "Itanium" based on a full 64-bit CPU. Because it's completely different as well as very rarethe vast majority of apps don't support it.
http://en.wikipedia.org/wiki/Itanium
Phil Wilson
PhilWilson  Tuesday, September 15, 2009 8:25 PM
AMD64 is basically x64, which is a certain flavor of 64-bit architecture you could look at as an extension to x86. IA64 is a completely different and rare architecture "Itanium" based on a full 64-bit CPU. Because it's completely different as well as very rarethe vast majority of apps don't support it.
http://en.wikipedia.org/wiki/Itanium
Phil Wilson
PhilWilson  Tuesday, September 15, 2009 8:25 PM

You can use google to search for other answers

Custom Search

More Threads

• Customized Setup [to add our/custom dialog within setup]
• Limited user and automatic updating app
• Error deployng reports made with Crystal 8.5
• why it removes the whole path from system after uninstallation???
• Removing Visual J# dependency
• Custom Action Fails with not enough permissions VS.net 2008 Setup
• "Invalid Drive D:\" and WEBCA_GatherWebSites error on msi built from VS2005 Deployment project on Windows 2003
• VS 2005 Setup Project: overwrite existing version but preserve config-file?
• check for (but not install) a prerequsite with ClickOnce
• ClickOnce VB.NET App Installation - AccessDenied for some users?