View forum topic
List of forum topicsSubject: Checkbox on Dialog - Finish
Hi!
I want the option to open the Readme.txt upon installation completion - which is 'Dialog - Finish'.
My checkbox var = CHReadme || text "View the Readme.txt file?"
In additional settings I have the var declared again and value = 0.
Should the If condition contain the path to the Readme.txt folder/file? Or a boolean 1? If the 'If Condition' response is 1, then how do I launch the Readme.txt file?
I have dug around the forum and don't find any particular posts on this. Probably pretty elementary if there are no posts!
Thanks in advance,
Bill
Insert Shell Execute command at the end of your script.
For example,
Filename: readme.txt
Path: INSTALL PATH
If Condition: CHReadme
In this case, the setup opens readme.txt if CHReadme not 0, false or empty string.
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.