msiexpert created the topic: Check if File Exists
Using CreateInstall 4.
How can I check if a file exists at Program Folders\MySetup\Myprogram.exe?
applicationPackaging replied the topic: Re: Check if File Exists
For example,
you can use ‘Source Code’ command
macrox_setint( “mymacro”, fileexist( macrox_do(“#progfiles#\\MySetup\\Myprogram.exe”)))
After that you can use macro ‘mymacro’
Latest posts by Rajesh Kumar (see all)
- What Popular Apps Were Built With C/C++. Why Other Programming Languages Would Not Suit? - January 9, 2025
- Top 11 DevOps consulting companies in 2024. - January 8, 2025
- Atlassian Jira Demo - January 4, 2025