home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Utilitare / pebuild / changes.txt < prev    next >
Text File  |  2004-12-16  |  32KB  |  736 lines

  1. PE Builder change log file
  2.  
  3. v3.1.0 public
  4.  
  5. Changes to pebuilder.exe:
  6. - Fixed a bug when adding storage drivers. PE Builder did not add the last 
  7.   line from the "HardwareIds.scsi.xxx" section.
  8.  
  9. Changed items:
  10. - the help files (help\*.htm) have been updated.
  11. - Updated plugin\ramdisk\ramdriv.sys to v5.2.10.2m. Should fix freezing 
  12.   problems on boot when running on Virtual PC.
  13. - Updated pebuilder.inf, added traffic.dll (needed for pathping.exe)
  14. - Updated pebuilder splashscreen and the bartpe wallpaper (blue look).
  15.  
  16. Added items:
  17. - added plugin\ultravnc. VNC can be run in server mode, so you can connect 
  18.   to BartPE system.
  19.  
  20. Removed items:
  21. - added plugin\vncviewer. You should now use ultravnc.
  22.  
  23. v3.0.37 beta
  24. Changes to pebuilder.exe:
  25. - Fixed a bug when adding some network drivers. PE Builder did not handle 
  26.   empty Sections correctly and reported something like "Error: Section 
  27.   "DEFAULTDESTDIRS" does not exist..."
  28. - Fixed program crash when hitting Escape key while building.
  29. - Changed default font to tahoma, this way pebuilder also looks nice when 
  30.   running in BartPE. Yes pebuilder runs fine on BartPE.
  31.  
  32. v3.0.36 beta
  33. Changes to pebuilder.exe:
  34. - Fixed a bug when adding some network drivers. PE Builder did not handle 
  35.   the INF DestinationDirs Section correct as described in Windows DDK Device 
  36.   Installation.
  37. - Fixed a bug when adding some network drivers. PE Builder did not select the 
  38.   correct CopyFiles Section.
  39.  
  40. v3.0.35
  41. New items:
  42. - added a first version of my own network configuration GUI (netconfig.exe)
  43.   You can find it in the menu as system->network->Load Network Support (GUI)
  44.  
  45. Changes to pebuilder.exe:
  46. - Added hnetcfg.dll to pluging\bartpe\bartpe.inf, to fix filesharing trouble with winxp/sp2.
  47. - Filtered out "disk" and "tape" devices from the devicelist combobox.
  48. - Added an advanced option to enable absolute output path.
  49. - Fixed problem with compressed driver files (for example "yk51x86.sy_") in 
  50.   drivers folder.
  51. - Fixed problem with some network drivers, where pebuilder complains about a 
  52.   section not having a copyfiles key. Pebuilder produced an error something like:
  53.   Error: File "c:\...\drivers\Net\cb102\CB102B.Reg" does not exist...
  54. - Fixed "cdrecord: No such file or directory" error when path to iso image 
  55.   contained spaces.
  56. - Many small internal code changes.
  57.  
  58. Changed items:
  59. - Updated plugin\ramdisk\ramdriv.sys to v5.2.10.1
  60. - Updated nu2menu to v0.3.49 (now supports hidden menu items)
  61. - Change plugin\bartpe, added the new Network Configuration Tool (netconfig.exe)
  62.   added Load Fileshare Support (msserver.cmd) and some other small changes.
  63.  
  64. v3.0.34
  65. Changes to pebuilder.exe:
  66. - Output directory is automatically created when using "-auto" argument.
  67. - Added CD burning (cdrecord.exe). Using Reanimatolog's Win32/Mingw32 
  68.   version 2.01 of mkisofs.exe and cdrecord.exe for this.
  69.   There is also a erase option and a combobox for selecting the writer 
  70.   device.
  71. - Fixed a bug in processing driver INF files (in drivers folder), this 
  72.   caused intel drivers failing to load (error 5 access denied). Now all 
  73.   sections (not only the first) from a copyfiles line are processed.
  74.  
  75. Changed items:
  76. - pebuilder.inf: Removed [BuildISO] exec values. Use the GUI to change 
  77.   burning option. I will add more customized options in next version.
  78. - Some small changes.
  79.  
  80. v3.0.33
  81. Changes to pebuilder.exe:
  82. - Completely new user interface. Because of this alot has changed!
  83. - Changed the icon.
  84. - Changed the splash screen.
  85. - When you start PE Builder for the first time, you must agree to the
  86.   license agreement.
  87. - On first build the windows end-user license agreement (eula.txt) is shown.
  88. - Added "skip building registry" and "skip building files" in the option
  89.   screen for advanced users.
  90. - Added "Build ISO (F5)" option to the "Builder" menu to quickly rebuild
  91.   the ISO image.
  92. - New command line options:
  93.   -auto -exit -overwrite -verbose -skipregistry -skipfiles -buildiso
  94.   See help index "Commandline options" for more info.
  95. - PE Builder now returns the number of errors while building as the
  96.   errorlevel.
  97. - When pebuilder starts building it first completely erases the output
  98.   folder. This is somewhat dangerous. Imagine what would happen if a user would
  99.   select c:\windows as the output path. So pebuilder now only accepts an
  100.   output path relative to the pebuilder directory. For example if you would
  101.   enter "BartPE" as the output path and pebuilder is located in your
  102.   "c:\pebuilder" directory the full output path becomes "c:\pebuilder\BartPE"
  103. - A few very small engine bug fixes.
  104. - A lot of other small changes and enhancements.
  105.  
  106. New items:
  107. - Included a new plugin "zz_peloader" that contains peloader.exe and
  108.   peshutdown.exe created by Pierre Mounir (TheTruth). PELoader is a shell loader
  109.   that removes the resource limits (user resources limit & 24 hour time limit)
  110.   from BartPE in a legal way, no need for any patches.
  111.   Thanks Pierre!!!
  112. - New way of adding network drivers. Just create a new folder in "drivers\Net"
  113.   and drop all vendor nic driver files in that new folder and pebuilder will automatically
  114.   include those drivers.
  115. - New way of adding storage drivers. Just create a new folder in
  116.   "drivers\SCSIAdapter" and drop storage driver files in that new folder. PE
  117.   Builder will automatically include those drivers. Please note that PE Builder
  118.   needs the drivers "txtsetup.oem" file and it ignores the *.inf driver files.
  119. - Added a slipstream dialog that helps less advanced users to slipstream 
  120.   their windows installation files. See menu "source->slipstream".
  121.  
  122. Changed items:
  123. - plugin\ghost8, some small changes
  124. - plugin\nu2menu, new version and some small changes to menu xml file.
  125. - split plugin\bartpe and plugin\penetcfg into 2 separate plugins.
  126. - updated penetcfg to v2.20
  127. - removed plugin\nic_xxx, use the new way of adding drivers!
  128. - removed plugin\dsk_xxx, use the new way of adding drivers!
  129.  
  130. v3.0.32
  131. Changes to pebuilder.exe:
  132. - Pebuilder needed a very minor fix to support Windows XP SP2 Release
  133.   Candidate 1 (RC1)
  134.   To get the SP2 RC1 go here:
  135.   http://www.microsoft.com/technet/prodtechnol/winxppro/sp2preview.mspx
  136.  
  137. New items:
  138. - plugin\dsk_hpt3xx: HighPoint HPT3xx ATA RAID Driver
  139. - bartpe.bmp: the new official "BartPE" wallpaper, created by Henk de
  140.   Jong.
  141.  
  142. Changed items:
  143. - plugin\nu2menu:
  144.   * Updated nu2menu.exe to v0.3.45. Added @Exit() function.
  145.   * New program nu2menumsg.exe, this program can send simple script
  146.   commands to nu2menu.exe. See reboot.cmd for an example.
  147.   * Added nu2go.bmp: New "go" button.
  148.   * New command "reboot" to reboot BartPE from a batch/command script.
  149. - plugin\a43: Update A43 File Manager to v2.26
  150.  
  151. v3.0.31
  152. - plugin\bartpe:
  153. - plugin\network:
  154.   updated penetcfg.exe to v2.1.1 build1 (same version but file is
  155.   different?!?)
  156.  
  157. v3.0.30
  158. This version is the first official public release with "built-in"
  159. network support (using bartpe/penetcfg)!
  160.  
  161. Changes to pebuilder.exe:
  162. - New button "search" added to the source dialog.
  163.   This will search your system for valid windows XP/2003 installation
  164.   locations.
  165.   First check (registry):
  166.     hive=HKEY_LOCAL_MACHINE subkey=SOFTWARE\Microsoft\Windows\CurrentVersion\Setup value=SourcePath
  167.     hive=HKEY_LOCAL_MACHINE subkey=SOFTWARE\Microsoft\Windows NT\CurrentVersion value=SourcePath
  168.   Second check (windir):
  169.     The current windows directory will be checked
  170.   Third check (drive search):
  171.     All local fixed disk and CD-Rom drives are searched, on fixed disk
  172.     only a list of paths will be searched, currently only the root, but
  173.     I can easily add other known locations. On CD-Rom drives the
  174.     entire media is searched.
  175.   When the source path editbox is empty, search function will go off automatically.
  176. - New button "check" added, this will show if source path is valid,
  177.   the windows productname and the windows CD name.
  178. - Changed SourceDiskFiles attribute value "4".
  179.   It was not possible to optionally copy files from the windows source
  180.   CD, for example: "msvbvm50.dll=2,,4" would give an error.
  181.   This has been fixed.
  182. - Changed the order of processing plugin INF sections, swapped
  183.   SourceDisksFiles and SourceDisksFolders
  184.   The old order was:
  185.     WinntDirectories, SourceDisksFiles, SourceDisksFiles.x86,
  186.     SourceDisksFiles.<buildnr>, SourceDisksFolders,
  187.     SourceDisksFolders.<buildnr>
  188.   The new order is:
  189.     WinntDirectories, SourceDisksFolders,
  190.     SourceDisksFolders.<buildnr>, SourceDisksFiles,
  191.     SourceDisksFiles.x86, SourceDisksFiles.<buildnr>,
  192. - Fixed GUI deadlock, when you have used "autobuild" and manually
  193.   (re)moved the source directory, next time you started pebuilder.exe
  194.   would get you in a deadlock situation, clicking "next" did not take
  195.   you to the next dialog window.
  196.  
  197. Changed items:
  198. - Updated bartpe.exe to v1.2.3
  199.   The "-minint" option is now compatible with "factory.exe -minint".
  200. - plugin\bartpe:
  201.   updated penetcfg.exe to v2.1.1 build1
  202.   file sharing now also works!
  203. - plugin\dospe: when sertain files not exist the copy will not fail anymore.
  204. - plugin\autorun: updated keydown.exe to v1.1
  205.   (dospe and autorun changes done by Erwin Veermans)
  206. - plugin\network:
  207.   updated penetcfg.exe to v2.1.1 build1
  208.  
  209. v3.0.29
  210. New items:
  211. - plugin\bartpe: Network Support [bartpe/penetcfg]
  212.   Network support using pebart.exe by Bart Lagerweij and penetcfg.exe
  213.   by theTruth (no need for factory.exe and [s]netcfg.exe!)
  214.   Warning: this plugin is a BETA version!
  215.   Note: file sharing does not work correctly at this time!
  216.  
  217. Removed items:
  218. - plugin\penet (see the new plugin\bartpe)
  219.  
  220. Changed items:
  221. - plugin\dsk_cpqcissm\cpqcissm.inf: added id
  222.   "PCI\VEN_0E11&DEV_0046&SUBSYS_409D0E11" to support Smart Array 6400
  223.   U320 EM Controller
  224. - plugin\pehdinst\pehdinst.cmd: PE Hardisk Installed updated to v1.0.3
  225.   Added a check for a "bartpe.tag" file before removing folders like
  226.   \minint and \programs on the target drive. This will prevent
  227.   accidental removal for those directories when a user already has a
  228.   \programs folder on his system before installing BartPE.
  229. - plugin\a43: updated A43 File Management Utility to v2.24
  230.  
  231. v3.0.28
  232. - plugin\penet\penet.htm: fixed typo
  233.  
  234. v3.0.27
  235. Changed items:
  236. - plugin\total commander\files folder was missing, added.
  237. - plugin\total commander\totalcmd.inf: added "files" to wincmd.key.
  238. - plugin\mcafee\mcafee.inf: fixed missing file scangui.txt
  239. - fixed some typos.
  240.  
  241. New items:
  242. - plugin\snapshot: Drive snapshot tool (shareware)
  243.   Included with permission from the author.
  244. - plugin\penet: Network Support [PENET]
  245.   Network support using penet.exe by Bart Lagerweij
  246.   (instead of netcfg.exe or snetcfg.exe)
  247.   Warning, this plugin is a BETA version!
  248.  
  249. v3.0.26
  250. Changes to pebuilder.exe:
  251. - Fixed bug that caused "Error: loadKey failed" when using the builder
  252.   on Windows 2000 systems and using the source files from CD.
  253.  
  254. Changed items:
  255. - plugin\patch_824146.htm: fixed typo
  256. - plugin\mcafee: Updated scangui.exe to v1.0.3
  257. - plugin\a43: updated A43 File Management Utility to v2.19
  258.   (Fixed sorting bug when sorted by name on launching A43)
  259.  
  260. v3.0.25
  261. Changes to pebuilder.exe:
  262. - Changed the source input path check, changed file version from 1106
  263.   (sp1a) into 1045 (sp1).
  264. - Added "buildnr" to Software.AddReg, Software.AddReg,
  265.   Software.DelReg, SetupReg.AddReg, Default.AddReg, Default.DelReg,
  266.   SourceDisksFiles and SourceDisksFolders section
  267.   Sample:
  268.   [SourceDisksFiles.2600]
  269.   files\xp\sp2\ole32.dll=2,,1           ; for XP
  270.   [SourceDisksFiles.3790]
  271.   files\2k3\rtmgdr\ole32.dll=2,,1       ; for 2k3
  272. - When an invalid directoryID is specified in sourcedisksfolders
  273.   pebuilder would crash. Fixed it, pebuilder print an error about not
  274.   finding the ID.
  275.  
  276. New items:
  277. - plugin\patch_824146: RPCSS Service Security Patch (KB824146)
  278. - plugin\sermouse: Serial Mouse driver
  279. - plugin\mozillaembed: Mozilla Embedded webbrowser
  280.  
  281. Changed items:
  282. - plugin\mcafee: Added a GUI (scangui.exe) to start the scanner.
  283. - pebuilder.inf, the environment path variable was set twice, so the
  284.   second entry wrote over the first one. Fixed.
  285. - plugin\nu2menu\nu2menu.xml, removed color depth.
  286.   This does not work on all video adapters.
  287.  
  288. v3.0.24
  289. Changes to pebuilder.exe:
  290. - Input parameter are no longer saved to pebuilder.inf. They now are saved to a
  291.   separate file input.inf, this way the pebuilder.inf file stays somewhat
  292.   unchanged for most of us.
  293. - Added an extra value for SourceDisksFiles/attribute.
  294.   Value 4 means: only copy the file if it exists. Don't complain when it does
  295.   not exist. Handy for "trying" to copy file that "may" exist.
  296.  
  297. New items:
  298. - plugin\dsk_cpqcissm: Added plugin for HP/Compaq Smart Array 5x and 6x Driver
  299.  
  300. Changed items:
  301. - plugin\!profiles: The ProfilesDir environment variable was not set
  302.   correct, fixed.
  303. - plugin\total commander\totalcmd.inf: Updated. Try to copy wincmd.key
  304. - plugin\total commander\wincmd.ini: Updated.
  305.   added "StartupScreen=0" option to remove the Splash Screen...
  306. - plugin\total commander\totalcmd.htm: Updated.
  307. - plugin\bst5\bst5.inf: Updated. Try to copy bst5.key
  308. - plugin\nu2menu\nu2menu.inf: Updated. Try to copy nu2go.bmp
  309. - plugin\bst5\bst5.htm: Updated.
  310. - plugin\nic_intelpro\nic_intelpro.inf: Updated.
  311.   The plugin did not work on all systems.
  312.   Now including .cat, .din and prounstl.exe.
  313.  
  314. v3.0.23
  315. Changes to pebuilder.exe:
  316. - Changed the source input path check, you cannot continue when you
  317.   are using windows xp sp0 or lower.
  318.  
  319. New items:
  320. - A43 File Management Utility - as the new explorer replacement.
  321.   It is small, it loads fast, just what we need. The program is written
  322.   by B.G. Miller and it is included with PE Builder with permission from
  323.   the author. He even made some small changes to the program so that it
  324.   would run from a readonly media without trouble, isn't that great!
  325. - plugin\!profiles: This plugin creates the "Profiles" folder to store
  326.   user profiles. It creates the %systemroot%\Profiles\All Users\Desktop
  327.   and the %systemroot%\Profiles\Default User\Desktop folders. Where
  328.   %systemroot% is \i386 (on CD) and \minint (on HD). The
  329.   DefaultUserProfile and AllUsersProfile is set to point to these 2
  330.   directories. This should avoid any conflicts with existing "documents
  331.   and settings" folders when installing BartPE to harddisk, next to an
  332.   existing windows installation (boot.ini). Also this will avoid any
  333.   language conflicts. The profiles directory is the same on any language
  334.   now.
  335.   This plugin replaces the old !document.inf plugin! Note that this
  336.   plugin does not create the "document and setings" folder!
  337.  
  338. Changed items:
  339. - plugin\network:
  340.   Changed line in network.inf to "penetcfg\penetcfg-*.ini=2,,1"
  341.   This will copy all ini file starting with "penetcfg-"
  342.   Also added custom A: and C: profiles.
  343.   Fixed some small things.
  344. - plugin\nic_intelpro: Updated Intel PRO 100/1000 network adapter plugin
  345.   This replaces the old nic_e100b325 and nic_e1000325 plugin!
  346. - plugin\pehdinst: PE Hardisk Installed updated to v1.0.2 Installing
  347.   BartPE to FAT system volume is now also working. This plugin replaces
  348.   the "pecd2hd" plugin! You can also use the PE Harddisk installer to
  349.   install from the PE Builder output directory, no need to burn a CD!
  350.   Very handy for testing BartPE!
  351. - plugin\total commander: Updated total commander plugin for version 6
  352. - plugin\nu2menu: Updated nu2menu.exe to v0.3.44.
  353.   We think there is a bug in server 2003, when booting winPE from
  354.   harddisk and the shell program tries to load a bitmap image from
  355.   file. Created a workaround in nu2menu for this.
  356. - plugin\aspi\aspi.inf: Added help entry.
  357. - Updated the pebuilder.hlp file a little bit.
  358.  
  359. Removed items:
  360. - 2xexplorer plugin. It was loading very slow, on some systems
  361.   it didn't start. To much trouble.
  362. - plugin\nic_e100b325, see plugin\nic_intelpro
  363. - plugin\nic_e1000325, see plugin\nic_intelpro
  364. - plugin\pecd2hd, see plugin\pehdinst
  365. - plugin\!document.inf
  366.  
  367. v3.0.22
  368. Changes to other files:
  369. - nu2menu.xml: replaced "cmd.exe /c start
  370.   @GetWinDir()\system32\[CPL_Name]" into "rundll32.exe
  371.   shell32.dll,Control_RunDLL @GetWinDir()[CPL_Name]"
  372. - Added ghost8 plugin.
  373. - Added aspi plugin.
  374. - Updated penetcfg to v2.0. Added 2 profiles, one for dhcp one for static IP.
  375.  
  376. v3.0.21
  377. - Bugfix: There was a directory ID overlap in the "sourcedisksfolders"
  378.   function. This caused files to get copied into the wrong directory.
  379. - Rewrote some internal functions for handling directory IDs.
  380.  
  381. v3.0.20
  382. Changes to pebuilder.exe:
  383. - BugFix: The registry data field "%RamDrv%\@ProfilesDir@" resulted in
  384.   "%RamDrv%\Documents and". The number of bytes to write was set to the
  385.   old (unparsed) string. This has been fixed.
  386.  
  387. v3.0.19
  388. Changes to pebuilder.exe:
  389. - Updated the peParse() function. Supported variables are now:
  390.   @ProfilesDir@, @IsoFile@, @OutDir@, @SourcePath@, @Verbose@,
  391.   @Build@, @Version@, @Program@, @PluginDir@
  392.   Note: variables are case sensitive!
  393.   Added this parser function to Section/variable:
  394.     WinntDirectories/dirname (existed there already)
  395.     BuildISO/exec
  396.     SourceDisksFiles/filename, filenameRenamed
  397.     SourceDisksFolders/sourcepath
  398.     Software.AddReg, SetupReg.AddReg, Default.AddReg/regKey, regValue,
  399.     regData (only when data is a string)
  400. - Added a new value to the "attribute" field (SourceDisksFiles
  401.   section). Add a value of "2" if you do not want files to decompress.
  402.   You can see this in the log file, "DecompressOrCopy file.." or "Copy
  403.   file.."
  404. - The "add files/folders from (custom) directory" now uses the normal
  405.   filecopy function (no decompress). This makes an exact copy!
  406. - Changed pebuilder.inf: Added a section "BuildISO" and value "exec"
  407.   to hold the mkisofs commandline.
  408. - The builder now cleans up the temporarily files used for registry
  409.   building.
  410. - The builder (and plugin check) now handles absolute filenames correctly.
  411.   Example:
  412.     [SourceDisksFiles]
  413.     C:\Programme\AntiVirenKit professional\*.*=a,,1
  414.   or
  415.     [SourceDisksFiles]
  416.     \\corp-server\data\Network Associates\Mcafee\Superdat\sdat*.exe=a,,1
  417. - Added sourcedisksfolders section. This section allows you to copy a folder
  418.   including all files and subdirectories.
  419.   Example:
  420.     [SourceDisksFolders]
  421.     ; when openoffice folder is in plugin directory
  422.     openoffice=a
  423.   or
  424.     [SourceDisksFolders]
  425.     ; when openoffice folder is at c:\
  426.     c:\openoffice=a
  427. - Changed some other builder functions to support some of the new
  428.   changes.
  429. - When the appendFile() function failed ("append" section)
  430.   It would not say what file it did not find. This has been fixed.
  431. - The root directory (id 30000) is now created in pebuilder.exe and
  432.   the line is remove from pebuilder.inf
  433. - The xpsp1res.dll (Windows XP) is now copied in the correct (default)
  434.   language. So the about box in notepad is now in the correct language.
  435.  
  436. Changes to other files:
  437. - Changed mkisofs.exe, removed some of the output warnings.
  438. - Updated pebuilder.inf: Added Virtual Disk Service. Now diskpart.exe
  439.   should also work in server 2003.
  440. - Updated pebuilder.inf: Added a pebuilder key and version value,
  441.   ControlSet001\Control\PE Builder\Version
  442. - Updated pebuilder.inf: Fix for "failed to create an empty document"
  443.   when starting wordpad now adding "msftedit.dll".
  444. - Updated pebuilder.inf: Added \bin to path environment.
  445. - Updated custom.inf: Disabled the timezone.
  446. - Updated 2xExplorer.inf: 2xexplorer would not start on windows XP
  447.   sometimes, I added a registry settings for "User Shell Folders", hopes
  448.   this fixes this. Hmm, didn't work... Must be missing something else.
  449.   Anyone?
  450. - Updated dospe.inf: now version 1.0.5
  451. - Updated nic_el2k_xp plugin.
  452. - Added nic_e1000325 plugin. Intel PRO/1000 Adapter driver
  453. - Added nic_e100b325 plugin. Intel PRO/100 Adapter driver
  454.  
  455. v3.0.18
  456. - v3.0.17 copied PENetCfg.exe with the name netcfg.exe and the real
  457.   netcfg.exe was overwritten by PENetCfg.exe. Fixed this.
  458.  
  459. v3.0.17
  460. - PE Builder can now build without the need of an already installed
  461.   workstation. So, the only source files needed is the Windows XP/2003
  462.   installation/setup CD-Rom. Coooool! This has changed the internal
  463.   build engine, so it needs a good test. Specially non-english versions
  464.   of Windows XP needs to be tested. When you build a non-english version
  465.   of XP please compare the folder \i386\WinSxS against the output from
  466.   Microsoft's Windows PE toolkit v1.2 or against %windir%\WinSxS.
  467. - bootfont.bin is now also copied. Mainly used in non-english languages.
  468. - Added Broadcom 440x network driver plugin (bcm4sbxp).
  469. - Added Broadcom BCM57xx NetXtreme gigabit driver plugin (b57xp32)
  470. - Changed network support plugin.
  471.   Now including PE network configurator by TheThruth.
  472. - Added keyboard layout plugin by Boris Mebarek.
  473.  
  474. v3.0.16b
  475. - Fixed re-adding columns after adding a plugin.
  476. - All titles of all dialogs now include version number.
  477. - Minor wheel mouse fix in custom.inf
  478. - Minor fix in mcafee.inf
  479. - Some minor fixes...
  480.  
  481. v3.0.16a
  482. - Updated custom.inf and pebuilder.inf.
  483.   v3.0.16 had wrong version of the files.
  484.  
  485. v3.0.16
  486. - Added 2xExplorer as the explorer replacement.
  487.   Got permission from the author to include it in pebuilder.
  488. - Added confirmation box to overwrite a plugin when the plugin
  489.   directory already exists.
  490. - Removed "-beta" from version string.
  491. - Removed "driver storage" plugin.
  492. - Added "dsk_fasttx2k" as a new storage driver plugin.
  493. - Added mouse control panel.
  494. - Added date and time control panel.
  495. - Added accessibility options control panel.
  496. - Updated nero plugin, now all files are in the "files" directory.
  497. - Added "-auto" commandline option (for autobuild).
  498. - Added background info (bginfo) plugin.
  499. - Updated chkdsk plugin.
  500. - Updated dospe plugin.
  501. - Updated mcafee plugin, now also adding the superdat (sdat*.exe) file.
  502. - Added more command line tools:
  503.   cacls.exe, comp.exe, compact.exe, convert.exe, fc.exe, find.exe
  504.   findstr.exe, finger.exe, hostname.exe, label.exe, lpq.exe,
  505.   lpr.exe, makecab.exe, mountvol.exe, nbtstat.exe, pathping.exe,
  506.   print.exe, replace.exe, route.exe, sort.exe, subst.exe, tftp.exe
  507. - Updated custom.inf, added timezone info for "GMT+01:00"
  508.   This is the timezone where I live in...
  509.  
  510. v3.0.15-BETA
  511. - The verbose checkbox did not stay checked next time you ran
  512.   pebuilder. Fixed.
  513.  
  514. v3.0.14a-BETA
  515. - Removed quick fix for "spanish" about boxes in wordpad and so.
  516.   Does not work when build from win2003, must rework/think about that.
  517. - added network_nu2menu.xml, forgotten, (oops)
  518.  
  519. v3.0.14-BETA
  520. - ramdisk.inf plugin, change the "tmp" and "temp" environment
  521.   variables from "b:\" into "b:". The ending backslash gives trouble to
  522.   some applications.
  523. - nu2menu updated to v0.3.43. This version has a new function
  524.   "@ShowRunDialog()" to show the default windows run dialog.
  525.   (thanks to Cyberian)
  526. - The "Add files/folders in from (custom) directory" option in the
  527.   source dialog, now also add's the files even when no ISO is generated.
  528. - Did a quick fix for "spanish" about boxes in wordpad and so.
  529. - Added a "what to do" dialog. This has the option to build using
  530.   previous settings or to (re)generate and iso image from the last
  531.   build.
  532. - Moved nu2menu from \programs to \programs\nu2menu
  533.   Please replace any @programdir() menus with @programdrive()\programs
  534. - Rearranged the menu
  535. - Added "autorun" plugin created by Erwin Veermans
  536. - Added "dospe" plugin created by Erwin Veermans
  537. - Added plugin to run chkdsk.exe
  538. - Added riched32.dll, used by wordpad.exe (and others)
  539. - Added file associations for wordpad
  540. - Removed the network dialog from pebuilder.exe.
  541.   Network support can now be enabled using the plugin "Network Support".
  542. - Added "network support" plugin
  543.   This plugin includes "static ip" using:
  544.   GNetCfg.exe from http://mitglied.lycos.de/cybtools/
  545.   IPChange3.0.exe from http://www.csparks.com/ipchange/
  546.   dhcpip.cmd by Ed Myers
  547.   network.inf by Davide Cavalca
  548. - Added "network autostart" plugin. You can easily autostart the
  549.   network by enabling this plugin.
  550. - Fixed typo in putty plugin.
  551. - Changed nero plugin, hope pebuilder doesn't complain about missing some files.
  552. - Changed adaware.cmd
  553. - open/save file/folder dialogs now showing file extensions and hidden
  554.   files and folders.
  555.   Also "My Documents" now points to the system drive.
  556. - off by one browser now defaults to www.google.com
  557. - pebuilder now support wildcards in filenames
  558.   Sample: *netcfg*.exe=2,netcfg.exe,1
  559.   Will take any file(s) matching "*netcfg*.exe" and copy/rename it to "netcfg.exe"
  560.   Sample: *.dll=a,,1
  561.   Will copy all "*.dll" files into the folder with ID "a"
  562.  
  563. v3.0.13-BETA
  564. - Added an edit button to the plugin dialog to edit the .inf file.
  565. - The "document and settings" folder is now created from hivesft.inf
  566.   DEFAULT_PROFILES_DIR string so it should now have the correct name in any
  567.   languages.
  568. - The ISO file setting was not preserved, fixed it.
  569. - Plugin cab files can now also have subdirectories.
  570. - Fixed a few minor things...
  571.  
  572. v3.0.12-BETA
  573. - Files in plugin folder can now also be "compressed".
  574.   PE Builder checks if the file exists or if a compressed version exists (ends
  575.   with '_').
  576. - Added a ramdisk plugin, default drive is B:, default size 32MB.
  577.   I'm using QSoft's ramdisk, with permission from author.
  578.   This version has "popups", but when keeping the size small the popups
  579.   will never show...
  580.   You can find/access the ramdrive using %temp%, %tmp% or %ramdrv% environment
  581.   variables.
  582. - Added a Nero Buring Rom plugin.
  583.   This is pretty cool. Burn/copy a CD/DVD from within WinPE.
  584.   You should not "boot" using your CD/DVD writer!
  585.   Boot from some other device.
  586.   The Nero cache will be set to the first found harddisk.
  587. - Added some extra checks before the builder engine starts.
  588.   Checking if file "win51" and "win5i?" exists in windows source path.
  589.   This should prevent any "Insert Windows XP CD-Rom..." errors while booting.
  590. - Changed adaware plugin, now using %temp% (ramdisk) to run from.
  591. - Moved all programs under the \Programs folder.
  592.   Updated all plugins for that.
  593. - Removed the option dialog. Move the bootfix option into a plugin.
  594. - In verbose mode the DWORD_REG data was always printed in the log as
  595.   0x0, fixed.
  596.  
  597. Sep 15, 2003
  598. v3.0.11-BETA
  599. - Added an "Add" button to the plugin dialog. This will allow you to
  600.   easily add a plugin. The plugin file *must* be a .cab file.
  601. - Added a "Remove" button to the plugin dialog. This will remove any
  602.   directories and files in the selected plugin.
  603. - I forgot to include all pluginhelp (*.htm) files with v3.0.10, fixed.
  604.  
  605. Sep 12, 2003
  606. v3.0.10-BETA
  607. - Added help support option for plugins.
  608.   Add a "help" key to the "pebuilder" section.
  609.   Sample:
  610.           [PEBuilder]
  611.           Name="Bart's Stuff Test (free edition)"
  612.           Enable=1
  613.           Help="bst5.htm"
  614.   This will launch "bst5.htm" when the user hits the "PluginHelp"
  615.   button.
  616.   This way a plugin writer can provide the user with information to
  617.   download some files or how to use the plugin...
  618. - Added some .htm plugin help files.
  619. - Added "file must exist before you can enable the plugin" attribute
  620.   (3th field) for plugins in the "SourceDisksFiles" section. This can be
  621.   handy when you want the user to download some file and put it in the
  622.   plugin directory before they can enable the plugin.
  623.   Sample:
  624.         [SourceDisksFiles]
  625.         putty.exe=a,,1
  626.   The 3th field set to "1" enables this option
  627. - Changed .inf files to have this new attribute when needed.
  628. - I noticed that v3.0.8 and v3.0.9 had the wrong startnet.cmd inside.
  629.   So snetcfg.exe could never have worked, fixed this.
  630.  
  631. Sep 8, 2003
  632. v3.0.9-BETA
  633. - Bugfix, the netcfg.exe was wrongly copied into snetcfg.exe (it
  634.   worked but shouldn't do that).
  635.  
  636. Sep 8, 2003
  637. v3.0.8-BETA
  638. - Added 2 buttons for navigating to error/warning.
  639. - When there where errors during building the "done" dialog displayed
  640.   the wrong messages.
  641. - Added snetcfg.exe support.
  642. - Added a message printing the Windows version from source path.
  643. - When you installed hotfixes to your windows kernel you will get:
  644.   "File Version Mismatch (source file version is 5.1.2600.1106 and
  645.   windir is 5.1.2600.1151)" This has been fixed.
  646. - Fixed complaining about wrong kernel version.
  647.  
  648. Changed plugin support a little bit:
  649. - Added "name" key to this section for plugin name.
  650. - Added "enable" key to this section to enable/disable a plugin.
  651.   So plugins are not being renamed to ".fni" extension anymore.
  652. - Added "pebuilder" section to the plugin .inf files to "validate" the
  653.   plugin.
  654. - Changed the dynamic directory ID allocation
  655.   Previous versions used the dirid value 0 (zero) to allocate a
  656.   dynamic directory id. This limited a plugin to only use 1 dynamic
  657.   directory id. Larger plugins can need more dynamic id's. So I
  658.   changed it to use 26 dynamic directory id's per plugin.
  659.   You must use an alpha character from 'A' until 'Z'.
  660.   For example:
  661.     Old style: "0=nu2menu,2"
  662.     New style: "a=nu2menu,2"
  663.  
  664.   *** Warning!
  665.   *** Check your "own" made plugins for these changes.
  666.  
  667. Sep 4, 2003
  668. - v3.0.7-BETA
  669. - Bugfix: Some users reported this error:
  670.   Error: CreateDirectory "c:" returned error 5: Access is denied.
  671.   Bug in the mkdir() function, fixed.
  672.  
  673. Sep 3, 2003
  674. - v3.0.6-BETA
  675. - Some OEM pre-install folders have no win51*.* tagfiles. PE Builder needs them.
  676.   PE Builder now checks for the "win51" tag file when you enter the path to the windows
  677.   installation files.
  678. - Some users reported this error:
  679.   Error: CreateDirectory "c:\pebldr\i386\msapps\msinfo" failed
  680.   The problem is that two directories (msapps\msinfo) are created at the same time.
  681.   This has been fixed.
  682.  
  683. Sep 2, 2003
  684. - v3.0.5-BETA
  685. - Bugfix: When building from some languages like French the
  686.   nettcpip.inf, netnb.inf and netmscl.inf files are in unicode format.
  687.   Added an auto unicode to ascii converter to get around this.
  688.  
  689. Sep 2, 2003
  690. - v3.0.4-BETA
  691. - Bugfix: DHCP service did not start when building from Windows Server 2003
  692.   This has been fixed.
  693.  
  694. Sep 1, 2003
  695. - v3.0.3-BETA
  696.   Bugfix: MoveFileEx failed when your temp folder and the PE Builder
  697.   output folder where located on different volumes.
  698.   The error from the log would be something like:
  699.   --
  700.   Error: MoveFileEx "C:\DOCUME~1\Bart\LOCALS~1\Temp\peb27A.tmp" to
  701.   "f:\pebldr\i386\inf\netmscli.inf" returned error 17: The system
  702.   cannot move the file to a different disk drive.
  703.   Error: delLine() failed
  704.   --
  705.  
  706. Aug 27, 2003
  707. - v3.0.2-BETA
  708. - PE Builder now "remembers" all GUI input.
  709. - Added a plugin dialog where you can enable/disable plugins.
  710. - Some other small fixes.
  711.  
  712. Aug 26, 2003
  713. - v3.0.1-BETA
  714. - Added verbose checkbox in output dialog
  715. - Added [AddLine], [DelLine] and [SetValue] section
  716.   With these sections you can add/delete lines from text-based files or
  717.   set/delete values from inf-based files.
  718. - Updated PE Builder to use addline, delline and setvalue to patch
  719.   netmscli.inf, netnb.inf and nettcpip.inf
  720.  
  721. - v3.0.0-BETA
  722. - Changed almost the entire layout of the pebuilder.inf file
  723.   Sections [SourceDisksFiles], [WinntDirectories] now have different layouts
  724.   see pebuilder.inf file for more info.
  725. - Removed software.inf, now in pebuilder.inf section "Software.[Add/Del]Reg"
  726. - Removed setupreg.inf, now in pebuilder.inf section "SetupReg.AddReg"
  727. - Removed default.inf, now in pebuilder.inf section "Default.[Add/Del]Reg"
  728. - Made some changes to the builder engine.
  729.   Preparing it for plugin support.
  730. - In verbose mode "-v option" now all regadd/regdel lines are printed.
  731. - Sometimes the ISO build would start after file copy errors, fixed.
  732. - Added Plugin support.
  733. - Added "append" section to append a file to another.
  734. - Added auto Directory ID. When ID is 0 (zero) PE Builder will create a unique ID.
  735.   A next plugin INF file will get a new ID.
  736.