Page 1 of 1

Inno installation script file

Posted: Thu May 22, 2008 5:54 pm
by Aldeia
Hi !

Where I can get the script file (.iss) of the Audacity installation ?
This file is opensource ?

Many thank's

Aldeia

Re: Inno installation script file

Posted: Thu May 22, 2008 10:41 pm
by Gale Andrews
Aldeia wrote: Where I can get the script file (.iss) of the Audacity installation ?
This file is opensource ?
What is it you want to do? Inno can be downloaded here:
http://www.innosetup.com/isdl.php

The source code is available from the CVS link at the bottom of that page but is not GPL licensed. It can be modified and distributed under these conditions:
http://www.innosetup.com/files/is/license.txt

Re: Inno installation script file

Posted: Thu May 22, 2008 11:23 pm
by Aldeia
No, I don't want the Inno setup program but I want see the script used by Audacity installation.
Audacity installation use Inno setup to install the program.

As Audacity is open source I thought that the script used to install the program were also.

Many Thank's

Aldeia

Re: Inno installation script file

Posted: Fri May 23, 2008 1:01 am
by Gale Andrews
Yes we build a "Release" version of Audacity for Windows 98/ME and a "Unicode Release" version for 2000/XP/Vista and use different Inno installer setup scripts for each version to build the installers. Both scripts are in our source code and the script versions below are for building version 1.3.5:
http://audacity.cvs.sourceforge.net/aud ... iew=markup
http://audacity.cvs.sourceforge.net/aud ... iew=markup

The Release.txt file describes how the installers are built with the above scripts:
http://audacity.cvs.sourceforge.net/aud ... iew=markup

Audacity 1.3.6 will be released imminently. Are you planning to distribute Audacity?


Gale