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: 32 and 64bit web apps
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
โMar 18, 2010
08:28 PM
32 and 64bit web apps
Hey guys,
Im Installing a Web application... and when setting the:
ASP.Net Platform - i get the option of 32bit and 64bit.
My Question is:
Can i detect if the user is on 64bit or 32bit and based on that change the ASP.Net Platform option?
or will i have to have a separate WebApp/component for the 64bit version.
Thanks
Im Installing a Web application... and when setting the:
ASP.Net Platform - i get the option of 32bit and 64bit.
My Question is:
Can i detect if the user is on 64bit or 32bit and based on that change the ASP.Net Platform option?
or will i have to have a separate WebApp/component for the 64bit version.
Thanks
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
โMar 19, 2010
06:35 PM
Hi Aaron,
I think that option 2 is the way to go: detect whether the user is installing on 32 or 64 bit, and link that result to a component/feature that is installed accordingly. (Set the appropriate feature to "TRUE", the other to "FALSE".)
Sounds good in theory, anyway. ๐
I think that option 2 is the way to go: detect whether the user is installing on 32 or 64 bit, and link that result to a component/feature that is installed accordingly. (Set the appropriate feature to "TRUE", the other to "FALSE".)
Sounds good in theory, anyway. ๐
