IUpdatesProject

Declaration

IUpdatesProject : IDispatch

Overview

This interface is meant to edit an update project in order to create an Updates Configuration File enabling you to easily create and maintain updates.

Properties

IUpdatesNotifications Notifications - Gets the interface for editing notifications.

Array<IUpdate> Updates - Gets the collection of updates in the project.

Methods

NewUpdate(String aName, String aFileSourcePath) returns IUpdate
This method creates a new update, specifying a name for identification and the source path to the update installation file.

RemoveUpdate(IUpdate aUpdate)
Removes an existing update in the project.

Save()
Saves all the changes done to the project. You can use this method if the project has a location on disk, otherwise use SaveAs.

SaveAs(String aFilePath)
Saves current project on disk at the specified path

Build()
Builds current project.

See also

IUpdate

IUpdateInstaller

Topics