Announcement

Collapse
No announcement yet.

Possible to make a ftp source for installer?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Possible to make a ftp source for installer?

    I run a game server and what Im trying to figure out is if setup factory can help me make a ftp source for the files instead of local.
    Basically need ti to download parts in rar or 7z or tar.gz format then once donwloaded have it extract the zips to C:
    Reason need to do it this way is the clien tis over 4gb compressed with setup factory so windows will nto execute the file and if I split it with setup factory the one pck file is almost 2gb of the client
    When it tries to recombine that particular pck file it broke into pieces get decompression errors
    So Ive seen it done before that the installer downlaods parts then extracts the files bypassing the limitations of windows to have a single exe

  • #2
    Originally posted by jaded2013 View Post
    Basically need ti to download parts in rar or 7z or tar.gz format then once donwloaded have it extract the zips to C:
    You can certainly do this - see the HTTP.Download() or FTP.Download() (plugin) functions for downloading from the web server, and the Zip plugin (*.zip files) or ZipEx plugin (*.zip and *.rar) for extracting the downloaded files.

    Ulrich

    Comment

    Working...
    X