Luis Ángel San Martín
b8daaad1ad
Fix encoding in inno setup scripts
2024-11-03 18:26:39 +01:00
Felix Kauselmann
8f631763ce
Replace libqrencode with nayuki/QR-Code-generator
2023-03-25 11:06:17 +01:00
Luis Ángel San Martín
308fb22fd9
Bump vcredist version and hope that installation is fixed
...
“X64 VC Redist no longer removes runtime files when run with /installer /passive switches.”
2023-01-03 13:10:38 +01:00
Luis Ángel San Martín
4fad04c441
Codesign only on master/develop and pull requests
2022-09-16 10:28:20 +02:00
Luis Ángel San Martín
ba52739d2e
Use full signtool.exe path when setting up SignTool in inno setup
2022-09-16 08:07:04 +02:00
Luis Ángel San Martín
db970ef8cc
Commit missing change
2022-09-15 23:18:00 +02:00
Luis Ángel San Martín
7d9f46e23a
Try another path for signtool
2022-09-15 22:20:11 +02:00
Luis Ángel San Martín
c96bfeaf59
signtool.exe is not in the path
2022-09-15 21:23:25 +02:00
Luis Ángel San Martín
4f26db8b03
Use signtool directly
2022-09-15 20:51:48 +02:00
Luis Ángel San Martín
e9a6dc978b
Fix code sign in windows
2022-09-15 17:55:27 +02:00
Luis Ángel San Martín
2475c876d1
Add some debug output to create_installer.cmd
2022-09-15 16:26:38 +02:00
Luis Ángel San Martín
c801801ac8
Try to codesign windows installers
2022-09-15 15:39:18 +02:00
Luis Ángel San Martín
d99683460d
Try to change the qt6 installer enough to avoid false virus positives
2022-09-13 13:36:54 +02:00
Luis Ángel San Martín
2a493a438f
Build a Qt6 installer for win64
2022-09-12 19:24:56 +02:00
Luis Ángel San Martín
053a27d474
Add more missing dlls to the windows installer
2021-11-07 20:47:54 +01:00
Luis Ángel San Martín
7f8c5c9d34
Add QtQuickControls2.dll to the windows installer
2021-11-07 09:31:10 +01:00
Luis Ángel San Martín
78e0c522d2
Set AppVersion in Windows intaller
2021-10-10 09:04:39 +02:00
Luis Ángel San Martín
ed171f1e95
Add app version to the installer info
...
build number is not included because inno setup has a 16bit limit per section
2021-10-08 22:27:35 +02:00
Luis Ángel San Martín
c859a4d2d5
Uninstall vcredist before trying to reinstall it again
...
For some reason vcredist doesn't check if it is already installed and a second install breaks it
2021-06-20 16:52:59 +02:00
Luis Ángel San Martín
020ff5f6b5
Include missing dependency in windows installer
2021-04-25 08:59:35 +02:00
Luis Ángel San Martín
590513c98e
Pack Qt5QmlModels.dll in windows installer
2021-04-22 07:56:52 +02:00
Luis Ángel San Martín
8c81f26384
Update vc redist params in inno setup
2021-03-14 19:44:47 +01:00
Luis Ángel San Martín
1a527c51f9
Do not try to pack QtScript in windows installer
2021-02-27 13:09:04 +01:00
Luis Ángel San Martín
d154e89311
Update openssl binaries
...
Qt 5.12.4 and higher uses openssl v1.1.1, after v1.1 binaries are no longer compatible, so we need to ship the new version. Names of the dlls also changed, so win packaging had to be updated.
2019-09-25 16:22:15 +02:00
Luis Ángel San Martín
565bc53ed4
Avoid file corruption
2019-09-07 15:56:08 +02:00
Luis Ángel San Martín
cc197b3ca5
Propagate the exit code if we can't generate the installer
...
No need to check previous commands, if they fail, iscc will fail for sure.
2019-08-24 11:11:55 +02:00
Luis Ángel San Martín
678f9fae77
Add support to include the build number into the windows installer
2019-08-24 11:11:55 +02:00
Luis Ángel San Martín
b4c50ad0b4
Remove x64 specifics if we are building a x86 installer
2019-08-24 11:11:54 +02:00
Luis Ángel San Martín
0e5eb82ed6
ArchitecturesInstallIn64BitMode can't be set conditionally
...
So we are going to always set it, and remove it with the build script if we are building a x86 installer. I am adding ArchitecturesAllowed too to avoid x64 installs in x86 systems, it will be removed as needed by the build script.
2019-08-24 11:11:54 +02:00
Luis Ángel San Martín
f8756fa745
Pack the styles folder
2019-08-24 11:11:54 +02:00
Luis Ángel San Martín
1b6240b55d
Pack Qt5QuickWidgets.dll
2019-08-24 11:11:54 +02:00
Luis Ángel San Martín
9a86fe9cf1
Add an script to create the windows installer automatically
2019-08-24 11:11:53 +02:00