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
Pls help
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
zipsantro
15 years ago
Posted by:
zipsantro
15 years ago
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
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
15 years ago
Posted by:
zipsantro
15 years ago
Posted by:
desert_rose
15 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.