Click here to Skip to main content
15,883,889 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hai
I am need to create msi package for website,i am create msi from existing project
steps
Right Click Solution--> Add-->New Project it open window
in that i choose Other Project Types-->Visual Studio-->Web Setup Project.


In above step it will create msi package,but i will install only in 64bit(i am created in windows 7 64 bit)

if i give TragetPlatform as x86 ,but not install in both bit.

Pls tell me how create msi with support in both 32 and 64 bit


Regards
Aravind
Posted
Updated 9-Oct-13 20:59pm
v2

1 solution

The TargetPlatform setting should have an option for Any. Choosing this will allow one package to work on both 32 and 64 bit systems.
 
Share this answer
 
Comments
Aravindba 10-Oct-13 6:58am    
Thank for ur reply ,but i didnt see like Any option,i can see only x86, x64, Itanium options
Stephen Hewison 10-Oct-13 7:03am    
The installer project doesn't have it's own platform. If you right-click the installer project and open the project properties. Under the "build" section there is the "Configuration Manager". Within here you can set the platform for each project as it's built for the installer. Set each of you projects to "Any CPU".
Stephen Hewison 10-Oct-13 7:06am    
If you don't have that option for specific project. Select "<new...>" within the Platform drop down. Select Any CPU in the "New Project Platform" pop up. Click ok.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900