Introducing the Microsoft SBS 2011 Essentials Answer File Tool!!
January 16, 2012 12 Comments
I have never been able to understand coding. It has always been a bit of a mystery, or black art to me, left for the likes of Slytherin house to enter their Parseltounge into Visual Studio or your developer tool of choice.
I mean, it literally makes no sense at all does it.
Maybe i have just been looking at it upside down..
Anyway, i have always wanted to understand it, or at least give it a go, but never had a project that i could get into.
Enter the Microsoft migration documentation for SBS 2011 Essentials. Specifically the section on page 18 where you have to write an answer file for the install of Essentials, which they tell you to cut and paste from the document.
Whether this was me just being a grump or not, i don’t know, but i really didn’t like that. Cut and paste? i thought, why don’t they just write a small app for that. Possibly because Apple now hold the trademark for anyone uttering, or thinking ‘an app for that’ who knows.
You can probably see where i am going with this now, however for the slower among you, Yes, i did write an App for that.
With the help of a Developer i work with regularly we sat down and went through some basic coding steps. The result is available for download from here as Beta software.
It should basically allow you to create answer files without the need to edit in Notepad, with the only exception of Language and regional settings, that i can never get to work even with a manual answer file.
Anyway, enjoy!
If you find any bugs or anything like that, please add them to the comments below.
Disclaimer: This is beta software! Results may vary.
More information on Installing SBS 2011 Essentials using an Answer File can be found here.
Robert,
Will your wonderfull tool work with SBS 2011 Standard as well? Trying to do an SBS 2011 Standard Install using the Answer.ini to get around the MyDomain.local only that MS seems to feel you have to use even if the attended network will never touch the internet.
Hi John,
No the tool is really only for SBS Essentials, i havent really looked at SBS Standard Answer Files, but i guess i could look at that in the future.
Are you having a problem making an answer file for Standard?
Is this any help?
http://blogs.technet.com/b/sbs/archive/2011/01/21/introducing-the-sbs-2011-answer-file-generator.aspx
Actually after doing a little more investigation work I found that the SBS 2011 Standard has a very similar tool located on the SBS 2011 Standard DVD (Disc 1) under Tools that can be used for new new installs and migrating over old domains. Again, It’s very similar to yours. The tool help me get around the MyDomain.local problem I was having. Thanks for your help.
John
What about WHS 2011, will this work?
I think a lot of the switches are the same but I never tried it.
Things like Active Directory obviously are not needed, but wether the answer file would be ignored by WHS or error, I don’t know.
Please test it and let me know!
Hey Robert,
I think your tool would work with WHS 2011, the code is the same as 2011 Essentials minus like you said the lack of AD.
http://onlinehelp.microsoft.com/en-gb/windowshomeserver2011/answer-file-install-2.aspx
This is the link to the Online Help page which lists the used parameters for WHS. i think i can edit my tool to include Home Server.
THat Would be great Robert, This would be a great help to both the Home Server and Small Business Community (Since alot of Small Businesses use WHS 2011 as a cost effect alternate solution).
Thanks for trying to edit your tool for use with WHS 2011
You can download it now from the TechNet Gallery
http://gallery.technet.microsoft.com/Windows-Home-Server-2011-2368ac95
It really isn’t to hard to cut and past text into a cfg.ini file so I am trying to see the value of the tool as it is currently. If this tool covered all the parameters, then I would find this tool useful, like how about accout setup, file locations etc. Also, the tool doesn’t seem to do any error checking to verify that what you enter is a valid argument for the parameter. For example I can enter “123 123” as the server name which isn’t a valid server name.
I would find a complete list of the parameters and the correct argument format more useful.
The tool covers the available parameters. I’m sorry you don’t like it.