You still haven't said anything about PackageCode. There are only two ways to 
get the maintenance dialog when you start installing what you think is your 
upgrade, and that's if either the ProductCode or the PackageCode are identical 
between old and new versions. 

In all other cases that I can think of (UpgradeCode different, Upgrade spec 
wrong, failing to increment one of the first three product version values, 
different AllUsers values) you don't get a maint dialog you just end up with 
two products installed, and both will be in Add/Remove Programs. 

Phil Wilson 


-----Original Message-----
From: gulfam murad [mailto:gulfam.mu...@gmail.com] 
Sent: Thursday, June 04, 2009 2:22 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] problem with upgarde

sorry for the incomplete email... following is the completed version

Still having problem with upgrade...

Entries from orca for my first setup (e.g. test1.msi)
-->Property Table
(property) UpgradeCode  (value) {82594B5A-5CA6-4C6F-A9F1-EF75A504B592}
(property) ProductVersion (value) 12.0.0.9020
(property) ProductCode  (value) {{EA1B6CA4-8150-44C9-892D-6FC8A4D11B85}}

-->Updgrade table entiry
(upgradecode) {82594B5A-5CA6-4C6F-A9F1-EF75A504B592}  (VersionMin)
1.0.0 (VersionMax)  12.0.0.9020  (Attributes) 256 (actionproperty)
OLDERVERSIONBEINGUPGRADED

Entries from orca for test2.msi)
-->Property Table
(property) UpgradeCode  (value) {82594B5A-5CA6-4C6F-A9F1-EF75A504B592}
(property) ProductVersion (value) 12.0.1.9020
(property) ProductCode  (value) {2F85FCDF-0476-4154-BA6D-FEB8CA1C11E2}

-->Updgrade table entiry
(upgradecode) {82594B5A-5CA6-4C6F-A9F1-EF75A504B592}  (VersionMin)
1.0.0 (VersionMax)  12.0.1.9020  (Attributes) 256 (actionproperty)
OLDERVERSIONBEINGUPGRADED

> On Thu, Jun 4, 2009 at 4:37 PM, Alex Shevchuk <shevc...@live.com> wrote:
>>
>>  <Product Id="$(var.ProductCode)" Name="$(var.ProductName)"
>> Language="!(loc.ProductLanguage)" Codepage="1252"
>>                              Version="$(var.ProductVersion)"
>> Manufacturer="!(loc.ProductManufacturer)" UpgradeCode="$(var.UpgradeCode)">
>>
>>  <Upgrade Id="EBA368A1-D502-480d-9F67-739239DA7D20">
>>          <UpgradeVersion Minimum="1.0.0" IncludeMinimum="yes"
>> Maximum="$(var.ProductVersion)" Property="OLDERVERSIONBEINGUPGRADED" />
>>  </Upgrade>
>>
>>
>>
>>
>> Make sure that var.UpgradeCode and <Upgrade Id="EB..20"> have the same
>> value.
>>
>> Alex
>>
>>
>>
>> ------------------------------------------------------------------------------
>> OpenSolaris 2009.06 is a cutting edge operating system for enterprises
>> looking to deploy the next generation of Solaris that includes the latest
>> innovations from Sun and the OpenSource community. Download a copy and
>> enjoy capabilities such as Networking, Storage and Virtualization.
>> Go to: http://p.sf.net/sfu/opensolaris-get
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> --
> HasbonAllah hu wa nae'mal wakeel



--
HasbonAllah hu wa nae'mal wakeel

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to