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

Reply via email to