mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
41 lines
1.7 KiB
Plaintext
41 lines
1.7 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=Icecast2
|
||
|
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_beta8_setup.exe
|
||
|
WizardImageFile=icecast2logo2.bmp
|
||
|
; 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
|
||
|
|
||
|
[Files]
|
||
|
Source: "D:\Ed\xiph\icecast\win32\Release\Icecast2.exe"; DestDir: "{app}"; CopyMode: alwaysoverwrite
|
||
|
Source: "D:\Ed\xiph\icecast\win32\status.xsl"; DestDir: "{app}\webroot"; CopyMode: alwaysoverwrite
|
||
|
Source: "D:\Ed\xiph\icecast\win32\status2.xsl"; DestDir: "{app}\webroot"; CopyMode: alwaysoverwrite
|
||
|
Source: "D:\Ed\xiph\pthreads\pthreadVSE.dll"; DestDir: "{app}"; CopyMode: alwaysoverwrite
|
||
|
Source: "D:\Ed\xiph\icecast\win32\icecast.xml"; DestDir: "{app}"; CopyMode: alwaysoverwrite
|
||
|
Source: "D:\Ed\xiph\iconv\lib\iconv.dll"; DestDir: "{app}"; CopyMode: alwaysoverwrite
|
||
|
Source: "D:\Ed\xiph\libxslt\lib\libxslt.dll"; DestDir: "{app}"; CopyMode: alwaysoverwrite
|
||
|
Source: "D:\Ed\xiph\libxml2\lib\libxml2.dll"; DestDir: "{app}"; CopyMode: alwaysoverwrite
|
||
|
|
||
|
[Icons]
|
||
|
|
||
|
Name: "{group}\Icecast2 Win32"; Filename: "{app}\Icecast2.exe"
|
||
|
Name: "{userdesktop}\Icecast2 Win32"; Filename: "{app}\Icecast2.exe"; MinVersion: 4,4; Tasks: desktopicon;WorkingDir: "{app}";
|
||
|
|
||
|
[Run]
|
||
|
|