Inno installation script file

This section is now closed.
Forum rules
Audacity 1.2.x is now obsolete. Please use the current Audacity 2.1.x version.

The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Locked
Aldeia
Posts: 2
Joined: Thu May 22, 2008 5:42 pm
Operating System: Please select

Inno installation script file

Post by Aldeia » Thu May 22, 2008 5:54 pm

Hi !

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

Many thank's

Aldeia

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Inno installation script file

Post by Gale Andrews » Thu May 22, 2008 10:41 pm

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
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Aldeia
Posts: 2
Joined: Thu May 22, 2008 5:42 pm
Operating System: Please select

Re: Inno installation script file

Post by Aldeia » Thu May 22, 2008 11:23 pm

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

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Inno installation script file

Post by Gale Andrews » Fri May 23, 2008 1:01 am

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
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Locked