Skip to content

Commit

Permalink
return product code value
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapatwardhan committed May 10, 2023
1 parent 7c27bfc commit 2e55c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/packaging/windows/msi.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Describe -Name "Windows MSI" -Fixture {
$msiUpgradeCode -eq '31ab5147-9a97-4452-8443-d9709f0516e1') {
# x64
$regKeyPath | Should -Exist
$productCode = Get-ItemPropertyValue -Path $regKeyPath -Name 'ProductCode'
Get-ItemPropertyValue -Path $regKeyPath -Name 'ProductCode'
} elseif ($msiUpgradeCode -eq '86abcfbd-1ccc-4a88-b8b2-0facfde29094' -or
$msiUpgradeCode -eq '1d00683b-0f84-4db8-a64f-2f98ad42fe06') {
# x86 - need to open the 32bit reghive
Expand Down

0 comments on commit 2e55c8e

Please sign in to comment.