CLASSPATHTYPE

The CLASSPATHTYPE structure is used in the PACKAGEDETAIL structure to indicate the type of an installation package.

typedef [v1_enum] enum _CLASSPATHTYPE
{
    ExeNamePath; 
    DllNamePath; 
    TlbNamePath;
    CabFilePath
    InfFilePath;
    DrwFilePath;
    SetupNamePath;
} CLASSPATHTYPE;
 

Elements

ExeNamePath
Points to a self-registering COM executable.
DllNamePath
Points to a self-registering COM .DLL.
TlbNamePath
Points to a stand-alone type library file.
CabFilePath
Points to a .CAB file downloaded by IE code-download.
InfFilePath
Points to an .INF file interpreted by IE code-download.
DrwFilePath
Points to a Microsoft installation technology package.
SetupNamePath
Points to a stand-alone executable that performs the installation.

See Also

PACKAGEDETAIL