I'd suggest looking at what's causing the problem rather than assuming a blanket upgrade to Windows Installer 4.5 as being a solution since Windows Installer 4.5 isn't even pushed to Windows XP machines by Windows Update, it's a manual upgrade. Considering I have people complaining about things like XP SP3, MSXML 6.0 SP2 & .NET 2.0 Framework being pre-requisites of our application (and thus my installers) all of which are pushed out by Windows Update I'd find it hard to push something to users which even Microsoft don't.
Writing some Properties to the Registry during install then retrieving them using RegistrySearches during Uninstall is pretty low in terms of complexity so if it's failing on Windows Installer 3.1 there's going to be a reason for it. Are you Properties being populated before they're attempted to be written? From your logs on an earlier post I'd have to guess that they're not. Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the <Virtual Environment>** Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -----Original Message----- From: thurein [mailto:trwh...@gmail.com] Sent: 08 March 2010 02:00 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Wix uninstall problem I have found out the problem, it was because of the msi version installed on the installing machine. Registry values are not writing on the msi version 3.1 machine, so, I upgrade to 4.5 (msi version) and now its working. Thanks -- View this message in context: http://n2.nabble.com/Wix-uninstall-problem-tp4590726p4692973.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------ ------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users