Searched refs:sInstallLocation (Results 1 – 1 of 1) sorted by relevance
87 std::_tstring sInstallLocation = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in CompleteInstallPath() local95 if ( _tcsstr( sInstallLocation.c_str(), sOfficeDirHostname.c_str() ) ) in CompleteInstallPath()164 sInstallLocation = sInstallLocation + sOfficeDirHostname; in CompleteInstallPath()166 MsiSetProperty(handle, TEXT("INSTALLLOCATION"), sInstallLocation.c_str()); in CompleteInstallPath()
Completed in 52 milliseconds