Commit Graph

29 Commits

Author SHA1 Message Date
Florian Bruhin 1a4fff1a42 doc: Switch URLs to https 2021-01-26 15:19:01 +01:00
Florian Bruhin 8a1768a41a Windows: Fix Desktop typo in installer 2019-10-20 21:29:03 +02:00
bitraid 22d1f978dd
Fix jump value in CheckOldNSIS 2019-01-19 09:55:44 +02:00
bitraid 73a368d166
Fix SetRegView condition of 052d07d37 2019-01-18 09:26:42 +02:00
bitraid cfe51c4b82
Update comments, strip trailing whitespace
Also, use uppercase for the first letters of the default browser string.
2019-01-17 20:29:53 +02:00
bitraid 9cf44ef534
Use full paths when calling cmd and msiexec 2019-01-17 19:57:03 +02:00
bitraid 052d07d371
Delete leftover reg key after elevation 2019-01-17 19:46:05 +02:00
bitraid 756bd21111
Use ExecShellWait instead of cmd when calling the old uninstallers 2019-01-17 18:31:28 +02:00
bitraid 05bf18d4c8
NSIS: show shield icon on install button
Show the shield icon on install button if elevation is only needed by
the uninstaller.
2018-10-30 14:31:05 +02:00
bitraid 4e6c3b8866
NSIS: Use cmd.exe by uninstaller to delete itself
Use cmd.exe when uninstaller is called with _? because the installer
will fail to remove it when elevation is required but is running as
standard user.
2018-10-30 14:14:57 +02:00
bitraid c87e3b7f73
Always run the uninstaller as the correct user
When a standard user uses an admin account for elevation to change an
existing single-user installation to all-users, the uninstaller is now
run for the correct (standard) user (instead of the admin).
2018-10-30 14:06:10 +02:00
bitraid c69ca21ff9
NSIS: change 'Default browser' text after Win7 2018-10-23 13:02:42 +03:00
bitraid 97e7efba42
NSIS: remove underscores from function names 2018-10-17 13:59:11 +03:00
bitraid a992c015c1
NSIS: use builtin function to refresh shell icons 2018-10-17 13:58:02 +03:00
bitraid 1fe1641f7b
NSIS: add missing curly brackets 2018-10-17 10:24:52 +03:00
bitraid 3e9a239911
NSIS: use correct HKCU when using another account for elevation. 2018-10-11 19:59:08 +03:00
bitraid 2cd71b5382
NSIS: fix uninstaller check 2018-10-07 23:28:00 +03:00
bitraid 7fb0c858bc
NSIS: don't try to run the uninstaller if missing 2018-10-06 23:59:37 +03:00
bitraid b1876c4755
NSIS: don't write properties, safemode reg keys 2018-10-06 12:56:25 +03:00
bitraid 8af8105678
NSIS: expand Shortcuts group 2018-10-06 12:52:16 +03:00
bitraid 4afa2f83c7
NSIS: register PDF support 2018-10-06 12:20:09 +03:00
bitraid d7abdcfd3b
NSIS: delete reg when upgrating but changing context 2018-10-06 12:07:13 +03:00
bitraid 9a75a6c1a7
NSIS: add a few more comments 2018-08-22 09:06:07 +03:00
bitraid 77eb0aa080
NSIS: remove quotes from DWORD values in macro 2018-08-01 18:07:07 +03:00
bitraid bee5681120
NSIS: don't delete the registry entries on upgrade
Unless the integration option is deselected, the uninstaller won't
remove the regisrty entries when upgrading, and the installer will update
the registry only when needed.
2018-08-01 12:15:22 +03:00
bitraid f20095bd91
Remove old NSIS reg key if its uninstaller is missing 2018-07-30 10:16:59 +03:00
bitraid 5b31576b57
install.nsh: fix case for a StrCpy command 2018-07-27 10:37:44 +03:00
bitraid 8c7db40103
NSIS: replace tabs with spaces, break long lines 2018-07-25 11:13:21 +03:00
bitraid baee288890
NSIS script rewrite 2018-07-20 18:10:59 +03:00