Anthony Bilinski
54be506884
chore(Windows): Remove debug prints from installer
...
Accidentally left in from development for 553bd47e81
3 years ago
Anthony Bilinski
f68be0ab33
chore(release): Update qTox version number to v1.17.6
3 years ago
Anthony Bilinski
47406e7422
fix(Windows): Correct Program Files directory for 32-bit Windows
...
Both installers accidentally try to get permissions from the 64-bit Program
Files, introduced in 553bd47e81
.
3 years ago
Anthony Bilinski
b581a9c6f8
chore(release): Update qTox version number to v1.17.5
3 years ago
Anthony Bilinski
553bd47e81
fix(Windows): Restrict non-default install directory permissions
...
Installations to Program Files (default) inherit restrictive permissions,
disallowing regular users from writing to files in the install location. If a
user installs to other directories with more lax permissions though, i.e. C:\,
the install directory can be writable by non-admins, causing a privilege
escalation opportunity. An unprivileged user could modify or replace the qTox
binary or a dll, that would then be run by any other user on the system.
Clone Program Files permissions rather than trying to craft sane permissions
manually for simplicity and compatibility.
3 years ago
Anthony Bilinski
2c2c6f6818
refactor(Windows): Use UTF16 strings with files in Windows installer
...
Windows uses UTF16, so may have caused issues if users installed to paths with
non-ANSI characters. It is also needed for interacting with any OS files.
3 years ago
Anthony Bilinski
9f84184ba8
fix(Windows): Build NSIS installer in Unicode mode
...
ANSI mode is deprecated.
3 years ago
Anthony Bilinski
1353fc934e
fix(Windows): Define installer language before trying to access it
...
LangString UninstLogMissing statement was accessing LANG_ENGLISH before it was
defined by the MUI_LANGUAGE macro. It caused a warning, but still defaulted to
English.
3 years ago
Anthony Bilinski
5526d131a7
refactor(Windows): Define installer macros right after creating them
...
Breaks an inter-dependency between "MODERN UI" section needing CreateShortcut
and "PREPARE UNINST LOG" section needing LANG_ENGLISH, allowing "MODERN UI"
section to be done first.
3 years ago
Anthony Bilinski
f0e82c3d90
chore(release): Update version number to v1.17.4
4 years ago
Anthony Bilinski
8ba13db907
chore(release): Update version number to v1.17.3
5 years ago
Maxim Biro
bedcf6839a
fix(windows): iconengines not being installed
...
(cherry picked from commit 1e50c123dc
)
5 years ago
Maxim Biro
526db3eb81
refactor(Windows): unify whitespaces in NSIS scripts
...
While two files differ only by 3 lines, there were many unnecessary
whitespace differences between them.
(cherry picked from commit 169009f550
)
5 years ago
Maxim Biro
1e50c123dc
fix(windows): iconengines not being installed
5 years ago
Maxim Biro
169009f550
refactor(Windows): unify whitespaces in NSIS scripts
...
While two files differ only by 3 lines, there were many unnecessary
whitespace differences between them.
5 years ago
Maxim Biro
827b2c2210
fix(windows): libsnore-qt5 not being installed
5 years ago
sudden6
465d826068
chore: bump version and update changelog
5 years ago
sudden6
0f5c5482db
chore(release): update qTox version to 1.17.0
5 years ago
Anthony Bilinski
8eed684c37
chore(release): update version number and changelog
7 years ago
Anthony Bilinski
c1521d7b98
chore(release): update version number and changelog
7 years ago
sudden6
4921b8868f
chore(release): update version number and changelog
7 years ago
sudden6
de416653b9
chore: update version number and changelog
7 years ago
Anthony Bilinski
3c15cd2b10
chore(release): update qTox version to v1.15.0
7 years ago
sudden6
b6e811ca3a
chore(release): release v1.14.0
7 years ago
Diadlo
4b6d4f7ae6
chore(release): update version number
8 years ago
sudden6
333e663ad1
chore(release): update version number
8 years ago
sudden6
5d159e0203
fix(dependency): remove unused qt sql dependency
...
fix #4567
8 years ago
Zetok Zalbavar
66b133c8d4
chore(CHANGELOG): add changelog for the v1.11.0 release
...
Also bump version numbers.
8 years ago
sudden6
bad0c27e33
chore(version): update version
8 years ago
Zetok Zalbavar
63e95f3528
chore(build): adjust version updating script to not rely on git
...
Relying on git doesn't work in awful lot of cases, e.g. when there's a
shallow `git clone`.
Instead have "hardcoded" version in files, and update it before release.
Closes #4165 .
9 years ago
Zetok Zalbavar
2b0fbae44b
chore(installer): add script for automatically generated version in .nsi
...
BREAKING CHANGE:
Now script has to be run before automatically creating qTox installer,
otherwise there'll be something broken.
Closes #2655 .
9 years ago
Zetok Zalbavar
427176ae02
chore(installer): correct URL to qTox website
9 years ago
initramfs
b7aa982a57
chore: rewrite all links to the qTox repository from tux3 to qTox
9 years ago
towlie
69c4b86bbf
fix mistake
10 years ago
towlie
32eff2f4f5
Fix delete startmenu shortcuts x86
10 years ago
towlie
ae1b9a11fd
drop admin rights x86
10 years ago
tux3
697bbf592d
nsis: Use File directly instead of macro
10 years ago
tux3
f8d75fcc1c
nsis: Don't fail if no Qt plugins are found
10 years ago
tux3
09503f0bfa
Install for all users on Windows
10 years ago
tux3
db5e276e65
Proper uninstall entry for Windows
10 years ago
tux3
3be0cdfc44
Install for all users on Windows
10 years ago
tux3
ac934d923d
Proper uninstall entry for Windows
10 years ago
Tux3 / Mlkj / !Lev.uXFMLA
33cb5a03ec
Update windows installer for x64
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
a255d13b54
Windows: Uninstall start menu entries
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
b1c68734d8
Fix #694
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
ba4a9f8fc4
Windows installer: Fix Tox URI handling
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
e4c5d50bec
Windows installer: .tox file format, app registration
...
qTox now handles the .tox file format, gives it its default icon, and is properly registered as an application you can remove from the control panel
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
f40aa08392
Windows installer: System-wide Tox URI protocol support
...
Will enable support for the tox: (Tox URI) protocol in the registry, notably in major web browsers
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
b9ca91c125
qtox.nsis: Option for desktop shortcut
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
e111b8ee90
Upload windows NSIS installer script
11 years ago