Entry Lab

July 18, 2026 ยท View on GitHub

Entry Lab is a menu grouping the winapp2ool modules that generate winapp2.ini entries from templates. It is reached as the Entry Lab option on the main winapp2ool menu.

Menu Options

OptionEffect
0. ExitReturns to the main menu
1. BrowserBuilderGenerates winapp2.ini entries for web browsers (Chromium and Gecko families)
2. UWPBuilderGenerates winapp2.ini entries for Universal Windows Platform (Microsoft Store) apps
3. EntryBuilderGenerates winapp2.ini entries for win32 apps from a shorthand DSL

Pressing Enter without a selection opens BrowserBuilder.

Command-line arguments

Entry Lab itself has no command-line argument. The generators it groups are launched directly as modules:

ArgEffect
6 or browserbuilderLaunches BrowserBuilder
10 or uwpbuilderLaunches UWPBuilder
11 or entrybuilderLaunches EntryBuilder

Refer to each generator's readme for its module-specific arguments, and to the main readme for global arguments.