cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
victoria
Level 3

execute .NEt framework before my aplication

Hello,
i have done an executable in Install shield. I want to install .NET framework in my computer before my aplication, how can I do it with install shield??
Labels (1)
0 Kudos
(7) Replies
ChandanOmkar
Level 8

Add the .NET framework as a pre-requisite for your setup.
0 Kudos
Bineesh
Level 6

In the Tools prerequsite editor you can add .net framwork msi file with appropriate conditions.
0 Kudos
victoria
Level 3

I have done this but it doesn`t install .NET automatically it creates a folder with the .exe document.
0 Kudos
ChandanOmkar
Level 8

What steps you have taken to add the pre-requisite?
0 Kudos
victoria
Level 3

I do this:

1. Create new project.
2. In Installation Requirements I select requiered software Microsoft .Net Framework 2.0.
3. I select the files to include in the project, the shortcuts. . . and I build the project.

Then I install it in my computer but the .NET framework does´t install.
0 Kudos
kulalking
Level 2

ship the required dot net exe

AND with proper condition add a custom action to install the dot net.
using conditional property set u can do that
0 Kudos
ChandanOmkar
Level 8

Goto the following location :

C:\Program Files\Macrovision\IS2008\SetupPrerequisites

copy any .prq file and paste it. Rename the file with "Microsoft .NET framework 2.0.prq".
Start installshield, open your project.
Go to the Installer designer tab". Click on Application Data-> Redistributables.
Select setup pre-requisite from the drop down.
Here you will see the name of the list of the .net 2.0. Right click the item and select - Edit prerequisite.
Go to the Conditions tab.Click on add and select the radio button : A registry entry has a specified value. put the following in the text box :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v2.0.50727

Again go to the Files to include tab. provide the ,net setu file here.
Now build your project.

.Net will install first before your application.

Hope this will help you..
0 Kudos