I complained about this new way of doing unattended in the beginning
but now i can see, it is a far better, easier and more customizable way.
I only have one problem though if I use
oscdimg.exe to compile
my ISO - it ends up putting every single file and folder name in uppercase.
This normally wouldnt be a problem but I am putting things on the start
menu and desktop and it just looks horrible!
Using
oscdimg.exe with these switches > -m -n -h -o -b
-m = Override 700Mb ISO limitation
-n = Allow long filenames
-h = Include hidden files and directories
-o = Encode duplicate files only once (saves about 4% of your Vista ISO)
-b = Make bootable
-nt = Make compatible with Windows NT v3.51 (not recommended, this leads to file renaming!)
There is no switch to toggle uppercase on and off when checking via
oscdimg.exe /?Here is the MS description straight from the command window >
CODE
Usage: OSCDIMG [options] sourceroot targetfile
-l volume label, no spaces (e.g. -lMYLABEL)
-t time stamp for all files and directories, no spaces, any delimiter
(e.g. -t12/31/2000,15:01:00)
-g encode GMT time for files rather than local time
-h include hidden files and directories
-n allow long filenames (longer than DOS 8.3 names)
-nt allow long filenames, restricted to NT 3.51 compatibility
-b "El Torito" boot sector file, no spaces
(e.g. -bc:\location\cdboot.bin)
-x compute and encode "AutoCRC" values in image
-o optimize storage by encoding duplicate files only once
-oi ignore diamond compression timestamps when comparing files
-os show duplicate files while creating image
(-o options can be combined like -ois)
Instead of using
oscdimg.exe I have gone back to the older
cdimage.exeTo use cdimage I use the following >
start cdimage.exe -l
ISOlabel -h -j1 -m -o -b\
ROOT_FOLDER\boot\etfsboot.com \
ROOT_FOLDER C:\
Vista.isoThis works fine (cdimage can use etfsboot.com to make Vista bootable) but you do
not have the Segoe font on the "Loading Boot Files" part at the very beginning, not
that I really care about this to be honest - in fact without it loading that font it seems
to load the boot files in about a quarter of the time!
The main thing is, using cdimage,
it does not put all your files and folder names in uppercase, it leaves the case intact.