cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jayakumarn
Level 5

Install .net Framework 2.0

:confused: Hi All,
I would like to install the .net framewrok 2.0 in the target machine if it is not present in the target ...
i would like to do it by using Installshield 2009?
please suggest me step by step...:rolleyes:

I am confused with prq and redistributable. pls begin wiith basic......

Regards,
Jayakumar Natarajan
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Labels (1)
0 Kudos

(6) Replies
DebbieL
Level 17

Which project type are you using? If you're using a Basic MSI or InstallScript MSI project, you'd add the 32-bit version of the .NET Framework 2.0 to your project through the Release Wizard or the .NET/J# tab in the Releases view.

The following help topic has an overview of how to add .NET, depending on what project type you're using and which version of .NET you need:
Adding .NET Framework Redistributables to Projects
0 Kudos
jayakumarn
Level 5

just specifying the version as in release wizard is enough or want to do any other thing....
like adding the .net framework 2.0 with setup.....

plese suggest me....

Regards
Jayakumar Natarajan
0 Kudos
DebbieL
Level 17

Specifying the the version in the Release Wizard should be enough. When you do that, the .NET Framework will be installed if it is not present on the target system.
0 Kudos
jayakumarn
Level 5

Thanku very much for your kind reply...
but i am able to see only version 1.0,1.1,2.0
what to do if i want to install framework 3.0 or later

Regards,
Jayakumar Natarajan
Ever Tried Ever Failed No Matter, Try again Fail Again Fail Better.
0 Kudos
jayakumarn
Level 5

Hi ,:D
While releasing the project the resultant exe will call only msi file.....
In my project I am using multilanguage support , but multilanguage is not supported in msi File its support only in exe file.....
Here we are getting exe file which calls the MSI file.... so unable to get teh multillanguage support...
Please suggest me !!!


Regards
Jayakumar Natarajan
Ever Tried Ever Failed No Matter, Try Again Fail Again Fail Beter.
0 Kudos
DebbieL
Level 17

.NET Framework 3.5, 3.0 SP1, 3.0, and 2.0 SP1 are available as InstallShield prerequisites. You can add one or more of these prerequisites to your project by selecting the appropriate check boxes in the Redistributables view. Please see the following help topic for more details:
Including the Microsoft .NET Framework and Microsoft .NET Framework Language Pack Prerequisites
0 Kudos