IBuildComponent
Declaration
IBuildComponent : IDispatch
Overview
This component gives access to builds present in the package and lets you add or remove builds.
Properties
Array<Builds> - Gets all the builds present in the package.
Methods
NewMsiBuild(String name) returns IBuild
This method
creates a new msi 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.