Interface MsixPackage.DefinitionStages.WithPackageRelativePath

All Known Subinterfaces:
MsixPackage.Definition, MsixPackage.DefinitionStages.WithCreate
Enclosing interface:
MsixPackage.DefinitionStages

public static interface MsixPackage.DefinitionStages.WithPackageRelativePath
The stage of the MsixPackage definition allowing to specify packageRelativePath.
  • Method Details

    • withPackageRelativePath

      MsixPackage.DefinitionStages.WithCreate withPackageRelativePath(String packageRelativePath)
      Specifies the packageRelativePath property: Relative Path to the package inside the image. .
      Parameters:
      packageRelativePath - Relative Path to the package inside the image.
      Returns:
      the next definition stage.