IBuildComponentCopy link to this sectionLink to this section copied!

DeclarationCopy link to this sectionLink to this section copied!

IBuildComponent : IDispatch

OverviewCopy link to this sectionLink to this section copied!

This component gives access to builds present in the package and lets you add or remove builds.

PropertiesCopy link to this sectionLink to this section copied!

Array<Builds> - Gets all the builds present in the package.

MethodsCopy link to this sectionLink to this section copied!

NewMsiBuild(String name) returns IBuild
This method creates a new msi build with the specified name and returns the newly created build.

NewMsixBuild(String name) returns IBuild
This method creates a new msix build with the specified name and returns the newly created build.

RemoveBuild(IBuildbuild)
Removes the specified build from the project.

CreateKeyByPath(String path) returns IRegistryKey
This method creates a new key at the specified path.

Topics

  • IBuild
    Interface for editing a build.
  • IMsiBuild
    Interface for editing a msi build.