View Single Post
  #1  
Old 5th Oct 02, 06:10 PM
hallallujahman hallallujahman is offline
New Member
 
Join Date: Dec 2001
Posts: 8
hallallujahman
Windows Compact Disk Management Script (WINCDMAN)
Objective:

Create a script that handles all the necessary upgrades one might want to do with a Windows NT/2000/XP CD.

Automated Process:

Copy CD install(s) to temporary location.
Slip Stream service pack into installation.
Extract hot-fixes and service packs.
Remove irrelevant hot-fix files.
Integrate hot-fix files into CD install.
Recompile necessary cabinet files.
Extract the disk boot images (if multi-boot).
Edit the disk boot images (if multi-boot).
Remove setup prompt for CD-Key (if desired and possible).
Find any duplicate files (i.e. TEST.EX_ and TEST.EXE)
Compress any new files.
Create the ISO image.
Burn the CD with a working boot sector.

Proposed Solution:

The script will handle all the necessary file operations for slipstreaming a Windows 2000 single / multi-boot CD and integrating any hot-fixes in it. The script is written in batch code using a collection of utilities and Windows Command Extensions (won't work under Win 9X).

h..p://berns.cae.wisc.edu/pages/wincdman.asp
Reply With Quote