QUOTE (arctirus @ Aug 21 2009, 03:49 PM)

Yes, I know there are many hacks around this by using existing partitions, going to diskpart etc but is there a way, perhaps via a setting in autounattend.xml or hacking boot.wim so tomfoolery doesn't have to be utilized every time?
Also, before someone complains about 100mb not being that much space, it isn't the space I'm concerned about. I want my os partitions and system partitions to be the same. For instance, this causes trouble in Ghost corporate when one only has the option to image a single partition or a whole disk.
I have patched setup to allow just this.
fire up a hexeditor and edit winsetup.dll in dvdroot\sources and boot.wim\sources
after the mod you will be able to create a whole disk partition during setup by
manualy creating the partition, if you just click next windows will use the default
partition layout.
32 bit
Comparing files orig_winsetup.dll and mod_WINSETUP.DLL
00077798: 74 EB
64 bit
Comparing files orig_winsetup.dll and MOD_WINSETUP.DLL
00084AC4: 74 EB
premoded winsetup.dll here
http://www.mediafire.com/file/ao423wzdjko/...ed_winsetup.zipdoesnt work with unattended installs, someone better with IDA than me will have to give that a try
look sorta easy if you know assembly.