Automating WSS v3/MOSS 2007 development environment setup: part VII – Setup SharePoint binaries
Hi,
Platform is ready to have SharePoint installed. To follow best practices on service accounts, you should now only use the AD\MOSS_Setup_acct we created previously.
To setup the binaries, I use the ISO binaries I created here : https://blogs.msdn.com/emberger/archive/2008/09/04/slipstream-sharepoint-sp1-with-infrastructure-update-for-moss-2007-clean-installs.aspx
The ISO is attached to the Virtual Machine.
Now, connect to the server with AD\MOSS_setup_acct (in my case, password is moss).
To launch the setup an unattended way, you’ll need a config.xml file.
A lot of example of config.xml files are available in the \x86\\Files\ directory on the binaries CD.
Here is mine :
Then, just launch the setup :
and enjoy the result :
You’re done with binaries (Note : to monitor installation, watch SETUP.exe in the task manager !)
<Emmanuel/>
References:
- config.xml reference for MOSS 2007 : https://technet.microsoft.com/en-us/library/cc261668.aspx
- config.xml reference for WSS v3 : https://technet.microsoft.com/en-us/library/cc287749.aspx
Comments
Anonymous
April 17, 2009
Hi, This long post series raised interest from many of you. Thanks for that. I was asked few times toAnonymous
April 20, 2009
Un petit post rapide pour linker une excellente série faite par Emmanuel Bergerat sur son blog : Automating