I am using Installshield 2009 and I create a setup (install script project)
我正在使用Installshield 2009并创建一个安装程序(安装脚本项目)
Now I want to change my setup to .NET 4 in Installshield
现在我想在Installshield中将我的设置更改为.NET 4
How do I do it?
我该怎么做?
Thanks
谢谢
1 个解决方案
#1
0
InstallShield created an expansion pack for IS2010 but you are on 2009. InstallShield contains a prereq editor that you can use to author your own prereqs. A tutorial for .NET 3.0 can be found here:
InstallShield为IS2010创建了一个扩展包,但您在2009年.InstallShield包含一个可用于创建自己的先决条件的prereq编辑器。可以在此处找到.NET 3.0的教程:
Using InstallShield 12 to Install .NET Framework 3.0
使用InstallShield 12安装.NET Framework 3.0
and
和
Tutorial: Adding Setup Prerequisites to InstallShield package
教程:向InstallShield包添加安装程序先决条件
I bet you could also download IS2010 eval, apply the expansion pack and then copy the .PRQ files to your IS2009 installation...
我打赌你也可以下载IS2010 eval,应用扩展包,然后将.PRQ文件复制到你的IS2009安装......
#1
0
InstallShield created an expansion pack for IS2010 but you are on 2009. InstallShield contains a prereq editor that you can use to author your own prereqs. A tutorial for .NET 3.0 can be found here:
InstallShield为IS2010创建了一个扩展包,但您在2009年.InstallShield包含一个可用于创建自己的先决条件的prereq编辑器。可以在此处找到.NET 3.0的教程:
Using InstallShield 12 to Install .NET Framework 3.0
使用InstallShield 12安装.NET Framework 3.0
and
和
Tutorial: Adding Setup Prerequisites to InstallShield package
教程:向InstallShield包添加安装程序先决条件
I bet you could also download IS2010 eval, apply the expansion pack and then copy the .PRQ files to your IS2009 installation...
我打赌你也可以下载IS2010 eval,应用扩展包,然后将.PRQ文件复制到你的IS2009安装......