Searched refs:sDefinedName (Results 1 – 2 of 2) sorted by relevance
108 std::_tstring sDefinedName = GetMsiProperty( handle, TEXT("DEFINEDPRODUCT") ); in CompleteInstallPath() local113 std::_tstring sProductKey30 = "Software\\" + sManufacturer + "\\" + sDefinedName + in CompleteInstallPath()116 std::_tstring sProductKey31 = "Software\\" + sManufacturer + "\\" + sDefinedName + in CompleteInstallPath()119 std::_tstring sProductKey32 = "Software\\" + sManufacturer + "\\" + sDefinedName + in CompleteInstallPath()
77 std::_tstring sDefinedName = GetMsiProperty( handle, TEXT("DEFINEDPRODUCT") ); in MigrateInstallPath() local81 std::_tstring sProductKey = "Software\\" + sManufacturer + "\\" + sDefinedName + in MigrateInstallPath()
Completed in 14 milliseconds