Home
last modified time | relevance | path

Searched refs:aoo_MsiQueryProductState (Results 1 – 3 of 3) sorted by relevance

/trunk/main/desktop/win32/source/setup/
H A Daoo_msi.hxx54 INSTALLSTATE WINAPI aoo_MsiQueryProductState( LPCTSTR szProduct );
H A Daoo_msi.cxx164 INSTALLSTATE WINAPI aoo_MsiQueryProductState( LPCTSTR szProduct ) in aoo_MsiQueryProductState() function
H A Dsetup.cpp1831 INSTALLSTATE nRet = aoo_MsiQueryProductState( sProductCode ); in InstallRuntimes()