[Setup]: OutputBaseFilename

Default value:

mysetup
Description:

This directive allows you to assign a different name for the resulting Setup file(s), so you don't have to manually rename them after running the compiler.

Setting this to setup is not recommended: all executables named "setup.exe" are shimmed by Windows application compatibility to load additional DLLs, such as version.dll. These DLLs are loaded unsafely by Windows and can be hijacked.

Example:
OutputBaseFilename=MyProg100