Friday, February 24, 2012

Installation hangs for MSDE2000A on XP SP1

I'm trying to install MSDE2000A on XP SP1. I issue the command:
setup /SAPWD="mypassword" /L*v C:\MSDERelA\setup.log
The installation progresses for a couple of minutes and then hangs. The
last entry in the log is:
MSI (s) (DC:34) [06:37:29:140]: Executing op:
ActionStart(Name=InstallSqlRedis.2D02443E_7002_4C0 B_ABC9_EAB2C064397B,,)
MSI (s) (DC:34) [06:37:29:140]: Executing op:
CustomActionSchedule(Action=InstallSqlRedis.2D0244 3E_7002_4C0B_ABC9_EAB2C064397B,ActionType=1025,Sou rce=BinaryData,Target=InstallSqlRedis,)
MSI (s) (DC:2C) [06:37:29:156]: Invoking remote custom action. DLL:
C:\WINDOWS\Installer\MSI66A.tmp, Entrypoint: InstallSqlRedis
SOFTWARE\Microsoft\Microsoft SQL Server
Setup.{E09B48B5-E141-427A-AB0C-D3605127224A}
TempFolder is
C:\DOCUME~1\joe\LOCALS~1\Temp\{E09B48B5-E141-427A-AB0C-D3605127224A}\
Loading extended custom action library
C:\DOCUME~1\joe\LOCALS~1\Temp\{E09B48B5-E141-427A-AB0C-D3605127224A}\sqlcax.dll
SOFTWARE\Microsoft\Microsoft SQL Server
Setup.{E09B48B5-E141-427A-AB0C-D3605127224A}
Starting custom action InstallSqlRedis
Executing "C:\Program Files\Microsoft SQL Server\80\Tools\Binn\sqlredis.exe
/q:a"
If I cancel the setup, it rolls back from this point.
I noted the information at:
http://support.microsoft.com/default...b;EN-US;841061
But this really deals with running the setup from an application, not from
the Microsoft supplied installer at a command line. Anyway, I tried this as
well and wrote a small application to run the installation as shown in the
KB. No change in behavior, the end-result is the same and the last log is
the same one.
BTW, I meant to say this is XP SP2, not SP1...
Sorry
|||hi,
jwh20 wrote:
> I'm trying to install MSDE2000A on XP SP1. I issue the command:
> setup /SAPWD="mypassword" /L*v C:\MSDERelA\setup.log
> The installation progresses for a couple of minutes and then hangs.
> The last entry in the log is:
> MSI (s) (DC:34) [06:37:29:140]: Executing op:
> ActionStart(Name=InstallSqlRedis.2D02443E_7002_4C0 B_ABC9_EAB2C064397B,,)
> MSI (s) (DC:34) [06:37:29:140]: Executing op:
> CustomActionSchedule(Action=InstallSqlRedis.2D0244 3E_7002_4C0B_ABC9_EAB2C064397B,ActionType=1025,Sou rce=BinaryData,Target=InstallSqlRedis,)
> MSI (s) (DC:2C) [06:37:29:156]: Invoking remote custom action. DLL:
> C:\WINDOWS\Installer\MSI66A.tmp, Entrypoint: InstallSqlRedis
> SOFTWARE\Microsoft\Microsoft SQL Server
> Setup.{E09B48B5-E141-427A-AB0C-D3605127224A}
> TempFolder is
> C:\DOCUME~1\joe\LOCALS~1\Temp\{E09B48B5-E141-427A-AB0C-D3605127224A}\
> Loading extended custom action library
> C:\DOCUME~1\joe\LOCALS~1\Temp\{E09B48B5-E141-427A-AB0C-D3605127224A}\sqlcax.dll
> SOFTWARE\Microsoft\Microsoft SQL Server
> Setup.{E09B48B5-E141-427A-AB0C-D3605127224A}
> Starting custom action InstallSqlRedis
> Executing "C:\Program Files\Microsoft SQL
> Server\80\Tools\Binn\sqlredis.exe /q:a"
>
> If I cancel the setup, it rolls back from this point.
>
please verify, using thetask manager, the setupre.exe is actually hanging...
if this is the case, kill this process... the installation should go on and
proceed with success...
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
DbaMgr2k ver 0.15.0 - DbaMgr ver 0.60.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
-- remove DMO to reply

No comments:

Post a Comment