I have a MSI project which has been building and deploying successfully for
some time.  However just before a left a week ago for vacation something
changed and I now get the LGHT0136 error relate to the Upgrade Table.  I'm
not sure what changed and I tried to revers different changes and track this
problem down, but I am asking for any ideas that may be helpful.

The Product is authored with:
    <MajorUpgrade DowngradeErrorMessage="!(loc.DownVersionErrorMsg)"
Schedule="afterInstallExecute" />
    <MediaTemplate EmbedCab="yes" />

The pedantic build results in this:
                Updating file information.
                Creating cabinet files.
                There will be '8' threads used to produce CAB files.
                Reusing cabinet '#cab1.cab' from cabinet cache path:
'C:\Development\Installs\9.0_Installs\StreamingSrv\cabs\#cab1.cab'.
                Generating database.
c:\Development\wixtemp\bqu5ofql\Upgrade.idt(0,0): error LGHT0136: There was
an error importing table 'Upgrade' from file
'c:\Development\wixtemp\bqu5ofql\Upgrade.idt'.
                Binder temporary directory located at 
'c:\Development\wixtemp\bqu5ofql'.
                Validator temporary directory located at
'c:\Development\wixtemp\b3hxlsdn'.

And the Upgrade.idt is this:
UpgradeCode     VersionMin      VersionMax      Language        Attributes      
Remove  ActionProperty
s38     S20     S20     S255    i4      S255    s72
Upgrade UpgradeCode     VersionMin      VersionMax      Language        
Attributes
{07C06662-0FF5-4B22-94F4-1251C75F11DA}          9.0.121
.0              1               WIX_UPGRADE_DETECTED
{07C06662-0FF5-4B22-94F4-1251C75F11DA}  9.0.121
.0                      2               WIX_DOWNGRADE_DETECTED

Any thought on how I can narrow down the cause of this problem?  Thanks!
Phill
 



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/LGHT0136-error-importing-table-Upgrade-tp7595107.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to