Removed some cruft.

This commit is contained in:
Sergey Popov 2008-09-20 13:09:16 +00:00
parent 99c042532b
commit 21ae62036d
2 changed files with 0 additions and 87 deletions

View file

@ -61,7 +61,6 @@ opts.AddOptions(
PathOption('prefix', 'autotools-style installation prefix', "/usr/local", PathOption.PathAccept),
PathOption('prefsdir', 'user preferences directory', ".wesnoth$version_suffix", PathOption.PathAccept),
PathOption('destdir', 'prefix to add to all installation paths.', "/", PathOption.PathAccept),
PathOption('windows_release_dir', 'Directory where windows release will be prepared.', "", PathOption.PathAccept),
BoolOption('prereqs','abort if prerequisites cannot be detected',True),
('program_suffix', 'suffix to append to names of installed programs',"$version_suffix"),
('version_suffix', 'suffix that will be added to default values of prefsdir, program_suffix and datadirname', ""),

View file

@ -1,86 +0,0 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
[Setup]
AppName=Battle for Wesnoth
AppVerName=Battle for Wesnoth 1.5.0
AppPublisher=David White
AppPublisherURL=http://www.wesnoth.org
AppSupportURL=http://www.wesnoth.org
AppUpdatesURL=http://www.wesnoth.org
DefaultDirName={pf}\Wesnoth 1.5.0
DefaultGroupName=Wesnoth 1.5.0
LicenseFile=$windows_release_dir\COPYING
OutputBaseFilename=wesnoth-$version-windows
OutputDir=$windows_release_dir
Compression=lzma
SolidCompression=yes
SourceDir=$windows_release_dir
UsePreviousAppDir=no
UsePreviousGroup=no
WizardImageFile=$packaging_dir\WindowsInstallerGraphic.bmp
WizardSmallImageFile=$packaging_dir\windows_installer_w_881.bmp
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: "*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs; Components: "Main"
[Icons]
Name: "{group}\Battle for Wesnoth (Fullscreen, Safe Mode)"; Filename: "{app}\wesnoth.exe"; Parameters: "--fullscreen"; WorkingDir: "{app}"; Components: "Main"
Name: "{group}\Battle for Wesnoth (Fullscreen)"; Filename: "{app}\wesnoth_i486.exe"; Parameters: "--fullscreen"; WorkingDir: "{app}"; Components: "Processor\486"
Name: "{group}\Battle for Wesnoth (Fullscreen)"; Filename: "{app}\wesnoth_p2.exe"; Parameters: "--fullscreen"; WorkingDir: "{app}"; Components: "Processor\P2"
Name: "{group}\Battle for Wesnoth (Fullscreen)"; Filename: "{app}\wesnoth_p4.exe"; Parameters: "--fullscreen"; WorkingDir: "{app}"; Components: "Processor\P4"
Name: "{group}\Battle for Wesnoth (Fullscreen)"; Filename: "{app}\wesnoth_k6.exe"; Parameters: "--fullscreen"; WorkingDir: "{app}"; Components: "Processor\K6"
Name: "{group}\Battle for Wesnoth (Fullscreen)"; Filename: "{app}\wesnoth_athlon.exe"; Parameters: "--fullscreen"; WorkingDir: "{app}"; Components: "Processor\Athlon"
Name: "{group}\Battle for Wesnoth (Windowed, Safe Mode)"; Filename: "{app}\wesnoth.exe"; Parameters: "--windowed"; WorkingDir: "{app}"; Components: "Main";
Name: "{group}\Battle for Wesnoth (Windowed)"; Filename: "{app}\wesnoth_i486.exe"; Parameters: "--windowed"; WorkingDir: "{app}"; Components: "Processor\486"
Name: "{group}\Battle for Wesnoth (Windowed)"; Filename: "{app}\wesnoth_p2.exe"; Parameters: "--windowed"; WorkingDir: "{app}"; Components: "Processor\P2"
Name: "{group}\Battle for Wesnoth (Windowed)"; Filename: "{app}\wesnoth_p4.exe"; Parameters: "--windowed"; WorkingDir: "{app}"; Components: "Processor\P4"
Name: "{group}\Battle for Wesnoth (Windowed)"; Filename: "{app}\wesnoth_k6.exe"; Parameters: "--windowed"; WorkingDir: "{app}"; Components: "Processor\K6"
Name: "{group}\Battle for Wesnoth (Windowed)"; Filename: "{app}\wesnoth_athlon.exe"; Parameters: "--windowed"; WorkingDir: "{app}"; Components: "Processor\Athlon"
Name: "{group}\Map Editor (Safe Mode)"; Filename: "{app}\wesnoth_editor.exe"; WorkingDir: "{app}"; Components: "Main"
Name: "{group}\Map Editor"; Filename: "{app}\wesnoth_editor_i486.exe"; WorkingDir: "{app}"; Components: "Processor\486"
Name: "{group}\Map Editor"; Filename: "{app}\wesnoth_editor_p2.exe"; WorkingDir: "{app}"; Components: "Processor\P2"
Name: "{group}\Map Editor"; Filename: "{app}\wesnoth_editor_p4.exe"; WorkingDir: "{app}"; Components: "Processor\P4"
Name: "{group}\Map Editor"; Filename: "{app}\wesnoth_editor_k6.exe"; WorkingDir: "{app}"; Components: "Processor\K6"
Name: "{group}\Map Editor"; Filename: "{app}\wesnoth_editor_athlon.exe"; WorkingDir: "{app}"; Components: "Processor\Athlon"
Name: "{group}\Multiplayer Server (Safe Mode)"; Filename: "{app}\wesnothd.exe"; WorkingDir: "{app}"; Components: "Main"
Name: "{group}\Multiplayer Server"; Filename: "{app}\wesnothd_i486.exe"; WorkingDir: "{app}"; Components: "Processor\486"
Name: "{group}\Multiplayer Server"; Filename: "{app}\wesnothd_p2.exe"; WorkingDir: "{app}"; Components: "Processor\P2"
Name: "{group}\Multiplayer Server"; Filename: "{app}\wesnothd_p4.exe"; WorkingDir: "{app}"; Components: "Processor\P4"
Name: "{group}\Multiplayer Server"; Filename: "{app}\wesnothd_k6.exe"; WorkingDir: "{app}"; Components: "Processor\K6"
Name: "{group}\Multiplayer Server"; Filename: "{app}\wesnothd_athlon.exe"; WorkingDir: "{app}"; Components: "Processor\Athlon"
Name: "{group}\Manual"; Filename: "{app}\manual_html\manual.en.html"; WorkingDir: "{app}"; Components: "Main"
Name: "{group}\Uninstall Battle for Wesnoth"; Filename: "{uninstallexe}"
Name: "{userdesktop}\Battle for Wesnoth"; Filename: "{app}\wesnoth_i486.exe"; Tasks: desktopicon; WorkingDir: "{app}"; Components: "Processor\486"
Name: "{userdesktop}\Battle for Wesnoth"; Filename: "{app}\wesnoth_p2.exe"; Tasks: desktopicon; WorkingDir: "{app}"; Components: "Processor\P2"
Name: "{userdesktop}\Battle for Wesnoth"; Filename: "{app}\wesnoth_p4.exe"; Tasks: desktopicon; WorkingDir: "{app}"; Components: "Processor\P4"
Name: "{userdesktop}\Battle for Wesnoth"; Filename: "{app}\wesnoth_k6.exe"; Tasks: desktopicon; WorkingDir: "{app}"; Components: "Processor\K6"
Name: "{userdesktop}\Battle for Wesnoth"; Filename: "{app}\wesnoth_athlon.exe"; Tasks: desktopicon; WorkingDir: "{app}"; Components: "Processor\Athlon"
Name: "{userdesktop}\Battle for Wesnoth (Safe Mode)"; Filename: "{app}\wesnoth.exe"; Tasks: desktopicon; WorkingDir: "{app}"; Components: "Main"
[Run]
Filename: "{app}\wesnoth_i486.exe"; Description: "Launch Battle for Wesnoth"; Flags: nowait postinstall skipifsilent; WorkingDir: "{app}"; Components: "Processor\486"
Filename: "{app}\wesnoth_p2.exe"; Description: "Launch Battle for Wesnoth"; Flags: nowait postinstall skipifsilent; WorkingDir: "{app}"; Components: "Processor\P2"
Filename: "{app}\wesnoth_p4.exe"; Description: "Launch Battle for Wesnoth"; Flags: nowait postinstall skipifsilent; WorkingDir: "{app}"; Components: "Processor\P4"
Filename: "{app}\wesnoth_k6.exe"; Description: "Launch Battle for Wesnoth"; Flags: nowait postinstall skipifsilent; WorkingDir: "{app}"; Components: "Processor\K6"
Filename: "{app}\wesnoth_athlon.exe"; Description: "Launch Battle for Wesnoth"; Flags: nowait postinstall skipifsilent; WorkingDir: "{app}"; Components: "Processor\Athlon"
[Types]
Name: "full"; Description: "Wesnoth complete installation"; Flags: iscustom
[Components]
Name: "Main"; Description: "Main Application"; Types: full; Flags: fixed
Name: "Processor"; Description: "Processor Optimization"; Types: full; Flags: fixed
Name: "Processor\All"; Description: "All CPU's"; Types: full; Flags: fixed
Name: "Processor\486"; Description: "Intel 486"; Types: full; Flags: exclusive
Name: "Processor\P2"; Description: "Intel Pentium 2"; Types: full; Flags: exclusive
Name: "Processor\P4"; Description: "Intel Pentium 4"; Types: full; Flags: exclusive
Name: "Processor\K6"; Description: "AMD K6"; Types: full; Flags: exclusive
Name: "Processor\Athlon"; Description: "AMD Athlon"; Types: full; Flags: exclusive