how add .net framework 4 in installshield 2010

我是研究僧i 提交于 2019-12-12 16:12:01

问题


i am going to make setup file with installshield 2010.(my program is written .net frame work 4). according to installation requirement in install shield, i mark microsoft .net framework 4 full full and client package but after make set up when i want to set the setup file, there is error that "you must have .net framework 4 in your system". i want to set the .net framework 4.0 during the installation in client computer, but i face with that error:you must have .net framework 4 in your system. please help me


回答1:


I realize that this is an old thread, but I came upon it while searching for an answer to the same question.

In my version of InstallShield 2010 Professional, the .Net 4.0 redistributable was not available and, as 2010 is no longer supported, you could not get it from the redistributable downloader in the Tools menu. There is a InstallShield 2010 Expansion Pack patch that can be downloaded and run which will include it.

I installed it and it worked fine for me.




回答2:


Do you use Prerequisites in InstallShield? If yes, please check if this prerequisite is downloaded to you local system.

You can see this here: "Application Data->Prerequisites->Microsoft .NET Framework 4.0 Full" column Location

If it has value "Needs to be downloaded" do the right click and choose Download selected item...



来源:https://stackoverflow.com/questions/6196923/how-add-net-framework-4-in-installshield-2010

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!