Installation scripts under source control

For all your non-technical questions.
DaveC
Posts: 2
Joined: Thu Mar 17, 2005 8:48 am

Installation scripts under source control

Postby DaveC » Thu Mar 17, 2005 8:59 am

I'm looking for a replacement for Installshield Developer that can be run under source control, namely Subversion.

When I check out say V3.2 from Subversion, it will give me everything I need to create a product of that version. I'm hoping that your software will create an install script, such that if I say "make install", it will run the script and create an installable .exe for me, assuming it has been told what constituted that version.

I guess what I'm driving at is, can the whole installation exe be created from a single script, created with installaware?

TAI

Dave

sinan
Site Admin
Posts: 1020
Joined: Sat Nov 13, 2004 8:12 am
Contact:

Postby sinan » Thu Mar 17, 2005 5:45 pm

No, you need the entire project folder. A setup project contains:

    o MPR file, the installation project with links to other files:
    o MIA file, the setup script
    o DFM files, runtime dialogs
    o Support files (readme, license, etc)
    o Merge modules
    o Patch references

zchris
Posts: 92
Joined: Wed Feb 23, 2005 3:16 am
Location: Austria

Postby zchris » Fri Mar 18, 2005 3:34 am

Also note that the project and script files are text files. They were not made to be edited in notepad but you can see what changed between versions using tools like WinMerge.

DaveC
Posts: 2
Joined: Thu Mar 17, 2005 8:48 am

Postby DaveC » Wed Mar 23, 2005 10:21 am

Thanks for the replies.

Does that mean that the building of the installable file can be run from command line as opposed to through the GUI of Installaware ?

Hope that makes sense...

sinan
Site Admin
Posts: 1020
Joined: Sat Nov 13, 2004 8:12 am
Contact:

Postby sinan » Wed Mar 23, 2005 10:37 am

Absolutely. InstallAware has a command line build tool, and even an automation API you can call to build from your own code.


Return to “Non-Technical”

Who is online

Users browsing this forum: No registered users and 26 guests