Archive: Automaticly Run Program Before Setup if Has Installed


Automaticly Run Program Before Setup if Has Installed
is anyone know how to RUN program instead Running Setup if program already installed on system?

my logic sample after i create an ISO cd/dvd
-CDROM inserted
-Autorun.inf call Setup.exe
-Setup.exe Running Check Program is Installed
-Setup.exe Close & Calling App.exe
-App.exe Running

i have google it but found no solution :cry:


Only you know how to check if the program is already installed, probaly by reading the registry and maybe checking if the file exists. To run a program you can use the ExecShell command. You can find more info about this command and many more by reading the help files...


I will try it. thx 4 your help :)