cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
chinivar2000
Level 2

Uninstaller throwing an error.

Here is the scenario
1)I have my Product 'ProductX 1.0' installed with its own uninstaller
2) I have a upgrade installer Product X1.1' that installs an updated version of the product.

During uninstall the uninstaller of 'Product X1.1' calls the preveious uninstaller 'ProductX1.0' as a Post Install task to completely uninstall the product. However I see the following errors in my uninstall Log.

Installer: No 'sea_loc' in working directory, could not define $EXTRACTOR_EXECUTABLE$

Loading externalized properties
Command.run(): Cannot run program ""\<_Product X1.1 Install Folder>_installation\resource\win64_32_x64.exe"": CreateProcess error=2, The system cannot find the file specified


REGISTRY ALREADY STORED!

product was null
ZeroGb0: Unable to load product from registry. Product ID:
SHUTDOWN REQUESTED
====================STDOUT ENTRIES==================

(X) commiting registry
(X) shutting down service manager
(X) cleaning up temporary directories


What sdoes this error mean and how do I get rid of this error? I suspect this si casuing the uninstall folders to remain and not get deleted.

Thanks
Santosh
Labels (1)
0 Kudos
(1) Reply
pv7721
Level 20

I think it's a little hard to say what the error is without your IA project. It looks like a name mismatch, caused by a 32/64 bit issue.
0 Kudos