Help - Search - Members - Calendar
Full Version: make DDF files
MSFN Forums > Microsoft Software Products - Discussion & Support > Windows 95/98/98SE/ME > Windows 9x Member Projects

   
Google Internet Forums Unattended CD/DVD Guide
the_guy
Does anyone know how to make a .ddf file for makecab? I'm planning on redoing my option pack with the hotfixes directly integrated into the install of the program. I need to know how to do this so I can repackage internet explorer.

the_guy
DarkShadows
Here is one of my old DDE files for a Ghost/Emergency Recovery boot disk I still use. They are just text files.
CODE
; DIAMOND Directive File (.ddf)for EBD.cab
.OPTION EXPLICIT
; Generate errors on variable typos
.Set CabinetNameTemplate=EBD.cab
.Set Cabinet=on
.Set Compress=on

;The files specified below are stored, compressed, in the cabinet file
ASPI8DOS.SYS
ASPIPPM1.SYS
ATTRIB.EXE
CHKDSK.EXE
DEBUG.EXE
DOSKEY.COM
EDIT.COM
EXT.EXE
FDISK.EXE
FORMAT.COM
GHOST.EXE
GUEST.EXE
GUEST.INI
HELP.BAT
MODULE.INI
MORE.COM
MOUSE.COM
MOUSE.INI
MSCDEX.EXE
NIBBLE.ILM
NTFS_MAN.txt
README.TXT
READNTFS.EXE
RESTART.COM
SYS.COM
XCOPY.EXE

;The files specified below are NOT stored in the cabinet file
;DRVSPACE.BIN
;SCANDISK.EXE
;SCANDISK.INI


Also see Microsoft Cabinet Software Development Kit
Petr
QUOTE (the_guy @ Sep 25 2005, 03:36 AM)
Does anyone know how to make a .ddf file for makecab? I'm planning on redoing my option pack with the hotfixes directly integrated into the install of the program. I need to know how to do this so I can repackage internet explorer.

the_guy
*


Here you can find makecab.doc - rather old, but I think there were not many changes:

http://download.microsoft.com/download/pla...n-us/cabsdk.exe

Petr
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.