All Downloads are FREE. Search and download functionalities are using the official Maven repository.

packager.windows.wix.WixId.scala Maven / Gradle / Ivy

The newest version!
package packager.windows.wix

sealed trait WixId

sealed trait WixVariableId extends WixId

case object WixUIBannerBmp extends WixVariableId
case object WixUIDialogBmp extends WixVariableId

sealed trait PropertyId extends WixId

case object WIXUI_EXITDIALOGOPTIONALTEXT extends PropertyId
case object ARPPRODUCTICON               extends PropertyId




© 2015 - 2025 Weber Informatics LLC | Privacy Policy