Board index » delphi » How do I Include a Setup Program

How do I Include a Setup Program

How can I have a proper Installation for my delphi Programs? i.e.Run
setup.exe and it installs everything fine. Like most professional apps
and shareware products have.

I am a delphi 1 user.

Barry
Reply via e-mail if possible
Start your day with a quote!
http://www.therightside.demon.co.uk/quotes/groucho/index.htm

 

Re:How do I Include a Setup Program


On Wed, 04 Jun 1997 21:44:45 GMT, rbjo...@therightside.demon.co.uk (RBJ)
wrote:

Quote
>and shareware products have.

>I am a delphi 1 user.

If you are programming from Windows95 in Delphi 1.x you might consider
InstallShield Express 2.0, otherwise you will have to make do with
InstallShield3.

Both these products can be found at http://www.installshield.com/ although
InstallShield3 has no information anymore. You can however fill out a
request to get information on it.

Another product is WISE. It may be cheaper, but also uses a scripting
interface (same as InstallShield3). You can find WISE at
http://www.glbs.com/.

But I believe that InstallShield is the industry-standard and you cannot go
wrong with them.

Happy coding

Stefan Paetow
ellipse data systems

== owner@ ==
== ellipse- ==
== data.com ==
== Fix the ==
== above for ==
== address ==

-
=========================================================================
=  Any opinions here are my personal opinions, not those of my company  =
=            Home on the web: http://www.ellipse-data.com/              =
=             Delphi Super Page: http://ftp.is.co.za/dsp/               =
=  Delphi User Groups in South Africa: http://www.delphi.co.za/dugg/    =
=========================================================================

Re:How do I Include a Setup Program


This is a multi-part message in MIME format.

------=_NextPart_000_01BC71CF.9CEEDCC0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

There are a couple of options.  I'll quickly dismiss option #1, namely,
write an install program yourself from scratch.  Although Delphi provides
lots of tools, and there are even some install components out there, if
you're going to do a proper job of it (not hard-coded, handle all the
options, etc), you're looking at a monstrous job.  Option #2 is prefered:
buy a commercial product specifically to build installs.  As far as I can
tell, all are good, but I chose "Wise Installation System" because it
specifically supports the BDE.  Contact them at www.glbs.com and expect to
spend a half-day learning the product.

Hope this helps <--- Chuck

RBJ <rbjo...@therightside.demon.co.uk> wrote in article
<3395d7e9.105...@news.demon.co.uk>...

Quote
> How can I have a proper Installation for my delphi Programs? i.e.Run
> setup.exe and it installs everything fine. Like most professional apps
> and shareware products have.

> I am a delphi 1 user.

> Barry
> Reply via e-mail if possible
> Start your day with a quote!
> http://www.therightside.demon.co.uk/quotes/groucho/index.htm

------=_NextPart_000_01BC71CF.9CEEDCC0
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<html><head></head><BODY bgcolor=3D"#FFFFFF"><p><font size=3D2 =
color=3D"#000000" face=3D"Arial">There are a couple of options. =
&nbsp;I'll quickly dismiss option #1, namely, write an install program =
yourself from scratch. &nbsp;Although Delphi provides lots of tools, and =
there are even some install components out there, if you're going to do =
a proper job of it (not hard-coded, handle all the options, etc), you're =
looking at a monstrous job. &nbsp;Option #2 is prefered: buy a =
commercial product specifically to build installs. &nbsp;As far as I can =
tell, all are good, but I chose &quot;Wise Installation System&quot; =
because it specifically supports the BDE. &nbsp;Contact them at =
www.glbs.com and expect to spend a half-day learning the =
product.<br><br>Hope this helps &lt;--- Chuck<br><br>RBJ &lt;<font =
color=3D"#0000FF"><u>rbjo...@therightside.demon.co.uk</u><font =
color=3D"#000000">&gt; wrote in article &lt;<font =
color=3D"#0000FF"><u>3395d7e9.105...@news.demon.co.uk</u><font =
color=3D"#000000">&gt;...<br>&gt; How can I have a proper Installation =
for my delphi Programs? i.e.Run<br>&gt; setup.exe and it installs =
everything fine. Like most professional apps<br>&gt; and shareware =
products have.<br>&gt; <br>&gt; I am a delphi 1 user.<br>&gt; <br>&gt; =
Barry<br>&gt; Reply via e-mail if possible<br>&gt; Start your day with a =
quote!<br>&gt; <font =
color=3D"#0000FF"><u>http://www.therightside.demon.co.uk/quotes/groucho/i=
ndex.htm</u><font color=3D"#000000"><br>&gt; </p>
</font></font></font></font></font></font></font></body></html>
------=_NextPart_000_01BC71CF.9CEEDCC0--

Re:How do I Include a Setup Program


Quote
In article <01bc720a$494db4c0$92a16bc7@mycomputer> "Chuck Becker" <clbec...@jps.net> writes:
>There are a couple of options.  I'll quickly dismiss option #1, namely,
>write an install program yourself from scratch.  Although Delphi provides
>lots of tools, and there are even some install components out there, if
>you're going to do a proper job of it (not hard-coded, handle all the
>options, etc), you're looking at a monstrous job.  Option #2 is prefered:
>buy a commercial product specifically to build installs.  As far as I can
>tell, all are good, but I chose "Wise Installation System" because it
>specifically supports the BDE.  Contact them at www.glbs.com and expect to
>spend a half-day learning the product.
>Hope this helps <--- Chuck
>RBJ <rbjo...@therightside.demon.co.uk> wrote in article
><3395d7e9.105...@news.demon.co.uk>...
>> How can I have a proper Installation for my delphi Programs? i.e.Run
>> setup.exe and it installs everything fine. Like most professional apps
>> and shareware products have.

I second this recommendation, and agree with Chuck's choice of product.  There
are, of course, a number of installers on the market, and even more that are
freeware or shareware.  But if you want to "cut to the quick and buy one
that'll probably do exactly what you want," I'd choose Wise.  In fact, I did.

Re:How do I Include a Setup Program


Be careful with InstallShield Express 2.0.  Although it is supposed to, it
does not handle the BDE installation properly when working with Delphi
3/BDE 4.

Chuck Becker <clbec...@jps.net> wrote in article
<01bc720a$494db4c0$92a16bc7@mycomputer>...
There are a couple of options.  I'll quickly dismiss option #1, namely,
write an install program yourself from scratch.  Although Delphi provides
lots of tools, and there are even some install components out there, if
you're going to do a proper job of it (not hard-coded, handle all the
options, etc), you're looking at a monstrous job.  Option #2 is prefered:
buy a commercial product specifically to build installs.  As far as I can
tell, all are good, but I chose "Wise Installation System" because it
specifically supports the BDE.  Contact them at www.glbs.com and expect to
spend a half-day learning the product.

Hope this helps <--- Chuck

RBJ <rbjo...@therightside.demon.co.uk> wrote in article
<3395d7e9.105...@news.demon.co.uk>...

Quote
> How can I have a proper Installation for my delphi Programs? i.e.Run
> setup.exe and it installs everything fine. Like most professional apps
> and shareware products have.

> I am a delphi 1 user.

> Barry
> Reply via e-mail if possible
> Start your day with a quote!
> http://www.therightside.demon.co.uk/quotes/groucho/index.htm

----------

Re:How do I Include a Setup Program


Quote
RBJ (rbjo...@therightside.demon.co.uk) wrote:

: How can I have a proper Installation for my delphi Programs? i.e.Run
: setup.exe and it installs everything fine. Like most professional apps
: and shareware products have.

Try out Chief's Installer Pro (location below).

Best regards, The Chief
--------
Dr. A{*word*73}la A. Olowofoyeku (The African Chief)
Email: la...@keele.ac.uk
Author of: Chief's Installer Pro 3.50 for Win16 and Win32:
           Winner of PC PLUS Magazine Gold Award (April 1995 U.K. edition)
           http://ourworld.compuserve.com/homepages/African_Chief/
           ftp://ftp.simtel.net/pub/simtelnet/win3/install/chief350.zip  

Other Threads