Andrew Nelless
5f3bf6ddeb
Correct OpenSSL case
2017-02-07 15:25:04 +00:00
Andrew Nelless
b9d12e2197
Reindent WiX XML
2017-02-07 14:05:16 +00:00
Andrew Nelless
e86029d7ea
Fix up OpenSSL paths in CMake and WiX
2017-02-07 01:25:00 +00:00
Andrew Nelless
c27c094f9c
Merge changes from v1.8.6 and v1.8.7
2017-01-20 23:18:03 +00:00
Jerry (Xinyu Hou)
8d193c76b5
#5186 Apply DPI aware option in local machine rather than current user in registry
2016-10-28 06:00:46 -07:00
Jerry (Xinyu Hou)
640262dfff
#5186 Only add DPI related registry key on Windows 8 or above
2016-10-26 08:43:55 -07:00
Jerry (Xinyu Hou)
6b0cd35527
#5186 Update registry keys to enable Windows 7 compatibility and disable DPI scaling
2016-10-26 08:10:09 -07:00
Andrew Nelless
964f1aa093
Merge changes made in v1.8.4
2016-10-12 10:41:44 +01:00
Andrew Nelless
aee8e2874e
#5617 Remove plugins from Windows installer
2016-09-29 13:05:04 +01:00
Andrew Nelless
bb3be59c91
#4978 Link Bonjour statically
2016-08-09 10:04:32 +01:00
Jerry (Xinyu Hou)
4ad8621adc
#5389 Added qwindows.dll into installer on Windows
2016-08-08 16:42:34 +01:00
Jerry (Xinyu Hou)
454bf4dc5f
#5389 Updated Wix for Qt 5.6 and VS 2015
2016-08-08 16:41:01 +01:00
Jerry (Xinyu Hou)
fa2a6a2169
Added restart service on failure #5277
2016-08-08 14:27:13 +01:00
Jerry (Xinyu Hou)
eb36db6c26
Revert "Revert "Fix missing DLLs after install #3774 ""
...
This reverts commit b575d7ca35d51d1c28ffb84b19fdf96fc941fe41.
2016-03-15 12:51:42 -07:00
Jerry (Xinyu Hou)
622045b396
Revert "Revert "Revert "Fix missing DLLs after install #3774 """
...
This reverts commit 3eb04d1b4c
.
2015-11-24 11:42:17 -08:00
Jerry (Xinyu Hou)
3eb04d1b4c
Revert "Revert "Fix missing DLLs after install #3774 ""
...
This reverts commit 7254e621e1
.
2015-07-09 17:05:33 -07:00
Jerry (Xinyu Hou)
7254e621e1
Revert "Fix missing DLLs after install #3774 "
2015-07-09 10:00:02 -07:00
Adam Potolsky
9893a018b1
Merge pull request #4634 from sparrowt/sparrowt-issue3774-fix-missing-dlls
...
Fix missing DLLs after install #3774
2015-06-12 16:14:15 -07:00
Adam Potolsky
2db2ffac84
Adding Windows Plugins Directory to install #4696
2015-06-05 16:55:36 -07:00
Tom Sparrow
9b87ca3807
Fix missing DLLs after install #3774
...
The CompanionFile attribute was causing the installer to be confused:
Won't Overwrite; Won't patch; Existing file is unversioned but modified
and hence not install a bunch of these DLLs in some cases.
2015-05-08 00:54:09 +01:00
XinyuHou
1c5ade982e
Merge branch 'build_using_openssl_binaries'
2015-05-07 10:26:59 +01:00
XinyuHou
932b0f0c55
Fixed GUI doesn't start after install on Windows #4607
2015-05-06 16:19:51 +01:00
Adam Potolsky
5266d94faa
Added code to fetch openssl libs from archetecture specific location #4587
2015-04-29 11:35:12 -07:00
Nick Bolton
453638fa39
Added OpenSSL component to installer #4546
2015-04-20 14:35:52 +01:00
Nick Bolton
dd57a93345
Added OpenSSL DLLs to Windows installer #4313
...
libeay32.dll
ssleay32.dll
2015-02-26 00:04:17 +00:00
Xinyu Hou
774b217e8f
Fixed typo #4247
2014-12-01 18:32:00 +00:00
Xinyu Hou
0d3f14adb9
Fixed name conflict #4247
2014-12-01 18:19:20 +00:00
Xinyu Hou
b60608ece9
Fixed #4247 - Added firewall exception
2014-12-01 17:46:42 +00:00
Xinyu Hou
c51ce29954
Removed Bonjour dependency in wix
2014-11-27 10:50:37 +00:00
jerry
32feab2ef1
issue #65 - Auto config feature using Zeroconf/Bonjour
...
added warning during installation if bonjour not installed on Windows
2014-08-26 17:37:39 +00:00
jerry
ff5ca8b8aa
issue #65 - Auto config feature using Zeroconf/Bonjour
...
added needed dll on windows, so no need to dependent on bonjour installation
2014-08-22 13:46:20 +00:00
jerry
3d6413fada
issue #3996 - Installer fails when Windows Firewall is disabled
...
issue solved
2014-05-28 10:57:28 +00:00
jerry
22ebb259d0
merged wix from ent to community (no shell extension any more)
2014-04-22 13:17:58 +00:00
Nick Bolton
3f28be1933
fixed: shellex isn't loaded on install, restart needed.
2014-03-11 19:24:51 +00:00
Nick Bolton
a788d4df18
removed redundant explorer restart (doesn't work when restart manager is disabled).
2014-03-11 12:26:02 +00:00
Nick Bolton
158a621218
fixed: msi 32-bit and 64-bit should not be installed side by side, user should use the right arch.
...
fixed: msi duplicate installs when using different nightly build revs (probably a hacky fix).
2014-03-10 20:21:14 +00:00
Nick Bolton
1774a3a4ee
fixed: msi attempts to kill everything using synwinhk.dll (we should let the service handle this problem).
...
fixed: msi missing dependencies, ms crt (vc redist) and qt libraries.
2014-03-10 19:31:14 +00:00
Nick Bolton
f7445a6aea
changed installer from nsis to wix - attempting to fix "synwinxt.dll in use" error on upgrade.
2014-03-07 19:41:08 +00:00