View forum topic
List of forum topicsSubject: Questions on CreateInstall
Does CreateInstall create *.msi files?
I see it makes *.ci files. What are these? Will they run on someone else's computer? Do they need to have CreateInstaller to run these files?
How can I check if the user already has the .NET Framework 4.0 Client installed?
How can I perform custom actions, like check if a file exists, then do something special?
CreateInstall looks promising, but is there any further documentation explaining it?
>Does CreateInstall create *.msi files?
No, it doesn't.
>I see it makes *.ci files. What are these? Will they run on someone else's computer? Do they need to have CreateInstaller to run these files?
This is a project file of your installation. One .ci file - one project. You can open .ci file with CreateInstall.
>How can I check if the user already has the .NET Framework 4.0 Client installed?
There is the 'Check Requirements' command.
>How can I perform custom actions, like check if a file exists, then do something special?
You can insert the 'If Statement' command with checking if the file exists and insert necessary commands into this command.
>CreateInstall looks promising, but is there any further documentation explaining it?
There is Help file for the desktop and online-help
http://www.createinstall.com/help/index.html
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.