Optional appOptional associateA comma separated string of extensions with each to be associated the app icon.
Optional beforeAllows for the modification of the MSICreator before create is called.
Optional certificateThe path to an Authenticode Code Signing Certificate.
Optional certificateThe password to decrypt the certificate given in certificateFile.
Optional descriptionThe app's description
Optional exeThe name of the exe file
Optional featuresEnables configuration of the autoUpdate and autoLaunch features. By default, they are disabled.
Optional iconOptional languageThe Microsoft Windows Language Code identifier used by the installer. Will use 1033 (English, United-States) if left undefined.
Optional manufacturerThe app's manufacturer
Optional nameThe app's name
Optional programName of the folder your app will live in. Will use the app's name if left
undefined.
Optional shortA short name for the app, used wherever spaces and special characters are
not allowed. Will use the name if left undefined.
Optional shortcutName of the shortcut folder in the Windows Start Menu. Will use the
manufacturer field if left undefined.
Optional signParameters to pass to signtool.exe. Overrides certificateFile and
certificatePassword.
Optional uiEnables configuration of the UI
Optional upgradeA unique UUID used by your app to identify itself. This module will generate one for you, but it is important to reuse it to enable conflict-free upgrades.
Optional versionThe app's version
String to set as appUserModelId on the shortcut. If none is passed, it'll be set to com.squirrel.(Name).(exe), which should match the id given to your app by Squirrel.