Platform Ready Test doesn't find UpgradeCode
Posted: Fri Aug 17, 2012 7:11 am
When running Microsoft Platform Ready Test Tool - Version 3.5.0.0 for Windows Server 2008 R2 the tool can not find the UpgradeCode and the test is failing.
Test case/Verification: TC1_2 - Is the Package Identity correctly configured?
======================================================================
Property Table must contain:
Manufacturer, ProductCode, ProductLanguage, ProductName, ProductVersion (major and minor)
Upgrade Table must contain:
UpgradeCode, VersionMin, VersionMax
MSI Package must contain an Upgrade Table.
At least one UpgradeCode must match an UpgradeCode in the Property Table.
VersionMin and VersionMax must be fixed if they are both 'null'.
Property Table:
PROPERTY: UpgradeCode
VALUE: null or empty
PROPERTY: Manufacturer
VALUE: InstallAware Software Corporation
PROPERTY: ProductCode
VALUE: {FA01A538-B54E-4D3D-9A26-6CCB49E294AE}
PROPERTY: ProductLanguage
VALUE: 1033
PROPERTY: ProductName
VALUE: XXX
PROPERTY: ProductVersion
VALUE: 1.0
Upgrade Table does not exist.
Running the same text on setup.exe instead works as it should. (Yes, of course I can see the upgrade code under project details in Installaware)
Seems like the msi packages are not created as Microsoft wants them. Any ideas?
BR,
Daniel
Test case/Verification: TC1_2 - Is the Package Identity correctly configured?
======================================================================
Property Table must contain:
Manufacturer, ProductCode, ProductLanguage, ProductName, ProductVersion (major and minor)
Upgrade Table must contain:
UpgradeCode, VersionMin, VersionMax
MSI Package must contain an Upgrade Table.
At least one UpgradeCode must match an UpgradeCode in the Property Table.
VersionMin and VersionMax must be fixed if they are both 'null'.
Property Table:
PROPERTY: UpgradeCode
VALUE: null or empty
PROPERTY: Manufacturer
VALUE: InstallAware Software Corporation
PROPERTY: ProductCode
VALUE: {FA01A538-B54E-4D3D-9A26-6CCB49E294AE}
PROPERTY: ProductLanguage
VALUE: 1033
PROPERTY: ProductName
VALUE: XXX
PROPERTY: ProductVersion
VALUE: 1.0
Upgrade Table does not exist.
Running the same text on setup.exe instead works as it should. (Yes, of course I can see the upgrade code under project details in Installaware)
Seems like the msi packages are not created as Microsoft wants them. Any ideas?
BR,
Daniel