Creating a client installer
OK this is probably very simple for some people, however I have never done this type of work before. Basically I have a working copy of a modified client on my pc, I am trying to create an installer from these files and have had only minimal luck in doing so. The installer I created is the exact same size as the installed client. What tools would I use to pack these files up and create an installer. Thank you for any help.
Re: Creating a client installer
use winrar create a self extracting archive good luck :D
Re: Creating a client installer
I appreciate the response, however I am looking for something more professional looking.
Re: Creating a client installer
Try this
Inno Setup
Its setup utility that allows you to use 7-zip archives. So you would archive the client with 7-zip then write a setup script using innosetup. I haven't used this so can't help if you run into problems
~ Drakaer
Re: Creating a client installer
Inno Setup is a good choice.
other choices are here:
install maker - Google-Suche
quite easy to use google :D:
nah now for real, it depends on what you exactly want. For doing small installers all tools are ok, even SFX of archivers. For professional Installers i whould use MSI-Studio or Installshield Wizard ( both are not for free :wink: )
Re: Creating a client installer
I use CreateInstall Free and Install Creator (clickteam).
Re: Creating a client installer
Try using Nullsoft its opensource and highly scriptable
NSIS Wiki Main Page
Re: Creating a client installer
I personally use a setup creator called QSetup:
Q-Setup Program, Developer Installation Software, Windows Installer - MSI
QSetup is also very easy to use and figure out for in-experienced setup builders ;)
---------- Post added at 02:50 PM ---------- Previous post was at 02:47 PM ----------
I know QSetup does also cost, but I am pretty sure they permit a "trial"; and even though I cannot help you, per forum rules, you can always find (torrent) a 'cracked' copy of QSetup opposed to paying for it ;)
Re: Creating a client installer
Quote:
Originally Posted by
343
I personally use a setup creator called QSetup:
Q-Setup Program, Developer Installation Software, Windows Installer - MSI
QSetup is also very easy to use and figure out for in-experienced setup builders ;)
---------- Post added at 02:50 PM ---------- Previous post was at 02:47 PM ----------
I know QSetup does also cost, but I am pretty sure they permit a "trial"; and even though I cannot help you, per forum rules, you can always find (torrent) a 'cracked' copy of QSetup opposed to paying for it ;)
Nullsoft also has a bunch of "nubcake" script builders, just look on the site :laugh:
Re: Creating a client installer
I believe it, not trying to discredit what anyone else uses or knows about; I just happen to have 'fallen in love' with QSetup because it seems to have a lot to offer to anyone new or experienced. :) I'm sure there are plenty other ones out there though.