Bob, thanks for your reply. I'm new to wix and still learning the finer points.


On 3/26/07, Bob Arnson <[EMAIL PROTECTED]> wrote:
> How are you handling upgrades? If you're using Upgrade/UpgradeVersion,
> where are you scheduling RemoveExistingProducts?
Upgrades are handled by :
<Upgrade Id='AC7AACE6-D31E-4039-883C-3DC11D707B04'>
        <UpgradeVersion
                Property="PREVIOUSVERSIONFOUND"
                IncludeMinimum='yes' Minimum='0.9.0'
                IncludeMaximum='yes' Maximum='0.9.2' />
</Upgrade>

Remove ExistingSequence occurs at :
                <InstallExecuteSequence>
                        <RemoveExistingProducts Before="InstallInitialize"/>
                </InstallExecuteSequence>
>
> >               Version="0.9.2"
> >
>
> If you're using major upgrades, you'll need to change the product version.
I did bump the version number up to 0.9.3 as my diff illustrated.

If you want to just look at my setup code look at:
http://plane-disaster.svn.sourceforge.net/viewvc/plane-disaster/trunk/PlaneDisaster.NET%20Setup/
Setup.wxs.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to