Optional beforeOptional description?: stringThe app's description
The description field in package.json
Optional exe?: stringThe name of the exe file
the default MakerWixConfig.name + .exe
Optional manufacturer?: stringThe app's manufacturer
The author field in package.json
Optional name?: stringThe app's name.
The value of packagerConfig.name in the Forge config, or the productName or name in package.json (in that order)
Optional version?: stringThe app's version. It must be a valid semantic version.
The version field in package.json
Allows for the modification of the MSICreator before create is called.