Results 1 to 2 of 2

Thread: [HELP] How To Make A Installer

  1. #1
    New Member
    Join Date
    Aug 12
    Posts
    2

    Exclamation [HELP] How To Make A Installer

    I want to know how to make a Installer like a Minecraft mod installer were it installs the files that i want to the file its set too.
    Please Help!!!!


  2. #2
    PowerPoster
    Join Date
    Feb 12
    Location
    West Virginia
    Posts
    4,951

    Re: [HELP] How To Make A Installer

    That is not really an installer. You are talking about merging files or appending to a file. Depending on what you need to do and what type of data is in the file you would either use open for append and a print # statement or open for Binary with a seek and put or you would use open for input and read the existing file up to the point where the new data should go writing the data to a new file then read the rest of the existing file and write to a new file then replce the existing file with the new file.

    Again this is not really an installer it is something specific to a game and could vary greatly depending on what that games requires.

    btw Do not start more than 1 thread for the same question

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •