hootinanny Posted August 2, 2004 Posted August 2, 2004 This forum is great. The instruction is definetly appreciated... new to unattended as well, I would like to know how to install apps (outside of the OS and hotfixes) like Office and the like from a server resource.Using CD to intiate installation, but unattended would continue pulling other apps from server resource eliminating the CD / DVD size issues.Thanks for any info.
bardugu Posted August 2, 2004 Posted August 2, 2004 you can use a mapped network drive :just add this example line to cmd file net use o: \\server /user:guest(by the way .. " /user:gust " is not required if user is defined in the winnt.sif)and than continue installing stuff same way you've install from your cd,only replace %systemdrive%, with o:\make sure to config you'r winnt.sif to the right workgroup/domainmake sure the server folder is setted with the proper permissions and sharingif you want to delete the mapped drive after installations add this line :net use o: /delete /yesgood luck
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