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
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Adding Prerequest to the installer
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
‎Jul 24, 2008
02:37 AM
Adding Prerequest to the installer
HI fnds,
While installing the application i have one feature ,that feature will install only in windows .this feature devloped in .net application.
For this application need as a prerequest of .NetFrameWork 3.0 if i didnt found the prerequest i want to abort the installation.
could u please help me how to do this one.
Advanced thankes
Regards
Reddy611
While installing the application i have one feature ,that feature will install only in windows .this feature devloped in .net application.
For this application need as a prerequest of .NetFrameWork 3.0 if i didnt found the prerequest i want to abort the installation.
could u please help me how to do this one.
Advanced thankes
Regards
Reddy611
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 24, 2008
03:45 AM
If you want to search for the prerequiste and if it is not available ,then if you want to abort means
Go to system search and add prerequiste registry value.
Then kep the value condition in dialog sequence.
Or
If you want to install prerequisite, if it is not vaiable in the system then use redistributable.
Best Regards
Balu.
Go to system search and add prerequiste registry value.
Then kep the value condition in dialog sequence.
Or
If you want to install prerequisite, if it is not vaiable in the system then use redistributable.
Best Regards
Balu.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 24, 2008
03:48 AM
If you're installing only on Windows, then maybe is not the most appropriate tool, and IS might be a better choice...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 24, 2008
04:48 AM
May you can look in registry in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework"
and get the value of InstallRoot.
After getting this value, check if it exists on that location. if yes, .Netframework is installed, else not.
or, may be when u install .Netframework, entry might go in assembly folder %SystemRoot%/WinSxS/ folder. You can check in this folder also.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework"
and get the value of InstallRoot.
After getting this value, check if it exists on that location. if yes, .Netframework is installed, else not.
or, may be when u install .Netframework, entry might go in assembly folder %SystemRoot%/WinSxS/ folder. You can check in this folder also.
