cannot remove

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Jan
Posts: 23
Joined: Wed 01 Dec 2004 15:54

cannot remove

Post by Jan » Thu 25 May 2006 13:51

There is an error while removing the trial:

Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected.Contact your package vendor.

How do i remove the trial version?

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 26 May 2006 06:08

Try to remove MySQLDirect .NET manually:
Stop Windows Installer service;
Delete key in the registry
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products that corresponds to MySQLDirect .NET;
Delete key in the registry
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Assemblies that corresponds to CoreLab.MySql.dll;
Remove all CoreLab.* assemblies from GAC;
Stop IIS service if you install Web demos virtual directories;
Remove \Program Files\CoreLab\MySQLDirect.NET folder.
After that you can install MySQLDirect .NET again.

Post Reply