70 lines
2.7 KiB
Plaintext
70 lines
2.7 KiB
Plaintext
; Script generated by the Inno Setup Script Wizard.
|
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
|
|
|
[Setup]
|
|
; NOTE: The value of AppId uniquely identifies this application.
|
|
; Do not use the same AppId value in installers for other applications.
|
|
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
|
|
AppId={{0F43B730-DF59-4A23-82AD-E895E72BE4AF}
|
|
AppName=TeaClient
|
|
AppVersion=<%= version %>
|
|
AppPublisher=TeaSpeak
|
|
AppPublisherURL=https://www.teaspeak.com/
|
|
AppSupportURL=https://www.forum.teaspeak.com/
|
|
AppUpdatesURL=https://www.teaspeak.com/
|
|
DefaultDirName={pf}\TeaSpeak\Client
|
|
OutputBaseFilename=<%= executable_name %>
|
|
OutputDir=<%= dest_dir %>
|
|
SetupIconFile=<%= icon_file %>
|
|
UninstallDisplayIcon=<%= icon_file %>
|
|
UninstallDisplayName=TeaSpeak - Client
|
|
Compression=lzma
|
|
SolidCompression=yes
|
|
DisableDirPage=no
|
|
DisableWelcomePage=no
|
|
SignTool=parameter <%- sign_arguments %>
|
|
|
|
[Languages]
|
|
Name: "english"; MessagesFile: "compiler:Default.isl"
|
|
|
|
[Tasks]
|
|
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
|
|
Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; OnlyBelowVersion: 0,6.1
|
|
|
|
[Files]
|
|
Source: "<%= source_dir %>"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
|
|
|
[UninstallDelete]
|
|
Type: files; Name: "{app}\app_version.json"
|
|
Type: files; Name: "{app}\ChangeLog.txt"
|
|
Type: files; Name: "{app}\chrome_100_percent.pak"
|
|
Type: files; Name: "{app}\chrome_200_percent.pak"
|
|
Type: files; Name: "{app}\d3dcompiler_47.dll"
|
|
Type: files; Name: "{app}\ffmpeg.dll"
|
|
Type: files; Name: "{app}\icudtl.dat"
|
|
Type: files; Name: "{app}\libEGL.dll"
|
|
Type: files; Name: "{app}\libGLESv2.dll"
|
|
Type: files; Name: "{app}\LICENSE"
|
|
Type: files; Name: "{app}\LICENSES.chromium.html"
|
|
Type: filesandordirs; Name: "{app}\locales"
|
|
Type: filesandordirs; Name: "{app}\resources"
|
|
Type: files; Name: "{app}\resources.pak"
|
|
Type: files; Name: "{app}\snapshot_blob.bin"
|
|
Type: filesandordirs; Name: "{app}\swiftshader"
|
|
Type: files; Name: "{app}\TeaClient.exe"
|
|
Type: files; Name: "{app}\update-installer.exe"
|
|
Type: files; Name: "{app}\v8_context_snapshot.bin"
|
|
Type: files; Name: "{app}\version"
|
|
Type: files; Name: "{app}\vk_swiftshader.dll"
|
|
Type: files; Name: "{app}\vk_swiftshader_icd.json"
|
|
Type: dirifempty; Name: "{app}\"
|
|
|
|
[Icons]
|
|
Name: "{commonprograms}\TeaSpeak"; Filename: "{app}\TeaClient.exe"
|
|
Name: "{commondesktop}\TeaSpeak"; Filename: "{app}\TeaClient.exe"; Tasks: desktopicon
|
|
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\TeaSpeak"; Filename: "{app}\TeaClient.exe"; Tasks: quicklaunchicon
|
|
|
|
[Run]
|
|
Filename: "{app}\TeaClient.exe"; Description: "{cm:LaunchProgram,TeaSpeak}"; Flags: nowait postinstall skipifsilent
|
|
|