Searched refs:nOldInstallMode (Results 1 – 1 of 1) sorted by relevance
197 BOOL GetDelta( MSIHANDLE hMSI, int& nOldInstallMode, int& nInstallMode, int& nDeinstallMode ) in GetDelta() argument200 nOldInstallMode = CHART_COMPONENT; in GetDelta()216 nOldInstallMode |= WRITER_COMPONENT; in GetDelta()238 nOldInstallMode |= CALC_COMPONENT; in GetDelta()255 nOldInstallMode |= DRAW_COMPONENT; in GetDelta()272 nOldInstallMode |= IMPRESS_COMPONENT; in GetDelta()289 nOldInstallMode |= MATH_COMPONENT; in GetDelta()335 int nOldInstallMode = 0; in InstallActiveXControl() local357 && GetDelta( hMSI, nOldInstallMode, nInstallMode, nDeinstallMode ) ) in InstallActiveXControl()383 if ( nOldInstallMode ) in InstallActiveXControl()[all …]
Completed in 14 milliseconds