views:

389

answers:

3

Hi friends.

I want to make a "Setup Maker" App with Delphi.

How can I create a exe files?

for example : Delphi Itself Compiler.

Tanks to All.

....NiliDelphi....

+9  A: 

if you mean installer program why don't you use Inno Setup

May be you know; it is a free installer program.

SimaWB
I second Inno Setup. It also allows you to customise the install process using Pascal code.
Nazar
Why would you make anything at all? The chance someone else have made it already is significant...
Vegar
+7  A: 

I think that you're asking the wrong thing, since installer applications ("setup makers") don't produce/compile new executables. They have 1 already compiled exe file. They just add additional resources/archives/files to it - that's all.

Alexander
It's the same for self extracting archives. It's just a premade exe 'put in front' of the zip file it self. The exe knows how to 'de-attach' the zipfile and extract the content.
Vegar
+2  A: 

When I read "How to Make a exe files with Delphi?"... I was tempted to answer "press F9"

lol