neon068
Jul 31 2007, 07:24 AM
Hey everyone!
I've created a script where you enter in a little information and it creates the XML file for you. It's definitely a work in progress and it could use many more options but this will work fine for a unattended Vista installation. I plan to eventually get all of the different passes and components able to be customized on there.
http://dc412.org/unattend.phpLet me know what you think, and what could be done to make it better!
NeoN
jchowland
Jul 31 2007, 07:48 PM
That looks great! One suggestion though - would it be possible for you to add join domain to the script?
Apart from that, it makes the 1gb WAIK seem useless!
MAVERICKS CHOICE
Jul 31 2007, 09:17 PM
QUOTE (jchowland @ Aug 1 2007, 11:48 AM)

That looks great! One suggestion though - would it be possible for you to add join domain to the script?
Apart from that, it makes the 1gb WAIK seem useless!
@neon068. Great utility, would like to see more fields to propagate though.
@jchowland. Yes but that script only produces an xml, the waik does much more.
sp00f
Aug 1 2007, 11:02 AM
Very nice, but english only
neon068
Aug 2 2007, 08:15 AM
I can add languages very easily. Just let me know some I should add. I'll also see if I can work out the domain add in today.
NeoN
neon068
Aug 2 2007, 09:12 AM
Ok I've added more languages, Domain Join and IE Customization for now.
http://dc412.org/unattend.phpI want to get some validations working, alittle AJAX in there, spruce it up. What else should I add?
NeoN
sp00f
Aug 2 2007, 04:35 PM
Dutch.... very nice
Cant wait to see this thing with all components in it.
Nice job.
chiners_68
Aug 6 2007, 04:10 AM
GMT time zone..?
Dibar
Aug 8 2007, 03:49 PM
Russian support please
Dibar
Aug 8 2007, 03:50 PM
It is possible in '.ехе'?
neon068
Aug 16 2007, 10:10 AM
QUOTE (chiners_68 @ Aug 6 2007, 06:10 AM)

GMT time zone..?
I've added every timezone ever!
QUOTE (Dibar @ Aug 8 2007, 05:49 PM)

Russian support please

I've added Russian plus more. I plan to do all supported languages soon.
QUOTE (Dibar @ Aug 8 2007, 05:50 PM)

It is possible in '.ехе'?
I have no experience coding outside of the web. I know I could create something that would be command line driven via PHP but that's the extent of my coding talents.

Unless someone knows how to do something, I could help out.
I linked most everything to the specific Microsoft page, System Restore, and Windows Sidebar.
http://dc412.org/unattend.phpCheck it!

NeoN
felsi
Aug 17 2007, 03:19 AM
Hallo Neon,
hey this is very nice ! Good Work !
I´m very interrested in the Source Code. Can you give it to me?
Thanks a lot
Greets Felsi
Kelsenellenelvian
Aug 17 2007, 03:24 AM
HAHAHAHAHAHHAHHAHAHAHAHAHA Now thats funny.
neon068
Aug 17 2007, 07:06 AM
I'm calling the roflcopter on that one :-P
leo2003
Aug 20 2007, 04:55 AM
add languages Portuguese.
nokia999i
Aug 20 2007, 03:20 PM
what is the : "Offline Image Location:" for? is it needed ? wht do I put in it or do I leave it as IS ?
Dobby
Aug 24 2007, 09:06 AM
QUOTE (nokia999i @ Aug 20 2007, 03:20 PM)

what is the : "Offline Image Location:" for? is it needed ? wht do I put in it or do I leave it as IS ?
I think it's for the WAIK to figure out which image source was used so it can reload the correct catalog (I could be wrong though). Not sure why it's been put in this script generator.
On a separate note, the script generates components with processorArchitecture="i386" but shouldn't it be x86? This is what WAIK generates anyway.
neon068
Aug 24 2007, 10:18 AM
QUOTE (leo2003 @ Aug 20 2007, 06:55 AM)

add languages Portuguese.
Added support for both Portuguese Brazil and Portuguese Portugal
QUOTE (Dobby @ Aug 24 2007, 11:06 AM)

QUOTE (nokia999i @ Aug 20 2007, 03:20 PM)

what is the : "Offline Image Location:" for? is it needed ? wht do I put in it or do I leave it as IS ?
I think it's for the WAIK to figure out which image source was used so it can reload the correct catalog (I could be wrong though). Not sure why it's been put in this script generator.
On a separate note, the script generates components with processorArchitecture="i386" but shouldn't it be x86? This is what WAIK generates anyway.
I always used the WIM file from the Vista CD and put it in the sysprep folder if setup needed extra drivers/files.
Also, even though i386 worked, x86 is the proper syntax and is now corrected. Thanks

NeoN
John L. Galt
Aug 26 2007, 12:34 AM
So, the Offline Image Locater field should be tailored based upon the version we are installing, then? Seeing as I am using Ultimate, I should make that ULTIMATE instead of ENTERPRISE?
neon068
Aug 27 2007, 07:23 AM
QUOTE (John L. Galt @ Aug 26 2007, 02:34 AM)

So, the Offline Image Locater field should be tailored based upon the version we are installing, then? Seeing as I am using Ultimate, I should make that ULTIMATE instead of ENTERPRISE?
Yes that's correct. I'll add something there to make it easier to choose each different version.
NeoN
kentk
Aug 28 2007, 01:17 AM
hm, I cant get this to work...
After pressing submit all I get is a error message in a new window in explorer that endtag "settings" dont match the starttag "unattend"
</settings>
--^
Suggestions ??
neon068
Aug 30 2007, 07:59 AM
QUOTE (kentk @ Aug 28 2007, 03:17 AM)

hm, I cant get this to work...
After pressing submit all I get is a error message in a new window in explorer that endtag "settings" dont match the starttag "unattend"
</settings>
--^
Suggestions ??
I didn't catch that. Thanks, fixed now
sn3ak
Sep 20 2007, 12:09 AM
One should point out that it probably isn't a smart idea to put a valid product key in this site. While Neon may have the best intentions, the information is unencrypted, and without seeing the source, Neon could be recording them.
While I am guessing he is a great guy, and isn't, the unencrypted part is a problem that can not be dealt with, unless neon sets up a https site.
It would probably be smart to use a key of "abc12" in each field or some such, then when you save his xml file use a text editor to change it to a valid key.
Edit: No offense or anything intended..
neon068
Jan 9 2008, 11:23 AM
QUOTE (sn3ak @ Sep 20 2007, 02:09 AM)

One should point out that it probably isn't a smart idea to put a valid product key in this site. While Neon may have the best intentions, the information is unencrypted, and without seeing the source, Neon could be recording them.
While I am guessing he is a great guy, and isn't, the unencrypted part is a problem that can not be dealt with, unless neon sets up a https site.
It would probably be smart to use a key of "abc12" in each field or some such, then when you save his xml file use a text editor to change it to a valid key.
Edit: No offense or anything intended..
No you are correct, I'm stealing all of the Vista keys!!! MUAHHHHHHAHAHAHA
Just kidding, but you do have a good point with the whole unencrypted part. So if you are worried about security, just put in all 1's and then just change it in the actual XML.
Sir-K9
Jan 10 2008, 03:26 PM
cool script budd!
tell me is it possible for u to add an integrate drivers option as vlite for me is a no go'er coz i get the blue screen of death and i dunno why?
sirpedrosa
Jul 14 2008, 02:10 PM
QUOTE (neon068 @ Jul 31 2007, 07:24 AM)

Hey everyone!
I've created a script where you enter in a little information and it creates the XML file for you. It's definitely a work in progress and it could use many more options but this will work fine for a unattended Vista installation. I plan to eventually get all of the different passes and components able to be customized on there.
http://dc412.org/unattend.phpLet me know what you think, and what could be done to make it better!
NeoN
hi everybody
one more thing i would to see in this post about domain join is to choose a distict organization unit in domain.
(its one more text box - i think!)
best regards (on response reply to my sirpedrosa@gmail.com)
cjbrooksie
Jul 23 2008, 06:28 PM
How can I set up the XML file so that it stops and prompts the user for info? I want it to ask for computer name and product key and join domain\workgroup.
Twoguns
Aug 28 2008, 07:21 AM
Very nice tool indeed, would appreciate if you could add support to change input languages/locale/keyboard layout etc though, it's the only one thing I can't seem to get right in my unattend!
Sgt. D. Pilla
Sep 10 2008, 06:00 AM
Joining a workgroup would be great to, as well as first logon options
sutrala.balu
Sep 14 2008, 11:54 AM
hi Neon,
i am installing windows 2008 server enterprise edition operating system, through network with un attended installation.
i tried so many combinations but, every time i am getting error as
"Windows cannot copy files required for installation. Make sure all files required for installation are available, and restart the installation. Error code: 0x80070057."
will you plz help me regarding this.
urie
Sep 14 2008, 01:43 PM
QUOTE (sutrala.balu @ Sep 14 2008, 06:54 PM)

hi Neon,
i am installing windows 2008 server enterprise edition operating system, through network with un attended installation.
i tried so many combinations but, every time i am getting error as
"Windows cannot copy files required for installation. Make sure all files required for installation are available, and restart the installation. Error code: 0x80070057."
will you plz help me regarding this.
Look in Panther folder error logs then you will know the exact cause of your problem.
wazer
Sep 7 2009, 08:23 AM
Is there such a thing for windows 7 aswell?
MAVERICKS CHOICE
Sep 7 2009, 03:25 PM
QUOTE (wazer @ Sep 8 2009, 12:23 AM)

Is there such a thing for windows 7 aswell?
Not that I'm aware of. Pretty simple to use a pre made Vista one & only small amount of changes for it to work correctly in seven.
Why not look in the UA seven section of this board??
wazer
Sep 11 2009, 12:29 PM
QUOTE (MAVERICKS CHOICE @ Sep 7 2009, 11:25 PM)

QUOTE (wazer @ Sep 8 2009, 12:23 AM)

Is there such a thing for windows 7 aswell?
Not that I'm aware of. Pretty simple to use a pre made Vista one & only small amount of changes for it to work correctly in seven.
Why not look in the UA seven section of this board??

because im dumb and have tried

i dont get xml, it looks so simple but not for apperantly
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.