Hi Friedrich,

In a very simple script that checks for file existence and if they
exists, creates appropriate shortcut, I have this at the top of my script:

Set Variable %BROKER_OFFICE_PATH% to "C:\BrokerOffice"
If %BROKER_OFFICE_PATH%\DBSERV11.EXE "File or Folder doesn't exist" Then
Display Message Box ("The DBSERV11.EXE file could not be found in
the C:\BrokerOffice folder.", "Required file does not exist")
Exit Installation ("99") [Cancel Wizard]
End
If %BROKER_OFFICE_PATH%\BROKERPARAMETERS.PM "File or Folder doesn't
exist" Then
Display Message Box ("The BrokerParameters.pm file could not be
found in the C:\BrokerOffice fold...", "Required file does not exist")
Exit Installation ("99") [Cancel Wizard]
End

When I run the installer exe with both files missing, I get both errors
and then it continues. If the first one exists but not the second, it
shows just the one message and then continues. It's like the "Exit
Installation" is not working at all!

I have used it before in other installs and it worked fine. This is SB
build 10.0.5452 downloaded and installed this morning.

Best regards,

--
Arnor Baldvinsson
Icetips Alta LLC