With all due respect to the author(s) of MSFN's Unattended Windows Guide (which I often use for reference), I couldn't find solutions to some of my problems listed below. Sorry if I missed something and the answers can still be found in the Guide.
1) I want to try AutoIt 3.3 to make some addons for unattended setup of XP SP3. I was inspired by Rado's excellent video tutorial on AutoIt but, unfortunately, it's not in English and doesn't cover the switches required for particular addons. Therefore, I would like to know more about the switches and especially how one can know the switches required for silent installation of different addons.
2) How can I install my addons from XPCD to a partition different from $OEM$/$1? Should I use a batch file to copy the CABs to a different partition (e.g., D:\) and launch it from over there?
3) I want to apply some registry tweaks after the XP setup finishes. I have found an easy way which allows adding the registry tweaks directly to "AddUsrReg" section of MrNxDmX's IE7 addon's INI files but not unsure if it's the right way to chose since I read about different setup phases like T-13, etc. and am afraid to do something wrong during the critical phases of installation. Should I add the registry tweaks to HIVESYS.inf instead?
Thank you very much in advance!