Error Code 2755 on Uninstall w/ Call DLL
Posted: Fri Jun 30, 2006 12:30 am
I was wondering if anyone has encountered an error while uninstalling an application that uses a custom call DLL action in their uninstall.
My Call DLL successfully executes and calls a Win32 DLL that loads a .NET DLL through COM that pops up a GUI Wizard, this all works fine and the uninstall seems to go great but at the end an error dialog pops up,
"Error
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2755."
<OK>
The application does not get uninstalled either.
Is there a way to suppress this unexpected error message? Is it acceptable to call DLLs while uninstalling?
Thanks!
My Call DLL successfully executes and calls a Win32 DLL that loads a .NET DLL through COM that pops up a GUI Wizard, this all works fine and the uninstall seems to go great but at the end an error dialog pops up,
"Error
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2755."
<OK>
The application does not get uninstalled either.
Is there a way to suppress this unexpected error message? Is it acceptable to call DLLs while uninstalling?
Thanks!