mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
d3f01371f0
svn path=/icecast/trunk/icecast/; revision=14985
65 lines
2.6 KiB
Plaintext
65 lines
2.6 KiB
Plaintext
; Script generated by the Inno Setup Script Wizard.
|
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
|
|
|
[Setup]
|
|
AppName=Icecast2 Win32
|
|
AppVerName=Icecast 2.3.2
|
|
AppPublisherURL=http://www.icecast.org
|
|
AppSupportURL=http://www.icecast.org
|
|
AppUpdatesURL=http://www.icecast.org
|
|
DefaultDirName={pf}\Icecast2 Win32
|
|
DefaultGroupName=Icecast2 Win32
|
|
AllowNoIcons=yes
|
|
LicenseFile=..\COPYING
|
|
InfoAfterFile=..\README
|
|
OutputDir=.
|
|
OutputBaseFilename=icecast2_win32_2.3.2_setup
|
|
WizardImageFile=icecast2logo2.bmp
|
|
WizardImageStretch=no
|
|
; uncomment the following line if you want your installation to run on NT 3.51 too.
|
|
; MinVersion=4,3.51
|
|
|
|
[Tasks]
|
|
Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; MinVersion: 4,4
|
|
|
|
[Dirs]
|
|
Name: "{app}\web"
|
|
Name: "{app}\admin"
|
|
Name: "{app}\doc"
|
|
Name: "{app}\logs"
|
|
Name: "{app}\examples"
|
|
|
|
|
|
[Files]
|
|
Source: "Release\Icecast2win.exe"; DestDir: "{app}"; Flags: ignoreversion
|
|
Source: "Release\icecast2console.exe"; DestDir: "{app}"; Flags: ignoreversion
|
|
Source: "Release\icecastService.exe"; DestDir: "{app}"; Flags: ignoreversion
|
|
Source: "..\examples\*"; DestDir: "{app}\examples"; Flags: ignoreversion
|
|
; Source: "..\doc\icecast2.chm"; DestDir: "{app}\doc"; Flags: ignoreversion
|
|
Source: "..\web\*.xsl"; DestDir: "{app}\web"; Flags: ignoreversion
|
|
Source: "..\web\*.png"; DestDir: "{app}\web"; Flags: ignoreversion
|
|
Source: "..\web\*.jpg"; DestDir: "{app}\web"; Flags: ignoreversion
|
|
Source: "..\web\*.css"; DestDir: "{app}\web"; Flags: ignoreversion
|
|
Source: "..\admin\*.xsl"; DestDir: "{app}\admin"; Flags: ignoreversion
|
|
Source: "c:\xiph\lib\pthreadVSE.dll"; DestDir: "{app}"; Flags: ignoreversion
|
|
Source: "icecast.xml"; DestDir: "{app}"; Flags: ignoreversion
|
|
Source: "c:\xiph\lib\iconv.dll"; DestDir: "{app}"; Flags: ignoreversion
|
|
Source: "c:\xiph\lib\libxslt.dll"; DestDir: "{app}"; Flags: ignoreversion
|
|
Source: "c:\xiph\lib\libxml2.dll"; DestDir: "{app}"; Flags: ignoreversion
|
|
Source: "c:\xiph\lib\libcurl.dll"; DestDir: "{app}"; Flags: ignoreversion
|
|
Source: "c:\xiph\lib\libeay32.dll"; DestDir: "{app}"; Flags: ignoreversion
|
|
Source: "c:\xiph\lib\ssleay32.dll"; DestDir: "{app}"; Flags: ignoreversion
|
|
Source: "c:\xiph\lib\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion
|
|
|
|
[Icons]
|
|
|
|
Name: "{group}\Icecast2 Win32"; Filename: "{app}\Icecast2win.exe";WorkingDir: "{app}";
|
|
Name: "{userdesktop}\Icecast2 Win32"; Filename: "{app}\Icecast2win.exe"; MinVersion: 4,4; Tasks: desktopicon;WorkingDir: "{app}";
|
|
|
|
[Run]
|
|
Filename: "{app}\icecastService.exe"; Parameters: "install ""{app}""";Description: "Install Icecast as a windows service.";Flags: postinstall
|
|
|
|
[UninstallRun]
|
|
Filename: "{app}\icecastService.exe"; Parameters: "remove"
|
|
|