View forum topic
List of forum topicsSubject: Pre -requirements
Hi:
I have an app, that needs directx to run so I need to include it into the setup and install only if it's not present in the system. Is there a way to do that?
I am using createinstall free version 6.3.3
Thanks in advance.
Do you have the redistributable package of DirectX?
Also, you should know how to detect if DirectX on user's machine or not.
For example, you have a variable 'directx' which was assigned 1 if the DirectX has already been installed.
Insert If Statement command
Variable: directx
Comparion: Empty/Zero
Now insert Temporary Files (or Installation Files) command and Run Application commands into this If Statement.
The first command unpacks the DirectX package and the second one runs it.
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.