开发者

MSI Install Package

开发者 https://www.devze.com 2023-01-25 04:47 出处:网络
I\'m creating my MSI install package for my Web App and all projects are targeted for .NET 3.5. (in Visual Studio 2010)

I'm creating my MSI install package for my Web App and all projects are targeted for .NET 3.5. (in Visual Studio 2010)

Also, I have disabled prerequisite installs when generating the MSI package.

However, when attempting to install on a machine without .NET 4, it asks me if I wanted to install the .NET framework.

Any ideas why? There must be a setting that I am missing.

UPDATE:

I did get this warning, when building the deployment package, will look into this:

WARNING: The target version of the .NET Fram开发者_开发百科ework in the project does not match the .NET Framework launch condition version '.NET Framework 4 Client Profile'. Update the version of the .NET Framework launch condition to match the target version of the.NET Framework in the Advanced Compile Options Dialog Box (VB) or the Application Page (C#, F#).


Fixed it.

Apparently in the installer project, make sure you also refresh your dependencies and also if you view the properties of "Microsoft .NET Framework", make sure to change it to 3.5. Apparently, it does not change to 3.5 for you, so you'll have to explicitly set it here.


MSI installers automatically create the needed references and minimum requirements for the self-installer package. Are sure there is no component within your projects that depends on .NET 4?


In the installer project you can set installation requirements. You should check that the project hasn't added .NET 4 by default.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号