home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2003 November / PCWELT_11_2003.ISO / pcwsoft / Pebuilder305.z.exe / changes.txt next >
Encoding:
Text File  |  2003-09-02  |  4.0 KB  |  107 lines

  1. # PE Builder changes.txt
  2.  
  3. Sep 2, 2003
  4. - v3.0.4-BETA
  5. - Bugfix: DHCP service did not start when building from Windows Server 2003
  6.   This has been fixed.
  7.  
  8. Sep 1, 2003
  9. - v3.0.3-BETA
  10.   Bugfix: MoveFileEx failed when your temp folder and the PE Builder 
  11.   output folder where located on different volumes.
  12.   The error from the log would be something like:
  13.   --
  14.   Error: MoveFileEx "C:\DOCUME~1\Bart\LOCALS~1\Temp\peb27A.tmp" to 
  15.   "f:\pebldr\i386\inf\netmscli.inf" returned error 17: The system 
  16.   cannot move the file to a different disk drive.
  17.   Error: delLine() failed 
  18.   --
  19.  
  20. Aug 27, 2003
  21. - v3.0.2-BETA
  22. - PE Builder now "remembers" all GUI input.
  23. - Added a plugin dialog where you can enable/disable plugins.
  24. - Some other small fixes.
  25.  
  26. Aug 26, 2003
  27. - v3.0.1-BETA
  28. - Added verbose checkbox in output dialog
  29. - Added [AddLine], [DelLine] and [SetValue] section
  30.   With these sections you can add/delete lines from text-based files or
  31.   set/delete values from inf-based files.
  32. - Updated PE Builder to use addline, delline and setvalue to patch
  33.   netmscli.inf, netnb.inf and nettcpip.inf
  34.  
  35. - v3.0.0-BETA
  36. - Changed almost the entire layout of the pebuilder.inf file
  37.   Sections [SourceDisksFiles], [WinntDirectories] now have different layouts
  38.   see pebuilder.inf file for more info.
  39. - Removed software.inf, now in pebuilder.inf section "Software.[Add/Del]Reg"
  40. - Removed setupreg.inf, now in pebuilder.inf section "SetupReg.AddReg"
  41. - Removed default.inf, now in pebuilder.inf section "Default.[Add/Del]Reg"
  42. - Made some changes to the builder engine.
  43.   Preparing it for plugin support.
  44. - In verbose mode "-v option" now all regadd/regdel lines are printed.
  45. - Sometimes the ISO build would start after file copy errors, fixed.
  46. - Added Plugin support.
  47. - Added "append" section to append a file to another.
  48. - Added auto Directory ID. When ID is 0 (zero) PE Builder will create a unique ID.
  49.   A next plugin INF file will get a new ID.
  50.  
  51. Jul 23, 2003
  52. - v2.0.2b-BETA
  53. - When building using languages, like Dutch/French/German you get this error:
  54.     /cygdrive/c/pebuilderv202/mkisofs: Joliet tree sort failed.
  55.     Returned exitcode 65535
  56.     Error: ISO builder (mkisofs) returned error code 65535
  57.   These non-english versions of windows have filenames that go over the 
  58.   maximum allowed length for Joliet filenames (103 chars).
  59.   Updated mkisofs.exe to version 2.01a17 for ISO-9660:1999 (version 2)
  60.   filesystem support.
  61.   Only trouble is that mkisofs iso level 4 creates filenames in lowercase.
  62.   Had to patch mkisofs.c so that it would produce filenames in uppercase, or 
  63.   else the NTLDR (setupldr.bin) and kernel cannot find the correct files on
  64.   CD-Rom.
  65.   Updated pebuilder to reflect mkisofs changes.
  66.   Note! This means that the generated ISO image does not have Joliet extensions 
  67.   anymore!
  68.   Also updated cygwin1.dll, the newer version of mkisofs.exe needs it.
  69. - Some users are reporting that pebuilder incorrectly reports "wrong version"
  70.   on "%windir%\system32\ntoskrnl.exe". I could not reproduce this, but I
  71.   added a "continue anyway" option for this.
  72.  
  73. Jul 23, 2003
  74. - v2.0.2a-BETA
  75. - Bugfix:
  76.   WritePrivateProfileString 
  77.   (setupdata,osloadoptions,"/fastdetect /minint",c:\pebldr\i386\txtsetup.sif)
  78.   returned 5: Access is denied. 
  79.   infChanges() failed
  80.   You will receive this error when copying the windows files from 
  81.   readonly media (CD-Rom).
  82.   This has been fixed.
  83.  
  84. Jul 23, 2003
  85. - v2.0.2-BETA Released to the public
  86. - added a help file pebuilder.hlp
  87.  
  88. Jul 22, 2003
  89. - Changed pebuilder.inf added "remote desktop connection"
  90. - Changed pebuilder.inf added "document and settings"
  91.  
  92. Jul 21, 2003
  93. - changed dir ids. When dirid is >= 30000 path is created from the root.
  94. - change dirnames. When directory name start with an asterisk "*" the 
  95.   directory is always created, even if it contains no files to copy to 
  96.   it.
  97.  
  98. Jul 3, 2003
  99. - v2.0.1-BETA
  100. - Network support did not work in Server 2003, fixed
  101. - Added nu2menu
  102. - Added [InfChanges.<buildnr>] and [InfChanges.<buildnr>.<spacknr>] 
  103.   section to pebuilder.inf
  104.  
  105. Jun 1, 2003
  106. - v2.0.0-BETA
  107.