Hi,

I just ran into this same problem. However, since the old installation
allowed the users to change the value of ALLUSERS, I don't know which value
to use for the new installation. How do I find out which value was used in
the old installation?

Regards,

Anders


2007/3/28, Chris Bardon <[EMAIL PROTECTED]>:

Ah, looks like that was it-setting ALLUSERS to 1 forced the old version
to uninstsall.  Thanks!

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wilson,
Phil
Sent: Wednesday, March 28, 2007 12:42 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Why isn't my upgrade being detected?

Make sure that the AllUsers value is the same in both products.

Phil Wilson


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chris
Bardon
Sent: Wednesday, March 28, 2007 9:31 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Why isn't my upgrade being detected?

I'm trying to make sure that I have a Wix installer that upgrades
distributions authored with the previous Installshield version we used,
but for some reason not all of the files work correctly.  I've defined
my Wix file with the same upgrade code, but with a new product and
package codes, a new version, and different components.  I also put
these lines in:

<Upgrade Id="59DF950B-4956-4E2F-936D-6FD9BCB91345">
        <UpgradeVersion OnlyDetect="no" Property="PREVIOUSVERSIONFOUND"
IncludeMinimum="yes" Minimum="1.0.0.0" IncludeMaximum="yes"
Maximum="6.1.0.0" />
</Upgrade>

<InstallExecuteSequence>
        <RemoveExistingProducts
After="InstallFinalize">PREVIOUSVERSIONFOUND</RemoveExistingProducts>
</InstallExecuteSequence>


This should detect any previous product with the same upgrade code with
versions between 1.0.0.0 and 6.1.0.0 and then remove them after
installing my upgrade, correct?  It turns out that the upgrade is
installed, but when I uninstall the upgraded version, files are left
behind.  If I run the old installer again, it allows me to uninstall the
old version, which removes the files.  The log for the upgrade says that
the PREVIOUSVERSIONFOUND condtion is false, which means that the old
version was never detected.  Is there something else I'm missing here?


------------------------------------------------------------------------
-
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=DEVDE
V
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------
-
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=DEVDE
V
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
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




--
Ny blogg: http://ljusberg.se/blogs/pop/
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to