Exemplo n.º 1
0
 public static extern uint MsiSetComponentStateA(MSIHANDLE hInstall, [NativeTypeName("LPCSTR")] sbyte *szComponent, INSTALLSTATE iState);
Exemplo n.º 2
0
 public static extern uint MsiSummaryInfoGetPropertyCount(MSIHANDLE hSummaryInfo, [NativeTypeName("PUINT")] uint *puiPropertyCount);
Exemplo n.º 3
0
 public static extern uint MsiSummaryInfoGetPropertyW(MSIHANDLE hSummaryInfo, uint uiProperty, [NativeTypeName("PUINT")] uint *puiDataType, [NativeTypeName("LPINT")] int *piValue, FILETIME *pftValue, [NativeTypeName("LPWSTR")] ushort *szValueBuf, [NativeTypeName("LPDWORD")] uint *pcchValueBuf);
Exemplo n.º 4
0
 public static extern uint MsiDatabaseGetPrimaryKeysW(MSIHANDLE hDatabase, [NativeTypeName("LPCWSTR")] ushort *szTableName, MSIHANDLE *phRecord);
Exemplo n.º 5
0
 public static extern MSICONDITION MsiDatabaseIsTablePersistentW(MSIHANDLE hDatabase, [NativeTypeName("LPCWSTR")] ushort *szTableName);
Exemplo n.º 6
0
 public static extern uint MsiPreviewBillboardW(MSIHANDLE hPreview, [NativeTypeName("LPCWSTR")] ushort *szControlName, [NativeTypeName("LPCWSTR")] ushort *szBillboard);
Exemplo n.º 7
0
 public static extern uint MsiViewClose(MSIHANDLE hView);
Exemplo n.º 8
0
 public static extern uint MsiGetFeatureValidStatesW(MSIHANDLE hInstall, [NativeTypeName("LPCWSTR")] ushort *szFeature, [NativeTypeName("LPDWORD")] uint *lpInstallStates);
Exemplo n.º 9
0
 public static extern uint MsiGetTargetPathA(MSIHANDLE hInstall, [NativeTypeName("LPCSTR")] sbyte *szFolder, [NativeTypeName("LPSTR")] sbyte *szPathBuf, [NativeTypeName("LPDWORD")] uint *pcchPathBuf);
Exemplo n.º 10
0
 public static extern uint MsiEnumComponentCostsW(MSIHANDLE hInstall, [NativeTypeName("LPCWSTR")] ushort *szComponent, [NativeTypeName("DWORD")] uint dwIndex, INSTALLSTATE iState, [NativeTypeName("LPWSTR")] ushort *szDriveBuf, [NativeTypeName("LPDWORD")] uint *pcchDriveBuf, [NativeTypeName("LPINT")] int *piCost, [NativeTypeName("LPINT")] int *piTempCost);
Exemplo n.º 11
0
 public static extern uint MsiSetInstallLevel(MSIHANDLE hInstall, int iInstallLevel);
Exemplo n.º 12
0
 public static extern uint MsiGetFeatureCostW(MSIHANDLE hInstall, [NativeTypeName("LPCWSTR")] ushort *szFeature, MSICOSTTREE iCostTree, INSTALLSTATE iState, [NativeTypeName("LPINT")] int *piCost);
Exemplo n.º 13
0
 public static extern uint MsiViewFetch(MSIHANDLE hView, MSIHANDLE *phRecord);
Exemplo n.º 14
0
 public static extern uint MsiSetComponentStateW(MSIHANDLE hInstall, [NativeTypeName("LPCWSTR")] ushort *szComponent, INSTALLSTATE iState);
Exemplo n.º 15
0
 public static extern uint MsiPreviewDialogW(MSIHANDLE hPreview, [NativeTypeName("LPCWSTR")] ushort *szDialogName);
Exemplo n.º 16
0
 public static extern uint MsiGetTargetPathW(MSIHANDLE hInstall, [NativeTypeName("LPCWSTR")] ushort *szFolder, [NativeTypeName("LPWSTR")] ushort *szPathBuf, [NativeTypeName("LPDWORD")] uint *pcchPathBuf);
Exemplo n.º 17
0
 public static extern uint MsiPreviewBillboardA(MSIHANDLE hPreview, [NativeTypeName("LPCSTR")] sbyte *szControlName, [NativeTypeName("LPCSTR")] sbyte *szBillboard);
Exemplo n.º 18
0
 public static extern uint MsiViewModify(MSIHANDLE hView, MSIMODIFY eModifyMode, MSIHANDLE hRecord);
Exemplo n.º 19
0
 public static extern uint MsiViewGetColumnInfo(MSIHANDLE hView, MSICOLINFO eColumnInfo, MSIHANDLE *phRecord);
Exemplo n.º 20
0
 public static extern uint MsiSetTargetPathA(MSIHANDLE hInstall, [NativeTypeName("LPCSTR")] sbyte *szFolder, [NativeTypeName("LPCSTR")] sbyte *szFolderPath);
Exemplo n.º 21
0
 public static extern uint MsiDatabaseGetPrimaryKeysA(MSIHANDLE hDatabase, [NativeTypeName("LPCSTR")] sbyte *szTableName, MSIHANDLE *phRecord);
Exemplo n.º 22
0
 public static extern uint MsiSetTargetPathW(MSIHANDLE hInstall, [NativeTypeName("LPCWSTR")] ushort *szFolder, [NativeTypeName("LPCWSTR")] ushort *szFolderPath);
Exemplo n.º 23
0
 public static extern MSICONDITION MsiDatabaseIsTablePersistentA(MSIHANDLE hDatabase, [NativeTypeName("LPCSTR")] sbyte *szTableName);
Exemplo n.º 24
0
 public static extern uint MsiVerifyDiskSpace(MSIHANDLE hInstall);
Exemplo n.º 25
0
 public static extern uint MsiGetSummaryInformationW(MSIHANDLE hDatabase, [NativeTypeName("LPCWSTR")] ushort *szDatabasePath, uint uiUpdateCount, MSIHANDLE *phSummaryInfo);
Exemplo n.º 26
0
 public static extern uint MsiEnableUIPreview(MSIHANDLE hDatabase, MSIHANDLE *phPreview);
Exemplo n.º 27
0
 public static extern uint MsiSummaryInfoSetPropertyW(MSIHANDLE hSummaryInfo, uint uiProperty, uint uiDataType, int iValue, FILETIME *pftValue, [NativeTypeName("LPCWSTR")] ushort *szValue);
Exemplo n.º 28
0
 public static extern uint MsiPreviewDialogA(MSIHANDLE hPreview, [NativeTypeName("LPCSTR")] sbyte *szDialogName);
Exemplo n.º 29
0
 public static extern uint MsiSummaryInfoPersist(MSIHANDLE hSummaryInfo);
Exemplo n.º 30
0
 public static extern uint MsiGetComponentStateW(MSIHANDLE hInstall, [NativeTypeName("LPCWSTR")] ushort *szComponent, INSTALLSTATE *piInstalled, INSTALLSTATE *piAction);