hi Dirk,
[quoted text, click to view] Dirk Jungermann via SQLMonster.com wrote:
> Hello.
> I tried to install MSDE 2000. The installation process could not be
> finished successfully. After reboot my computer I get the error
> message:
> Your SQL Server installation is either corrupt or has been tampered
> with (unknown package id).
> It is impossible to re-install the MSDE ans it isn't shown in the
> system mangement.
> All the posts that I have found in the web were not very helpful.
according to Microsoft KB,
http://support.microsoft.com/default.aspx?scid=kb;en-us;229875, only SQL
Server 7 should be affected by this problem..
if you run the setup.exe installer specifying the
/L*v "c:\log.txt"
parameter in order to enable verbose logging of the setup process, you can
inspect the resulting text file for
RETURN VALUE 3
entries, indicating troubles, and about 15/20 lines before each entry some
(sometime cryptic) description of the found problem will be reported..
to manually unistall and/or clear an MSDE instance please refer to
http://support.microsoft.com/default.aspx?scid=kb;en-us;320873, which also
require use of the Msizap.exe tool from the Windows Installer platform SDK
to clear Windows Installer related entries, and/or
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q290991 (with no
cleaning of the Windows Installer registry related entries)
--
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtm http://italy.mvps.org DbaMgr2k ver 0.12.0 - DbaMgr ver 0.58.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
--------- remove DMO to reply