Another thing that sometimes helps is to run a repair and then another
uninstall attempt.

-----Original Message-----
From: Blair [mailto:os...@live.com] 
Sent: Friday, July 30, 2010 9:15 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: RE: [WiX-users] Uninstall Error: Failed to find files with pattern:
C:\WINDOWS\Installer\wix

The error is likely to be between the middle and the end of those "thousands
of lines". It may also be productive (and even beneficial to the entire
community) if you open a case with Microsoft Support and send them the log
(or even that portion of the log). Maybe there is something they can tell
you.

-----Original Message-----
From: Spencer Berry [mailto:sbe...@eidpassport.com] 
Sent: Thursday, July 29, 2010 12:06 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Uninstall Error: Failed to find files with pattern:
C:\WINDOWS\Installer\wix

Thanks for the suggestion.  I found that return value 3 happens during
'SxsUninstallCA' when it tries to remove the VC++ runtime libs.  There are
thousands of lines between action start and action ended for
'SxsUninstallCA', and I don't see anything obvious there.  If I use Orca to
remove SxsUninstallCA from the MSI file, then the fatal error during
UN-install goes away.  Of course that leaves the VC++ runtime libs
installed.  I'd like to figure out how to fix this, but I don't have any
ideas.  Any other suggestions?

Thanks,
Spencer


-----Original Message-----
From: Blair [mailto:os...@live.com] 
Sent: Wednesday, July 28, 2010 6:48 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Uninstall Error: Failed to find files with pattern:
C:\WINDOWS\Installer\wix

The error is before that point in the log. Look for a line where some action
is said to return a "3".

-----Original Message-----
From: Spencer Berry [mailto:sbe...@eidpassport.com] 
Sent: Wednesday, July 28, 2010 2:37 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Uninstall Error: Failed to find files with pattern:
C:\WINDOWS\Installer\wix

I'm new to WIX, and I've inherited a project that uses WIX for building the
installer.  During UN-install, the installer ends with a message that it has
ended prematurely due to an error.  Looking into the Installer Debug/Log
file I see the following messages:

Action 10:35:31: RollbackCleanup. Removing backup files
MSI (s) (48:C8) [10:35:31:187]: Creating MSIHANDLE (1417) of type 790536 for
thread 2248
MSI (s) (48:4C) [10:35:31:187]: Invoking remote custom action. DLL:
C:\WINDOWS\Installer\MSI55.tmp, Entrypoint: CommitCAScriptCleanup
MSI (s) (48!74) [10:35:31:609]: Creating MSIHANDLE (1418) of type 790531 for
thread 1652
CommitCAScriptCleanup:  Error 0x80070002: Failed to find files with pattern:
C:\WINDOWS\Installer\wix{5A3CBF39-6DE3-4B2B-A1EA-642669BBD3DC}.*.???

Does anyone know what this means?  Maybe I need to include more info.  In
one of the wxs files, the ID number show in the above error message appears:

<Product Name="MyProduct" Id="{5A3CBF39-6DE3-4B2B-A1EA-642669BBD3DC}"
Language="1033" Codepage="1252" Version="$(var.ProductVersion)"
Manufacturer="MyCompany"
UpgradeCode="{E4017676-BD94-4357-89FE-A42920E01D10}">

Do I need to include any other info here?

Thanks,
Spencer


----------------------------------------------------------------------------
--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


----------------------------------------------------------------------------
--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

----------------------------------------------------------------------------
--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to