home *** CD-ROM | disk | FTP | other *** search
- # PE Builder changes.txt
-
- Sep 2, 2003
- - v3.0.4-BETA
- - Bugfix: DHCP service did not start when building from Windows Server 2003
- This has been fixed.
-
- Sep 1, 2003
- - v3.0.3-BETA
- Bugfix: MoveFileEx failed when your temp folder and the PE Builder
- output folder where located on different volumes.
- The error from the log would be something like:
- --
- Error: MoveFileEx "C:\DOCUME~1\Bart\LOCALS~1\Temp\peb27A.tmp" to
- "f:\pebldr\i386\inf\netmscli.inf" returned error 17: The system
- cannot move the file to a different disk drive.
- Error: delLine() failed
- --
-
- Aug 27, 2003
- - v3.0.2-BETA
- - PE Builder now "remembers" all GUI input.
- - Added a plugin dialog where you can enable/disable plugins.
- - Some other small fixes.
-
- Aug 26, 2003
- - v3.0.1-BETA
- - Added verbose checkbox in output dialog
- - Added [AddLine], [DelLine] and [SetValue] section
- With these sections you can add/delete lines from text-based files or
- set/delete values from inf-based files.
- - Updated PE Builder to use addline, delline and setvalue to patch
- netmscli.inf, netnb.inf and nettcpip.inf
-
- - v3.0.0-BETA
- - Changed almost the entire layout of the pebuilder.inf file
- Sections [SourceDisksFiles], [WinntDirectories] now have different layouts
- see pebuilder.inf file for more info.
- - Removed software.inf, now in pebuilder.inf section "Software.[Add/Del]Reg"
- - Removed setupreg.inf, now in pebuilder.inf section "SetupReg.AddReg"
- - Removed default.inf, now in pebuilder.inf section "Default.[Add/Del]Reg"
- - Made some changes to the builder engine.
- Preparing it for plugin support.
- - In verbose mode "-v option" now all regadd/regdel lines are printed.
- - Sometimes the ISO build would start after file copy errors, fixed.
- - Added Plugin support.
- - Added "append" section to append a file to another.
- - Added auto Directory ID. When ID is 0 (zero) PE Builder will create a unique ID.
- A next plugin INF file will get a new ID.
-
- Jul 23, 2003
- - v2.0.2b-BETA
- - When building using languages, like Dutch/French/German you get this error:
- /cygdrive/c/pebuilderv202/mkisofs: Joliet tree sort failed.
- Returned exitcode 65535
- Error: ISO builder (mkisofs) returned error code 65535
- These non-english versions of windows have filenames that go over the
- maximum allowed length for Joliet filenames (103 chars).
- Updated mkisofs.exe to version 2.01a17 for ISO-9660:1999 (version 2)
- filesystem support.
- Only trouble is that mkisofs iso level 4 creates filenames in lowercase.
- Had to patch mkisofs.c so that it would produce filenames in uppercase, or
- else the NTLDR (setupldr.bin) and kernel cannot find the correct files on
- CD-Rom.
- Updated pebuilder to reflect mkisofs changes.
- Note! This means that the generated ISO image does not have Joliet extensions
- anymore!
- Also updated cygwin1.dll, the newer version of mkisofs.exe needs it.
- - Some users are reporting that pebuilder incorrectly reports "wrong version"
- on "%windir%\system32\ntoskrnl.exe". I could not reproduce this, but I
- added a "continue anyway" option for this.
-
- Jul 23, 2003
- - v2.0.2a-BETA
- - Bugfix:
- WritePrivateProfileString
- (setupdata,osloadoptions,"/fastdetect /minint",c:\pebldr\i386\txtsetup.sif)
- returned 5: Access is denied.
- infChanges() failed
- You will receive this error when copying the windows files from
- readonly media (CD-Rom).
- This has been fixed.
-
- Jul 23, 2003
- - v2.0.2-BETA Released to the public
- - added a help file pebuilder.hlp
-
- Jul 22, 2003
- - Changed pebuilder.inf added "remote desktop connection"
- - Changed pebuilder.inf added "document and settings"
-
- Jul 21, 2003
- - changed dir ids. When dirid is >= 30000 path is created from the root.
- - change dirnames. When directory name start with an asterisk "*" the
- directory is always created, even if it contains no files to copy to
- it.
-
- Jul 3, 2003
- - v2.0.1-BETA
- - Network support did not work in Server 2003, fixed
- - Added nu2menu
- - Added [InfChanges.<buildnr>] and [InfChanges.<buildnr>.<spacknr>]
- section to pebuilder.inf
-
- Jun 1, 2003
- - v2.0.0-BETA
-