Home
last modified time | relevance | path

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

/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dcompleteinstallpath.cxx109 std::_tstring sUpgradeCode = GetMsiProperty( handle, TEXT("UpgradeCode") ); in CompleteInstallPath() local
114 "\\" + "3.0" + "\\" + sUpgradeCode; in CompleteInstallPath()
117 "\\" + "3.1" + "\\" + sUpgradeCode; in CompleteInstallPath()
120 "\\" + "3.2" + "\\" + sUpgradeCode; in CompleteInstallPath()
H A Dmigrateinstallpath.cxx79 std::_tstring sUpgradeCode = GetMsiProperty( handle, TEXT("UpgradeCode") ); in MigrateInstallPath() local
82 "\\" + sUpdateVersion + "\\" + sUpgradeCode; in MigrateInstallPath()

Completed in 18 milliseconds