klasika, on Jun 16 2004, 06:15 PM, said:
1. In the add user string
<adduser>Adding user #1#</adduser>
<addusertogroup>Adding user #1# to group #2#</addusertogroup>
<addgroup>Adding group #1#</addgroup>
is the user name to be added between # or it shluld be added somwhere else? Same for user group. How about password?
The #1# is where the username is "injected". There is no syntax for adding the password.
klasika, on Jun 16 2004, 06:15 PM, said:
2. Can these strings be safely removed? Or is it just enough if they're left empty?
<copy>Copying #1# (#2#/#3# - #4#)</copy>
<move>Moving #1# (#2#/#3# - #4#)</move>
<delete>Deleting #1# (#3#)</delete>
<shortcut>Adding shortcut: #1#</shortcut>
They can be removed if you aren't using those functions. You can remove them and still run them, it would just show up blank. *shrugs*
klasika, on Jun 16 2004, 06:15 PM, said:
3. For installing hotfixes (like Q's ... and KB's) can I use same switches as in batch files?
Yes.
klasika, on Jun 16 2004, 06:15 PM, said:
4. If I want to copy i386 folder from CD as well as $OEM$ sould I use this string?
<copy source='%SOURCEPATH%\i386\*.*' target='%SYSTEMDRIVE%\Windows\Options\i386' />
<copy source='%SYSTEMDRIVE%\Install\*.*' target='%SYSTEMDRIVE%\Windows\Options\Install' />
Seems ok to me - I think the example XML already has a "copy i386" item already.
EDIT: remove the *.* in each, and add mask="*.*" to the attributes of each tag.
klasika, on Jun 16 2004, 06:15 PM, said:
5. If I run Sysprep (Mini Setup mode) will all extra post-installation procedures be intiated again, onace Windows is restarted?
That one I don't have an answer for.
klasika, on Jun 16 2004, 06:15 PM, said:
I hope I don't ask too much

Nah, it's not too much