Home
last modified time | relevance | path

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

/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dcompleteinstallpath.cxx87 std::_tstring sInstallLocation = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in CompleteInstallPath() local
95 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 9 milliseconds