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)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024