Change log # PE Builder changes (from v3.0.28 until v3.0.30) v3.0.30 This version is the first official public release with "built-in" network support (using bartpe/penetcfg)! Changes to pebuilder.exe: - New button "search" added to the source dialog. This will search your system for valid windows XP/2003 installation locations. First check (registry): hive=HKEY_LOCAL_MACHINE subkey=SOFTWARE\Microsoft\Windows\CurrentVersion\Setup value=SourcePath hive=HKEY_LOCAL_MACHINE subkey=SOFTWARE\Microsoft\Windows NT\CurrentVersion value=SourcePath Second check (windir): The current windows directory will be checked Third check (drive search): All local fixed disk and CD-Rom drives are searched, on fixed disk only a list of paths will be searched, currently only the root, but I can easily add other known locations. On CD-Rom drives the entire media is searched. When the source path editbox is empty, search function will go off automatically. - New button "check" added, this will show if source path is valid, the windows productname and the windows CD name. - Changed SourceDiskFiles attribute value "4". It was not possible to optionally copy files from the windows source CD, for example: "msvbvm50.dll=2,,4" would give an error. This has been fixed. - Changed the order of processing plugin INF sections, swapped SourceDisksFiles and SourceDisksFolders The old order was: WinntDirectories, SourceDisksFiles, SourceDisksFiles.x86, SourceDisksFiles.<buildnr>, SourceDisksFolders, SourceDisksFolders.<buildnr> The new order is: WinntDirectories, SourceDisksFolders, SourceDisksFolders.<buildnr>, SourceDisksFiles, SourceDisksFiles.x86, SourceDisksFiles.<buildnr>, - Fixed GUI deadlock, when you have used "autobuild" and manually (re)moved the source directory, next time you started pebuilder.exe would get you in a deadlock situation, clicking "next" did not take you to the next dialog window. Changed items: - Updated bartpe.exe to v1.2.3 The "-minint" option is now compatible with "factory.exe -minint". - plugin\bartpe: updated penetcfg.exe to v2.1.1 build1 file sharing now also works! - plugin\dospe: when sertain files not exist the copy will not fail anymore. - plugin\autorun: updated keydown.exe to v1.1 (dospe and autorun changes done by Erwin Veermans) - plugin\network: updated penetcfg.exe to v2.1.1 build1 |