MNcdInstallOperation Class Reference

class MNcdInstallOperation : public MNcdOperation

Install operation interface.

Install operation handles the installing of an installable node. The operation installs one or more files in predefined order.

The install process is handled outside of Catalogs Engine, in the platform installer.

The platform installer has it's own ui, (which is initiated automatically) that gives the user more detailed progress information.

MNcdInstallOperationObserver MNcdNodeInstall

Inherits from

Constructor & Destructor Documentation

~MNcdInstallOperation()

~MNcdInstallOperation()[protected, inline, virtual]

Member Functions Documentation

CurrentFile()

TInt CurrentFile()[pure virtual]

Getter for current file index. This is the index of the file that is currently being installed.

FileCount()

TInt FileCount()[pure virtual]

Getter for file count. This is the total number of files this operation is installing.