View forum topic
List of forum topicsSubject: Debugging scripts
How can I debug a CreateInstall script? Some shell commands do not seem to execute, while others do. I have checked that the paths are correct. None of the Run Application commands seem to execute. I am wrapping an existing application install program within CreateInstall, then executing some .bat commands and registry updates. The registry update works, but the Run Application commands do not.
You can insert the 'Message' command to check the value of some variables or 'Source code' like this
print( macrox_do("#setuppath#"))
Also, it is possible to insert print into the source code of the commands in CreateInstall folder\cmds\sources.
If you cannot understand the reason of the problem then you can send your .ci project file to info@createinstall.com with 'CreateInstall' subject.
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.