View forum topic
List of forum topicsSubject: Using $ver$ and VER_INFO
Hello,
I want to get the version from à file (exe). I set in the Project, Product Details page a executable as Version.
Must be check the "Include VER_INFO" dialog in the Install Script, Install page ?
Finaly i want to use the variable $ver$ to set the output setup name to the $appname$_$ver$.exe.
Thnak you
Best regards.
Gagou
>Must be check the "Include VER_INFO" dialog in the Install Script, Install page ?
Check this checkbox, if you want that your setup executable file has information about the program version.
>Finaly i want to use the variable $ver$ to set the output setup name to the $appname$_$ver$.exe.
At this moment, you can use only #ver# during the installation process. I think we will add the using of $ver$ at the nearest time. In this case, you will be able to specify $appname$_$ver$.exe, but $appname$ you should define yourself in the Menu - Tools - Global Variables or Project - Setup Builder.
How is the Status of:
"At this moment, you can use only #ver# during the installation process. I think we will add the using of $ver$ at the nearest time."
Have you implemented it?
At the moment I have created a workaround, which is very annoying. In this a self-developed application is started, which reads out the version number of the "In_Setup_App.exe", parses .ci file to <ver> "</> and replaces the version number of" In_Setup_App.exe ".
After, the setup process is started.
Everything will be executed with Jenkins.
My Problem is to set the version Number of the Create Install Project Which consists of two or more containing application versions.
However, I want to abolish this workaround immediately.
Now it is possible to specify Output Filename as In_Setup_App_$ver$.exe.
You can send your .ci project and more details to info@createinstall.com.
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.