Avatar of gopalv
gopalv
Flag 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?
.NET ProgrammingMicrosoft Development

Avatar of undefined
Last Comment
gopalv

8/22/2022 - Mon
Jacques Bourgeois (James Burger)

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
Kalpesh Chhatrala

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
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
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy
gopalv

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