Searched refs:sInstallerLocation (Results 1 – 1 of 1) sorted by relevance
79 TCHAR *sInstallerLocation = getInstallerLocation(); in aoo_msi_load() local80 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()