home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / Lotus / Beanmach / DATA1.CAB / Application_Files / bin / master.ddf < prev    next >
Text File  |  1997-11-05  |  2KB  |  63 lines

  1. ; Template for master.ddf
  2. ; Copyright 1996, Microsoft Corporation
  3. ; Version 1.00, 16 July 1996
  4.  
  5. ; Leave this setting.
  6.  
  7. .OPTION EXPLICIT 
  8.  
  9. ;*********************************
  10. ; Insert the name for the file that you will have users download
  11. ; (i.e. the one you will call via the <OBJECT> tag). This can
  12. ; be anything you would like. Make sure to leave the .cab extension.
  13. ;
  14. .Set CabinetNameTemplate=DownloadFile.cab
  15. ;*********************************
  16.  
  17. ; Leave these settings
  18.  
  19. .Set DiskDirectoryTemplate=
  20. .Set Cabinet=on
  21. .Set Compress=on
  22. .Set MaxCabinetSize=0
  23. .Set MaxDiskSize=CDROM
  24.  
  25. ; Since you will want to consider code-signing your cab files,
  26. ; to make downloading safer and to provide you with the advantages
  27. ; coming with code signing, you will want to include the line below.
  28. ; You can comment it out if you choose not to use code-signing; however,
  29. ; if you don't, many people will not download your package.
  30. ; Depending on your certification company, the size of this may get smaller.
  31.  
  32. .Set ReservePerCabinetSize=6144
  33.  
  34. ; ***********************
  35. ; In this section, you will list your files.
  36.  
  37. ; If these files are not located in the local directory, you must
  38. ; provide a full or relative pathname.
  39.  
  40. ; The first file is the name of the first CAB you created with the 
  41. ; ClassPack.ddf template.
  42. ; Its name was set in line 19 of the template, which began
  43. ; .Set CabinetNameTemplate=
  44. ; If you chose to use an uncompressed .ZIP instead, list that here.
  45.  
  46. CabFileName.cab
  47.  
  48. ; The second file is the name of the .inf you created with the 
  49. ; master.inf template.
  50. ; This is the name you saved the file as and the name you included
  51. ; on the InfFile= line.
  52.  
  53. master.inf
  54.  
  55. ; Any DLL's or other native code you've decided to install should
  56. ; be listed here, one per line.
  57.  
  58.  
  59.  
  60. ; That's all--you're finished!
  61.  
  62. ; ***********************
  63.