Last Updated: 13.IX.2007 Current Version is 1.8.5
What is it for:
Image Manager was written for use within Windows PE 2.0. It's purpose is to make imaging (saving or loading) a lot faster comparing to procedure used within dos. This program to work requires Symantec Ghost (ghost32.exe).
Click to view attachment
To run program you just need:
1. Working WinPE 2.0 solution
2. image_manager_<version>.exe
3. image_manager_config.xml file
4. ghost32.exe
Features:
1. Three simple steps to LOAD or SAVE image (skip one if you don't use mapped network drives)
2. Maps network drives (can map more then one drive with single click)
3. Preset settings in .xml file for easier/faster use.
- Option to check on SAVE for special files (to make sure the files are there before making image)
- Option to check on SAVE for sysprep files (to make sure sysprep.inf located in multiple locations is the same size and exists)
- Option to cleanup some directories that you always forget to clean before imaging
- Option to delete some files on LOAD (as in if you want to fix something and you know some .vbs/.exe file will be run on startup)
- Option to preset more then one domain account in .xml file for more convinient use of program
- Option to preset more then one (or just one) network share in .xml file for more convinient use of program
- Many more
Unfortunetly due to how WinPE works the files location has to be special. Program will look for config file on the same drive that "\Sources\BOOT.WIM" is located and will check if this path exists: "\Main\image_manager_config.xml". Don't worry if there are more then one directory like that. Program goes thru all drives looking for those 2 files. If it doesn't find the config file it will start in "Deploy" mode only. You won't be able to save image with it. But you will be able to deploy one. This is one of the features so if you have Build team that creates images you can share the WinPE USB PenDrive image with affiliate without need to give them option to create their own images. XML file is self explaining. Keep it similar to given examples.
Also ghost32.exe location also needs to be special. Program by default will look for it in directory GHOST\ghost32.exe that should be located in the same directory as image_manager_<version>.exe. However if program won't find ghost32.exe it will display FolderGUI (Similar to MyComputer) so you can easly find it. If you will find program will continue. If not tough luck.
Following ghost switches are used during creation of image:
-clone,mode=dump,src=1,dst="' & $ghost_file & '" -sure -fx -z9 -fni -fns -span -auto'
Following ghost switches are used during loading of image:
-clone,mode=restore,src="' & $ghost_file & '",dst=1,sze1=80P -sure -auto -fx'
You can force change of them in .XML file (check config, entries on top). I suggest to not touch it unless you know what you are doing.
Download program and config file (packed in .zip) below
Version 1.8.5 - Image Manager 1.8.5.exe and Click to view attachment
Archive download
Version 1.8.4 - Image Manager 1.8.4.exe and Click to view attachment
Changelog:
Version 1.8.5
- Added posibility to change settings for ghost32 (check newest config file)
Version 1.8.4
- First public release
Have a nice day! Feel free to provide ideas/suggestion and bug reports!
