When Using InstallShield to deploy. NET Framework 1.1/2.0, pay attention to the following points:
(The environments used in this article are InstallShield 11.5 premier edition and InstallShield 12 premier edition.) Zhang Lei. Live
For projects of the MSI type
1. To deploy. NET Framework, you 'd better select the MSI type for the InstallShield project type, such as basic MSI project and installscript MSI project.
2. Set the version and location of. NET Framework in release wizard.
For installscript Projects(The following is based on the instructions in the document and there is no actual test)
1. Download and install InstallShield 12 installscript objects from the official website. The MS. NET Framework 1.1/2.0 objects is included in it.
Download InstallShield 12 installscript object:
Http://saturn.installshield.com/is/12/windows/domestic/othersetups/installscript_objects/installshieldinstallscriptobjects.exe
(I checked for half a day before I realized that I had to download such a stuff to support. NET Framework installation. Ft)
2. In the objects view, find the Ms. NET Framework 2.0 objects in the InstallShield objects/merged modules panel and add it to the corresponding feature.
-----------
For how to install. NET Framework in InstallShield X, see installing. NET Framework 2.0 applications With InstallShield.
For how to install and uninstall the ms SQL Server database, see install and uninstall the SQL Server database by Using InstallShield.