OnlyDetect=yes will result in the old product not being uninstalled,
correct. 

Phil Wilson 

________________________________

From: Nitin [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 19, 2007 10:38 PM
To: Wilson, Phil; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] unconditional full install on minor upgrade



Thanks, the PackageCodes were same. I have changed them now, and I no
longer get the Maintenance screen. However, Add remove programs contains
entries for both the versions. How can I remove the older entry?

I do have <RemoveExistingProducts After="InstallInitialize" />

Does it have anything to do with the OnlyDetect="yes"  in
<UpgradeVersion....

 

Nitin

 

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wilson,
Phil
Sent: Thursday, July 12, 2007 9:53 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] unconditional full install on minor upgrade

 

The PackageCode guids - are they different? 

Phil Wilson 

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nitin
Sent: Thursday, July 12, 2007 8:49 AM
To: 'Brian Simoneau'; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] unconditional full install on minor upgrade

Hi Brain,

 

I checked with Orca, my ProductsCodes are different and UpgradeCodes are
same.

Whats wrong? Anything I should check in the verbose log?

 

- Nitin

 

________________________________

From: Brian Simoneau [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 11, 2007 6:42 PM
To: Nitin; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] unconditional full install on minor upgrade

 

Versions 0.3.0 and 0.4.0 must have the same UpgradeCode but different
ProductCodes.  If you are seeing maintenance mode, then they probably
have the same ProductCode.

 

-Brian Simoneau

        -----Original Message-----
        From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nitin
        Sent: Wednesday, July 11, 2007 9:07 AM
        To: wix-users@lists.sourceforge.net
        Subject: [WiX-users] unconditional full install on minor upgrade

        Hi,

         

        I have 2 setups, one with version 0.3.0 and second with 0.4.0

         

        These setups have been created using dark of a visual studio
setup project and then UI was modified.

         

        It has the following tags

            <Upgrade Id="78055FAC-F55D-409A-846A-50A03E3D81B6">

              <UpgradeVersion Minimum="0.4.0"
Property="NEWERPRODUCTFOUND" OnlyDetect="yes" IncludeMinimum="yes" />

              <Property Id="NEWERPRODUCTFOUND" Secure="yes" />

              <UpgradeVersion Minimum="0.1.0" Maximum="0.4.0"
Property="PREVIOUSVERSIONSINSTALLED" IncludeMinimum="yes" />

              <Property Id="PREVIOUSVERSIONSINSTALLED" Secure="yes" />

            </Upgrade>

         

        <RemoveExistingProducts After="InstallInitialize" />

         

        Both the versions have this same upgrade ID

         

        Now when I install 0.4.0 over 0.3.0, it shows me "Maintenance
Form". I have tried using <Show Dialog="MaintenanceForm"
After="ResumeForm">0</Show> but it doesn't work.

         

        I have also added following properties

             <Property Id="REINSTALL" Value="ALL"></Property>

             <Property Id="REINSTALLMODE" Value="vomus"></Property>

         

         

        I want the 0.4.0 setup to uninstall 0.3.0 installation and do a
full installation for 0.4.0

         

        - Nitin

         

         

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to