Improved windows installer

This commit is contained in:
WolverinDEV 2019-06-30 17:52:11 +02:00
parent 160c6d83db
commit ce356fd694
2 changed files with 6 additions and 12 deletions

10
bugs
View File

@ -2,16 +2,12 @@ Linux:
Updater: Updater:
After updater has extracted the file set the executable flag again for the TeaClient binary After updater has extracted the file set the executable flag again for the TeaClient binary
libomp.so.5: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
remove OMP from PortableAudio
Windows: Windows:
Updater: Updater:
Updater popups console which says that there are invalid arguments! Fix this! Updater popups console which says that there are invalid arguments! Fix this!
Improve access to the update-install.exe (May request admin permissions)
General:
Audio replay with TS3 is a bit buggy!

View File

@ -8,13 +8,11 @@
AppId={{0F43B730-DF59-4A23-82AD-E895E72BE4AF} AppId={{0F43B730-DF59-4A23-82AD-E895E72BE4AF}
AppName=TeaSpeak Client AppName=TeaSpeak Client
AppVersion=<%= version %> AppVersion=<%= version %>
;AppVerName=TeaSpeak 1.0.0
AppPublisher=TeaSpeak AppPublisher=TeaSpeak
AppPublisherURL=http://www.teaspeak.com/ AppPublisherURL=https://www.teaspeak.com/
AppSupportURL=http://www.teaspeak.com/ AppSupportURL=https://www.forum.teaspeak.com/
AppUpdatesURL=http://www.teaspeak.com/ AppUpdatesURL=https://www.teaspeak.com/
DefaultDirName={pf}\TeaSpeak DefaultDirName={pf}\TeaSpeak
DisableProgramGroupPage=yes
OutputBaseFilename=<%= executable_name %> OutputBaseFilename=<%= executable_name %>
OutputDir=<%= dest_dir %> OutputDir=<%= dest_dir %>
SetupIconFile=<%= icon_file %> SetupIconFile=<%= icon_file %>