Unattended XP installation - Questions

This is a discussion about Unattended XP installation - Questions in the Everything Windows category; Are these just for ASUS Cards only??

This topic was started by , . Last reply by ,


data/avatar/default/avatar01.webp

4 Posts
Location -
Joined 2003-08-01
Great guide on your page, there are a few things i still have questions about:

You apply the registry tweaks in "main_batch.cmd". Wouldn't it be better to put them in applications.cmd, after all hotfixes have been installed? This way, the fixes install with the default XP settings and all services activated which is maybe better, plus the services can't be turned on by some patch again.

Furthermore, i use a german XP version and i found out that XP couldn't create shortcuts or delete files with Umlauts (ü, ä, ö) in them. This is especially troublesome since the Startmenu is called "Startmenü" in german! Does anyone know a way to circumvent this?

Last but not least, i have something more in Winnt.sif, maybe you want to review it:

[Components]
msmsgs = Off
Msnexplr = Off
zonegames = Off
certsrv_client = Off
chat = Off
media_clips = Off
paint = Off
templates = Off
freecell = Off
hearts = Off
minesweeper = Off
pinball = Off
solitaire = Off
spider = Off

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.

Responses to this topic


data/avatar/default/avatar01.webp

4 Posts
Location -
Joined 2003-08-01
OP
The issue that files with umlauts can't be deleted only happens in the command prompt of course. But i guess there must be a way to do this?

data/avatar/default/avatar01.webp

4 Posts
Location -
Joined 2003-08-01
OP
Sorry that i'm replying to my own thread all the time, but i found the reason why the Umlauts stuff happens; the command prompt expects DOS-coded characters, but when i create a batch file with a windows editor, they are Windows / ANSI encoded! I'll try using DOS-characters.

data/avatar/default/avatar01.webp

4 Posts
Location -
Joined 2003-08-01
OP
Yes, that solved it. I had to convert ANSI to OEM/DOS charset.

I hope the other stuff will be included in the official guide though, and maybe you could make a note about the ANSI/OEM thing for foreign users.