View forum topic
List of forum topicsSubject: how to - check if a version of .net exists and install if it doesn't
I'm looking to see if I can use CreateInstall for a project.
The project requires .net 4.0 or higher.
I can see that there's a prerequisite check for different versions of .net but I can't see how it is possible to automatically run an included installer if the version is not high enough.
Example 1:
-Check for .net v4.0 (or higher)
--Finds .net v3.5
---Executes .net 4.0 installer included on CD
-Continues with application installation
Example 2:
-Check for .net v4.0 (or higher)
--Finds .net v4.5
-Continues with application installation
Use 'Check Requirements' command.
What to check: .NET Framework 4.0
and isnert Run Application or Run .MSI file command inside this 'Check Requirements' command. Specify in that Run Application command (Run MSI) the file which installs .NET 4.0. So, if there is not .NET 4.0 on the user's machine then the setup runs the setup file of .NET 4.0 which you specified there.
January 16, 2025 Installer CreateInstall 8.11.1 was released.
June 19, 2024 Installer CreateInstall 8.11.0 was released. read more
November 13, 2022 Installer CreateInstall 8.10.1 was released.
May 21, 2022 Installer CreateInstall 8.10.0 was released.
September 25, 2021 Installer CreateInstall 8.9.0 was released.
July 15, 2021 Installer CreateInstall 8.8.1 was released.