AppWrapper for Windows / Documentation

Configuration model

_config.ini is the contract between authoring, packaging and runtime.

Configuration model

_config.ini is the contract between authoring, packaging and runtime.

  1. [Inventory] — application identity and organizational data.
  2. [PrepareSetup] and [APPInstall] — preparation and primary installation logic.
  3. [RunOrder] — explicit ordering of action families.
  4. [Detection] — detection conditions and source groups.
  5. [Download], [Additional] and [Delete] — downloads, additional actions and cleanup.
  6. [UserInteraction] and [Branding] — communication and appearance.
  7. [Security], [Logging] and [SecondRun] — integrity, diagnostics and resume.
AppWrapper guidance

AppWrapper standardizes the project and execution model. Production deployment must still follow the organization’s test, security and change-management process.