.NET - Verify and Install .NET Framework 3.5 before running application

Posted by Tufo on Stack Overflow See other posts from Stack Overflow or by Tufo
Published on 2010-02-03T11:57:18Z Indexed on 2010/06/14 13:22 UTC
Read the original article Hit count: 219

Filed under:
|
|

PLEASE READ THE FULL QUESTION BEFORE POST YOUR ANSWER

Hello guys! I'm currently developing a "Extremelly customized Installer Application" in C# for installing a old classic ASP application. It'll be used during the 2.0 version is developed (ASP.NET MVC with C#).

As its so different from the efault install packages, I've made it as normal windows application, not as setup application (a setup application don't let us customize so much as I need).

And here is the problem: As its a windows application, I must "Release" it and send the compiled .EXE with the .DLLs, I must not "Publish" because if i do so, the published .EXE will "install the installer" and not my application. I need a way to verify and install the .NET Framework 3.5 like a bootstrap package prerequisite used in publishing option, but remember that I'm not publishing, I'm doing a "Release" build.

Thanks for any help!

© Stack Overflow or respective owner

Related posts about .NET

Related posts about windows-installer