This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: What's best practise for deploying a 64bit installer and 32bit installer?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jan 07, 2010
09:00 AM
What's best practise for deploying a 64bit installer and 32bit installer?
Hello,
My project is going to provide 2 different set of files for 64bit windows and 32bit windows.
So I'm not sure if there are any best practice on them. Is there a way to provide a single installer that allow install different set of features/components conditionally? Is that a good way?
And if some user has installed my 32bit stuffs(they are runnable in 64bit environment although not good enough) using 32bit installer, and later some day they'd upgrade them to 64bit, what's my option to make the old 32bit stuffs removed and 64bit installed?
Thanks.
My project is going to provide 2 different set of files for 64bit windows and 32bit windows.
So I'm not sure if there are any best practice on them. Is there a way to provide a single installer that allow install different set of features/components conditionally? Is that a good way?
And if some user has installed my 32bit stuffs(they are runnable in 64bit environment although not good enough) using 32bit installer, and later some day they'd upgrade them to 64bit, what's my option to make the old 32bit stuffs removed and 64bit installed?
Thanks.
(2) Replies
‎Jan 08, 2010
04:14 AM
I think the best way is to use 2 installer packages. I think it's not recommanded to mix 32 & 64 bit component in the same installer package.
And it's more easy to manage. For example, if you add a new component (32 or 64 bit) three month later you must not forget to add the good condition.
If you have 2 installer, you just have to set the right condition in "Installation Information/General Information/Product Properties/Install Condition" for each installer.
In the 64 bit installer package, you can also set the processor achitecture to x64 in "Installation Information/General Information/Summary Information Stream/Template Summary".
Regards,
Kevin
And it's more easy to manage. For example, if you add a new component (32 or 64 bit) three month later you must not forget to add the good condition.
If you have 2 installer, you just have to set the right condition in "Installation Information/General Information/Product Properties/Install Condition" for each installer.
In the 64 bit installer package, you can also set the processor achitecture to x64 in "Installation Information/General Information/Summary Information Stream/Template Summary".
Regards,
Kevin
‎Jan 11, 2010
04:26 AM
Yeah, agree and thanks.
Also found some post about 64bit install in MSDN.
http://msdn.microsoft.com/en-us/library/aa372855(VS.85).aspx
Also found some post about 64bit install in MSDN.
http://msdn.microsoft.com/en-us/library/aa372855(VS.85).aspx