Interface WinMsiPackageMixin

All Known Subinterfaces:
WinMsiPackage
All Known Implementing Classes:
WinMsiPackageMixin.Stub

public interface WinMsiPackageMixin
  • Method Details

    • msiVersion

      DottedVersion msiVersion()
    • withInstallDirChooser

      boolean withInstallDirChooser()
    • withShortcutPrompt

      boolean withShortcutPrompt()
    • helpURL

      Optional<String> helpURL()
    • updateURL

      Optional<String> updateURL()
    • startMenuGroupName

      String startMenuGroupName()
    • isSystemWideInstall

      boolean isSystemWideInstall()
    • upgradeCode

      UUID upgradeCode()
    • productCode

      UUID productCode()
    • serviceInstaller

      Optional<Path> serviceInstaller()