I need a Setup / Installation program,
I remember coming across one, can't remember if it was in Samples or Contributions, but now I can't find it again.
Can anyone help please?
Setup Program
Setup Program
Many thanks
Ollie.
Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
Ollie.
Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
The best setup program by far is InnoSetup, the most of us use it for programm instalation, is a free for use even for commercial applications.
http://www.jrsoftware.org/isinfo.php
It works based on a Script "compiling" all your program resources (EXE, DLL, DBF, etc) and "melting" them all together into a single INSTALL.EXE file.
It's fully customizable, you can create directories, indicate where to place certain files, such DLLs, you can also create or modify entries in the registry or register DLL for Activex.
It's multilanguage also, you can specify in which language you want the installation to be performed.
http://www.jrsoftware.org/isinfo.php
It works based on a Script "compiling" all your program resources (EXE, DLL, DBF, etc) and "melting" them all together into a single INSTALL.EXE file.
It's fully customizable, you can create directories, indicate where to place certain files, such DLLs, you can also create or modify entries in the registry or register DLL for Activex.
It's multilanguage also, you can specify in which language you want the installation to be performed.
Saludos
R.F.
R.F.
-
- Posts: 454
- Joined: Sun Oct 30, 2005 6:37 am
- Location: Guangzhou(Canton),China
We use nsis , you can search and download nsis at sourceforge.org
Shuming Wang
remodified March 6
Shuming Wang
remodified March 6
Last edited by ShumingWang on Wed Mar 07, 2007 7:34 am, edited 1 time in total.
-
- Posts: 334
- Joined: Fri Oct 14, 2005 1:54 pm
For a long time we have used Setup2Go for .exe installation and Installer2Go when when we need msi installation. Both are free and easy to use.
http://www.dev4pc.com/
http://www.dev4pc.com/
-
- Posts: 824
- Joined: Thu Oct 13, 2005 7:39 am
- Location: Germany
NSIS can be found onEhab Samir Aziz wrote:I did not find that program at all ?? nsis
http://nsis.sourceforge.net/Main_Page
It´s a very good nstaller, easy to use and supports also the new look of InstallShield.
I suggest, also to download HM NIS Edit, an editor for the scripts. It´s includes a wizard to create installations on the fly.
Stefan
-
- Posts: 824
- Joined: Thu Oct 13, 2005 7:39 am
- Location: Germany