Question Distribute 32 bit .net framework

thetodaisies

New member
Joined
Nov 13, 2012
Messages
2
Programming Experience
5-10
Hello,

Is there a .net framework setup which is full and only for 32 bit ?
i am trying to distribute .net framework 4.0 with my setup but the size of the setup (32 bit + 64 bit 41 MB) is a concern for me. so if i could add the setup only for 32 bit it should be lesser in size

i know online installer is less in size but i cannot useit becase internet connectivity cannot be made mandatory for my setup

Thanks
 
NB: Use the Client Profile, which is smaller, if that contains all you need. Windows Forms applications created using VS 2010 target the Client Profile by default.
 
Don't distribute the framework.. You can have the installer install it for the user if it is not present on the machine; I wouldnt thank a developer for bundling a 32bit framework that went and installed itself on my 64 bit machine
 
Back
Top