Advertisement
Niyo

ddfFile

May 12th, 2015
436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. ;*** Sample Source Code MakeCAB Directive file example
  2. ;
  3. .OPTION EXPLICIT ; Generate errors
  4. .Set CabinetNameTemplate=InfoPathFile.xsn
  5. .set DiskDirectoryTemplate= ; All cabinets in a single directory
  6. .Set CompressionType=MSZIP;** All files are compressed in cabinet files
  7. .Set UniqueFiles="OFF"
  8. .Set Cabinet=on
  9. ;***.Set DiskDirectory1=SAMPLECAB.CAB
  10. manifest.xsf
  11. myschema.xsd
  12. sampledata.xml
  13. template.xml
  14. upgrade.xsl
  15. view1.xsl
  16. ;*** Add more files, if more files were extraced
  17. ;*** <the end>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement