Thanks Bob.

The InstallValidate action does appear twice in the log;  however the first 
time is the new product's install and the second is the old product's uninstall 
(since I scheduled RemoveExistingProducts after InstallValidate)... could this 
be part of the problem?

As for the new product's InstallValidate logging, I see "Installed: Absent;   
Request: Local;   Action: Local" for each Feature and Component defined in the 
new installer.  This is what's expected, correct?

Thanks again.
~Vishal



From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 27, 2007 8:53 PM
To: Vishal Srivastava
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Major upgrade problems (with installation of new 
product, post removal of old)

Vishal Srivastava wrote:
I've analyzed the verbose logs, but I can't seem to find the point where it 
trips up before it installs the new files.

Look around the InstallValidate action; you'll see two, one for the old 
product's uninstall and one for the new product's install. You want the second 
one, to see what MSI is deciding to do on the new product's features and 
components.



--

sig://boB

http://bobs.org
-------------------------------------------------------------------------
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