Link to home
Start Free TrialLog in
Avatar of gopalv
gopalvFlag for India

asked on

.NET Framework MSI Download

Hi

I am searching for the MSI installer for .NET Framework 4.0 both 32 and 64 versions?. I have added some MSI files to my project and according to certain conditions, we are opening the MSI installers using MSIExec Program in my C#.net Program. Till last build, we were using .NET 3.5 but now it is changed to .NET 4.0

Can you please give me a link or idea where the .NET Installer (MSI) not EXE for 4.0 64 bit and 32 bit located?
Avatar of Jacques Bourgeois (James Burger)
Jacques Bourgeois (James Burger)
Flag of Canada image

Avatar of gopalv

ASKER

Hello James

The link mentioned here is actually an EXE file to install .NET framework 4.0 for both 32 and 64bit. I actually need the MSI file installer to call from my program using MSIEXEC executable. For .NET 3.5, we had both 32 bit and 64 bit MSI files and which are working fine.

Thanks in Advance
ASKER CERTIFIED SOLUTION
Avatar of Kalpesh Chhatrala
Kalpesh Chhatrala
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gopalv

ASKER

Hello

I was trying the steps provided here whether I can get the solution. But even after the execution, I am getting a bunch of files for both 32bit and 64bit setups. Any way, I could differentiate both 32 and 64bit files from the setup.

What i need is to get a single MSI file for 32 and a single MSI file for 64bit installations, because I am installing this using MSIEXEC program.

Thanks
Avatar of gopalv

ASKER

Didn't get the exact solution. So giving points to the better answer.