Click here to Skip to main content
15,896,359 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Team,

I have develop one C# 4.0 windows form/desktop application, Now I want to run that application both on 32 Bit & 64 Bit OS.
What settings/changes do i need to make?
I don't want to create separate setup files for this.
Please suggest!

Thanks,
Pravin
Posted
Updated 3-Jul-13 23:52pm
v2
Comments
Sushil Mate 4-Jul-13 5:54am    
your 32 bit application will work on 64 bit machine. I guess you don't have to worry about it.

1 solution

Windows Installer doesn't support mixed 32/64-bit packages but there are some options you can accomplish this. Like creating an MSI with a bootstrap. Please refer to the following links:
Link 1[^]
Link 2[^]
Link 3[^]
Link 4[^]

Good luck,
OI
 
Share this answer
 

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