Hi Andrea,
Thanks for the help.
I did a search on the log file for "RETURN VALUE 3" but it was not found.
Here are the first and last lines, maybe they can help somehow.
=== Verbose logging started: 27/5/2005 23:48:22 Build type: SHIP UNICODE
2.00.2600.00 Calling process: C:\WINDOWS\System32\msiexec.exe ===
MSI (c) (5C:34): Resetting cached policy values
MSI (c) (5C:34): Machine policy value 'Debug' is 0
MSI (c) (5C:34): ******* RunEngine:
******* Product: C:\Temp\MSDE\Setup\SqlRun01.msi
******* Action:
******* CommandLine: **********
MSI (c) (5C:34): Machine policy value 'DisableUserInstalls' is 0
....
....
....
Property(C): ACTION = INSTALL
=== Log parado: 27/5/2005 23:50:29 ===
MSI (c) (5C:34): Note: 1: 1708
MSI (c) (5C:34): Produto: Microsoft SQL Server Desktop Engine -- A operação
de instalação falhou.[Install operation failed]
MSI (c) (5C:34): Grabbed execution mutex.
MSI (c) (5C:34): Cleaning up uninstalled install packages, if any exist
MSI (c) (5C:34): MainEngineThread is returning 1603
=== Verbose logging stopped: 27/5/2005 23:50:29 ===
Thanks for any help.
Regards,
Luiz Horacio
"Andrea Montanari" <andrea.sqlDMO@virgilio.it> escreveu na mensagem
news:3fobcjF8o54aU1@individual.net...
[quoted text, click to view] > hi,
> Luiz Horacio wrote:
> > Hi,
> >
> > I'm trying to install MSDE with the following command line:
> >
> > c:\temp\setup.exe sapwd="password"
> >
> > Password has 12 mixed special characters, upper and lower case
> > letters and numbers, so I guess it is a strong SA password.
> >
> > Installation starts, but just before the progress bar reaches the end
> > it starts rolling back, and no error message is shown.
> >
> > What can I do to check what is wrong with the installation?
> >
>
> please add the
> /L*v "c:\msdelog.txt"
> parameter to the setup.exe call, in order to log the installation
process...
> this will output a 2mb text file you can inspect for
> RETURN VALUE 3
> entries...about 10/15 lines before each entry some (sometime cryptic)
> descition of the problem raised will be shown..
> --
> 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
>
>