/build/static/layout/Breadcrumb_cap_w.png

Installing on 64 bit OS

I want to install my application on 64 bit OS. I tried installing it on 64 OS and files were installed but registry keys were not created. what do i need to to do to create the registry keys.

Pls help

0 Comments   [ + ] Show comments

Answers (6)

Posted by: zipsantro 14 years ago
Purple Belt
0
Is your installer 64 bit?
If your installer is 32bit than registry keys will be installed under HKLM\Software\Wow6432Node registry hive. In 64bit OS this registry hive contains HKLM\Software keys being installed by 32 bit installer.

Jeeoo!
Santro
Posted by: desert_rose 14 years ago
Orange Belt
0
how do i check if installer is 64 bit.
Posted by: zipsantro 14 years ago
Purple Belt
0
MSI installer can't be run as 32bit or 64 bit rather the components can be run under 64bit/32bit. Yes you can have Launch Conditons (VersionNT64) to prevent the installation.

Check for the component containing all the registry keys and change the attribute and condition accordingly.
Attributes += 256 and Condition = (VersionNT64).
But make sure that doing this will restrict your component only for 64 bit OS.

Jeeoo!
Santro
Posted by: desert_rose 14 years ago
Orange Belt
0
so does it mean that i need to create the registry component again and set the condition VersionNT64 so that if i run on 64 bit OS these components will get installed and on 32 bit the previous component will get installed.
Posted by: zipsantro 14 years ago
Purple Belt
0
Generally I create different installer for x86 and x64 by setting up the ProgramFiles64Folder and changing the component attributes.

Jeeoo!
Santro
Posted by: desert_rose 14 years ago
Orange Belt
0
you mean to say you have different MSI for 32 bit and 64 bit. Whats the best way to handle this through single MSI.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
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