Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GSD's Updater
#10
Sure, create your own compression tool. Download vbGORE, take the Compressions.bas and AllFilesInFolder.bas from the \Code\Common Code\ folder. Use AllFilesInFolder to get all the files in the folder that you specify, then use the compression (probably LZW since you're only compressing once per update). Enter in your source path you got from the AllFilesInFolder's return array of file paths, then enter the destination path as SourcePath & ".compressed" or something. That way, when you decompress it client-side after updating, you specify the destination as the same path but minus the ".compressed". Bam, 1 click all-file compression, and easy compression/decompression with a single sub call. Can't get any easier then that! 8)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)