|
-
Aug 18th, 2012, 07:44 AM
#1
Thread Starter
New Member
[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!!!!
-
Aug 18th, 2012, 08:19 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|