cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
trilok
Level 2

How to install .net 2.0 and crystal report before the application proceed ?

hello
actually i m new to installshield , i m using installshield 2009
my application is in .net 2.0 and using crystal report .
now i have to make an .exe installer , so that it can first check on target machine for .net 2.0 and crystal report , if they are not installed on target machine my set up first install .net 2.0 and crystal report . i tried to make
prerequisit for this but getting success .

please help me ?
trilokacc@yahoo.com
Labels (1)
0 Kudos
(1) Reply
manumanimala
Level 3

For .net framework you can follow the below mentioned steps. For crystal report follow the same procedure, but i dont know the correct registry entry for this. find out and proceed.. all the best!

From Tools- Setup Prerequisite, add a new one,

The condition to be checked is, search registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v2.0.50727
value -> Install =1

File to include -> path to dotnetfx20.exe
Application to run -> dotnetfx20.exe

save this.
And from redistributable, add this to your project.
0 Kudos