I have re edit the script to this Save as SortIcons.VBS No all you have to do is add it to the RunOnceEx.cmd I have included a sfx file with the above script in it so the RunonceEx.cmd should look like this
I do not know if this will help but this adds a DVD drive to a virtual machine. I can not test this because I do not use Virtual Machines for installs Save as Add_DVD_VMachine.VBS Blue text is the name for the type of OS change to suit your needs. This script searches for a Virtual Network Save As Search_ForNetwork_VM.VBS I have added a SFX file with a bunch of VBS scripts for Virtual Machine there might be some thing in there that can help. It will extract to here %systemdrive%\VirtualMachineScripts Then it will open the folder where the script are.
Here use this VBS script if you have XP SP2 and all the updates installed. This is so you can use the most current shell32.dll as it get replaced by some of the updates. Save as CopyShell32.VBS
If you are on XP with SP 2 and all the updates. 1:\ Copy from here %systemdrive%\Windows\System32\Shell32.dll to a folder Example %Systemdrive%\Shell Then you can use Resource Hacker to mod that file.
1:\ You need a modified Uxtheme.dll then you can use 3rd part themes. 2:\ You need to make a theme file to use. Example My Theme For My McBlue.theme 3:\ Then you need a line in you Winnt.sif I have included a Uxtheme.dll with this post.
Yes it a copy that only TAP members should have. You have found out out why it was not release as a CTP for us Beta testers. This build was to buggy for that.
I took out that space I did not know if it was needed. Just add it to the array with the space at the end. This has the space added to the end. MyFile = Array("C:\install\disk0.txt","C:\install\disk1.txt","select volume ")
Here is a VBS script that checks for the CD letter then copy the file to the new location This color is the CD file that you must file in This color text is the location to where you copy to, you must fill it in Save As Copy.VBS