Hi Mike, On Fri, Jan 22, 2010 at 04:44, SoftTech <[email protected]> wrote: > Greetings All, > > Would appreciate your opinion on the best software to use to create an > installer for my product. Would prefer something that is easy to learn and > use. Would like to be able to install Firebird as part of the install and > then of course my product build with Delphi. Price is of course a > consideration as I don't want to break the bank. Would prefer a wizard > interface that walks you through the process is such a product exists. > Please provide links for any products recommended. > > Targeting Windows XP and above. > > Thanks, > Mike
have a look at InnoSetup, it's free: http://www.jrsoftware.org/isinfo.php InnoSetup is easy to learn (basically just an ini file you write) but there are also graphical tools like ISTool. Be sure to download the QuickStart Pack http://www.jrsoftware.org/isdl.php#qsp which contains all you need. After installation just run ISTool. As for Firebird you can just download the zip file of your Firebird version and then let your setup call instreg.exe and instsvc.exe to setup Firebird. Just make sure you install the MSVCRT redistributable msi package first. HTH, Markus __________________________________________________ Delphi-Talk mailing list -> [email protected] http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-talk
