basicchannel Posted October 18, 2012 Posted October 18, 2012 I'm trying to deploy Office 2007 via SS using the following batch file: rem @echo OFF REM --- Check for an existing installation of Office 2007 if exist "c:\20121018Office2007Student.txt" goto _End REM --- Deploy to Windows 2000/XP/2003 ECHO installing Office 2007 Professional "\\server\apps\office 2007\setup.exe" /adminfile "\\server\apps\office 2007\deploy\studentOffice.msp" copy "\\server\Apps\Office 2007\Deploy\20121018Office2007Student.txt" "c:\20121018Office2007Student.txt" /y REM --- End of the script :_End it works beautifully when launched manually, but when it launches during startup something errors and it gives up. I can't see any errors in the event logs and I'm not sure if Office dump an error log somewhere. Any thoughts. Am I just being stupid? Thanks
Steve21 Posted October 18, 2012 Posted October 18, 2012 Does your "\\server" have permissions for local system accounts to connect? Bearing in mind it'll run prelogin, so only system permissions. If not it'll deny access to share etc. Steve
6Foot2 Posted October 18, 2012 Posted October 18, 2012 We had a problem with deploying Office 2010 using a batch file. @sted gave me an answer that worked for me in this thread: Link: http://www.edugeek.net/forums/office-software/96345-office-failing-install-after-o-s-deployment-via-wds.html [sophos was getting in the way] This might help you also?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now