Hi,

I want to make my SB Installs work such that after the user enters the path to install to, the script will check if a specfic file exists in that path and then proceed.

I am trying to avoid a problem we encounter periodically when customers download a special upgrade installer and the default install path is not where the program resides. This commonly happens when the customer moves our program to a new server.

Basically, I want to check if my "program.exe" exists in the Install folder path provided before proceeding with the installation.

I am guessing that I have to find the right place to implement the "If File/Folder exists" function in the script.

Can you give me some ideas on how to do this?

TIA,
Doug