"Executable Name [EXENAME]-Enter the name of the application's main
executable file."

* My Application's 'main executable file' (to quote from the help) is
"StoreMgr.exe".. this is the program/application I am installing.

* Installer project is "StoreMgr_install.sb6"
* Compiler variable "SB_PROJECT_EXE" is
"C:\Clarion55\..(path)..\StoreMgr_install"
* Thus I would expect the setup executable to be
"C:\Clarion55\..(path)..\StoreMgr_install.EXE"
* But the setup executable is "C:\Clarion55\..(path)..\StoreMgr.exe"!

> Whatever name you enter in the Executable Name [EXENAME] field is the name
> of the resulting setup.exe.

Then the Help should not describe this as "the name of the application's
main
executable file.", but " the name of the output installer executable", or
similar.
ie *My* program is the application, not SB, which is the installer.

Of course, now I know that you're using that entry for the output I can
change it - but it's not clear what is meant.

hth
Steve