Home
last modified time | relevance | path

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

/trunk/main/desktop/win32/source/setup/
H A Daoo_msi.cxx79 TCHAR *sInstallerLocation = getInstallerLocation(); in aoo_msi_load() local
80 if ( sInstallerLocation[0] ) in aoo_msi_load()
83 … int nLength = lstrlen( sMsiDll ) + lstrlen( sInstallerLocation ) + 1; // use StringCchLength ? in aoo_msi_load()
86 if ( SUCCEEDED( StringCchCopy( pMsiLocation, nLength, sInstallerLocation ) ) && in aoo_msi_load()
93 delete[] sInstallerLocation; in aoo_msi_load()