cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
kris
Level 2

x86 x64 Setup questions

I have an asp.net web application I'm using the setup for (2011 Profession version). I have different compiled dlls whether it's x86 or x64, then I need the vc++ runtime library to be installed either x86 or x64 during the install..

I'm a 100% newbie with this, I've fumbled my way through so far and the package works well, but is there anyway that I can have it do a different setup dependent on whether or not the system is x86 or x64? and install the appropriate dll's / vc++ runtime accordingly?

Thanks
Labels (1)
0 Kudos
(1) Reply
sbrown
Level 6

However the direction I would take is to create a couple of subfeatures one for 32(x86) and the other for x64. Attach the appropriate merge modules to those features. Set a condition to each feature as either 32 or 64 depending on how you are testing for your OS.
0 Kudos