Lines Matching refs:GetTable

344 …my $source_upgrade_code = $source_msi->GetTable("Property")->GetValue("Property", "UpgradeCode", "…
345 …my $target_upgrade_code = $target_msi->GetTable("Property")->GetValue("Property", "UpgradeCode", "…
372 …my $source_product_code = $source_msi->GetTable("Property")->GetValue("Property", "ProductCode", "…
373 …my $target_product_code = $target_msi->GetTable("Property")->GetValue("Property", "ProductCode", "…
403 …my $source_build_id = $source_msi->GetTable("Property")->GetValue("Property", "PRODUCTBUILDID", "V…
404 …my $target_build_id = $target_msi->GetTable("Property")->GetValue("Property", "PRODUCTBUILDID", "V…
428 …my $source_product_name = $source_msi->GetTable("Property")->GetValue("Property", "DEFINEDPRODUCT"…
429 …my $target_product_name = $target_msi->GetTable("Property")->GetValue("Property", "DEFINEDPRODUCT"…
457 my $source_file_table = $source_msi->GetTable("File");
458 my $target_file_table = $target_msi->GetTable("File");
499 my $source_file_table = $source_msi->GetTable("File");
500 my $target_file_table = $target_msi->GetTable("File");
521 my $source_component_table = $source_msi->GetTable("Component");
522 my $target_component_table = $target_msi->GetTable("Component");
580 my $source_feature_table = $source_msi->GetTable("Feature");
581 my $target_feature_table = $target_msi->GetTable("Feature");
663 my $source_component_table = $source_msi->GetTable("Component");
664 my $target_component_table = $target_msi->GetTable("Component");
722 my $table = $msi->GetTable($table_name);
767 my $target_feature_component_table = $target_msi->GetTable("FeatureComponents");
839 my $source_component_table = $source_msi->GetTable("Component");
840 my $target_component_table = $target_msi->GetTable("Component");
898 my $source_file_table = $source_msi->GetTable("File");
899 my $target_file_table = $target_msi->GetTable("File");
956 my $target_file_table = $target_msi->GetTable("File");
999 my $target_file_table = $target_msi->GetTable("File");
1054 my $source_registry_table = $source_msi->GetTable("Registry");
1055 my $target_registry_table = $target_msi->GetTable("Registry");
1105 my $source_component_table = $source_msi->GetTable("Component");
1106 my $target_component_table = $target_msi->GetTable("Component");
1189 my $feature_table = $msi->GetTable("Feature");
1190 my $component_table = $msi->GetTable("Component");
1191 my $feature_component_table = $msi->GetTable("FeatureComponents");
1192 my $file_table = $msi->GetTable("File");
1193 my $registry_table = $msi->GetTable("Registry");
1194 my $directory_table = $msi->GetTable("Directory");
1381 my $property_table = $target_msi->GetTable("Property");
1385 my $table = $pcp->GetTable("PatchMetadata");
1427 my $table = $pcp->GetTable("Properties");
1472 $pcp->GetTable("ImageFamilies")->SetRow(
1489 $pcp->GetTable("UpgradedImages")->SetRow(
1504 $pcp->GetTable("TargetImages")->SetRow(
1530 my $table = $pcp->GetTable($table_name);
1817 $source_msi->GetTable($table_name);
1818 $target_msi->GetTable($table_name);
1899 $source_msi->GetTable($table_name);
1900 $target_msi->GetTable($table_name);
2035 my $product_code = $msi->GetTable("Property")->GetValue("Property", "ProductCode", "Value");
2037 my $upgrade_code = $msi->GetTable("Property")->GetValue("Property", "UpgradeCode", "Value");
2039 my $build_id = $msi->GetTable("Property")->GetValue("Property", "PRODUCTBUILDID", "Value");