This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How to install .net 2.0 and crystal report before the application proceed ?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 30, 2008
12:29 AM
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
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
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 30, 2008
06:29 AM
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.
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.