Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 unattended installation

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-09-21 : 22:41:41
jane writes "I want the result of unattended installation same as GUI installation. The collation is different from each other. The following is the result.

Sqlstp.log for GUI installation:
collation_name = SQL_Latin1_General_CP1_CI_AS,locale_name = ,lcid = 0x409,SortId = 52,dwCompFlags = 0x30001

Sqlstp.log for unattended installation:
collation_name = SQL_Latin1_General_CP1_CI_AS,locale_name = ,lcid = 0x0,SortId = 0,dwCompFlags = 0x0

How can I make lcid, SortId, and dwCompFlags same as GUI installation?

I tried to add these fields in the iss file, but they don��t take affect at all. I still got the same result.


Thanks"

Thrasymachus
Constraint Violating Yak Guru

483 Posts

Posted - 2005-09-22 : 09:40:08
are you recording the unattended using the GUI or are you messing around with the unattended file. I'd favor the former.

====================================================
Regards,
Sean Roussy

aka the merciless black hearted capitalist troublemaker

"pimpin ain't easy, but someone has to do it" -- Pimpin Whitefolks(?)
Go to Top of Page

hsiuchen
Starting Member

1 Post

Posted - 2005-09-22 : 11:00:40
Well, both GUI and unattended installation are successful, and yet LCID, SortID, and dwCompFlags are different in the two logs. My goal is to make the setup of unattended installation same as GUI installation. Is there a way I can make LCID, SortID, and dwCompFlags of unattended installation same as GUI installation.
Thanks


quote:
Originally posted by Thrasymachus

are you recording the unattended using the GUI or are you messing around with the unattended file. I'd favor the former.

====================================================
Regards,
Sean Roussy

aka the merciless black hearted capitalist troublemaker

"pimpin ain't easy, but someone has to do it" -- Pimpin Whitefolks(?)

Go to Top of Page
   

- Advertisement -