Build & MenuBar

What code should I put in a script to build the same application with different AppName in different Folder?
How can I disable the MainMenuBar?

In reference to your MainMenuBar question, we’ll need to know the platform. You can’t on Mac since the MenuBar is always there. You can present an empty one, but that’s as close as you can get.

If you search, I think your first build script question has been answered before.

[quote=168016:@Giovanni Pedruzzi]
How can I disable the MainMenuBar?[/quote]

On Windows you can suppress the menu for a window.

On Mac if you want to sell on the MAS, your app will be rejected if it does not contain a File and Edit menus, and a Window menu if you have several windows.