SmallestDotNet as CustomAction after MSI installation

Posted by Kai on Stack Overflow See other posts from Stack Overflow or by Kai
Published on 2010-02-09T23:20:08Z Indexed on 2010/04/30 6:07 UTC
Read the original article Hit count: 348

Filed under:
|

Is there anything to be said againt installing SmallestDotNet 3.5 (http://www.hanselman.com/blog/SmallestDotNetOnTheSizeOfTheNETFramework.aspx) as a CustomAction after MSI installation to ensure that .NET 3.5 is installed?

I've found many more complicated ways which (partly) include .NET framework into the installer.

How would you install (if necessary) the .NET 3.5 framework after msi installation automatically?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about msi