/build/static/layout/Breadcrumb_cap_w.png

Can any one tell me difference between Win7 32-bit and Win7 64-bit?

Curious from a packaging perspective


0 Comments   [ + ] Show comments

Answers (4)

Posted by: ms01ak 11 years ago
10th Degree Black Belt
1

64 bit apps will not work on 32bit hardware. Some 32bit apps will install on 64bit machines (it depends on the developer and how he programmed it). I find older applications (32bit) generally don't handle 64bit apps that well.


Comments:
  • @ms01ak..Thanks - aks 11 years ago
  • Good info! - CML_50oldfox 11 years ago
Posted by: SMal.tmcc 11 years ago
Red Belt
1

folder placement and registry could be different, IE program files (x86) and wow6432node and wow 64 keys in registry


Comments:
  • Thanks ...:) - aks 11 years ago
Posted by: samzeeco 11 years ago
10th Degree Black Belt
1

I like to combine my 32bit and 64bit installs into the same package whenever possible. I normally create an install.bat, below is an example from my VMware View client package that checks to see if it's 32 or 64 and runs the install accordingly.

 

if exist "C:\Program Files\VMware\VMware View\Client\bin\wswc.exe" goto END
if exist "C:\Program Files(x86)\VMware\VMware View\Client\bin\wswc.exe" goto END

set ProgFiles86Root=%ProgramFiles(x86)%

IF NOT "%ProgFiles86Root%"=="" (
    MSIEXEC /i "VMware View 64bit\VMware View Client64.msi" MSIFASTINSTALL=1 /qn /norestart
) ELSE (
    MSIEXEC /i "VMware View 32bit\VMware View Client.msi" MSIFASTINSTALL=1 /qn /norestart
)


:END

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ