Deploy SQL 2005 client tools with Config Manager 2007 R2 -
02-10-2010
, 08:46 AM
Hi all,
We need to roll out the SQL 2005 client components to around 100 computers.
So far we have had no luck trying to package this up. We have tried the
following command line in a batch file:
net use x: \\server\source
x:
cd\SQL2005\en_sql_2005_std_x86_dvd\tools
setup.exe /qn ADDLOCAL=Client_Components,Connectivity,SQLXML,SQL _Tools90
net use /delete x:
This works fine when you run it whilst logged on as an admin user. However,
when we try to deploy using Config Manager, it doesn't work. The status of
the deployment sticks at 'Running' until the job times out after 2 hours.
Running it myself takes under 20 minutes so I don't think the period Config
Manager is allowing is the issue.
Any help gratefully recieved!
Best wishes,
Steven. |