summaryrefslogtreecommitdiff
path: root/misc/nsis
AgeCommit message (Expand)Author
2022-01-04CVE-2021-41146: Add --untrusted-args to avoid argument injectionFlorian Bruhin
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-06-01Windows Uninstaller: Fix silent uninstall (again)bitraid
2021-05-31Windows Installer: Allow elevation when silentbitraid
2021-05-25Windows Installer: Update minimum OS versionbitraid
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2020-09-06Rewrite file collection in misc_checks.pyFlorian Bruhin
2019-10-20Windows: Fix Desktop typo in installerFlorian Bruhin
2019-01-19Fix jump value in CheckOldNSISbitraid
2019-01-18Fix SetRegView condition of 052d07d37bitraid
2019-01-17Update comments, strip trailing whitespacebitraid
2019-01-17Use full paths when calling cmd and msiexecbitraid
2019-01-17Delete leftover reg key after elevationbitraid
2019-01-17Use ExecShellWait instead of cmd when calling the old uninstallersbitraid
2018-11-06NSIS: remove icons and reg right after the exebitraid
2018-11-06NSIS: use DeleteRetryAbort for all filesbitraid
2018-10-30NSIS: show shield icon on install buttonbitraid
2018-10-30NSIS: Use cmd.exe by uninstaller to delete itselfbitraid
2018-10-30Always run the uninstaller as the correct userbitraid
2018-10-23NSIS: fix typo in commentsbitraid
2018-10-23NSIS: change 'Default browser' text after Win7bitraid
2018-10-23NSIS: workaround for Windows buggy execution of uninstallersbitraid
2018-10-20NSIS: always call RefreshShellIcons on uninstallbitraid
2018-10-20NSIS: group uninstaller sections and display usernamebitraid
2018-10-19NSIS: change CRCCheck 'force' to 'on'bitraid
2018-10-19NSIS: always remove the correct config/cache dirsbitraid
2018-10-17NSIS: remove underscores from function namesbitraid
2018-10-17NSIS: use builtin function to refresh shell iconsbitraid
2018-10-17NSIS: add missing curly bracketsbitraid
2018-10-11NSIS: use correct HKCU when using another account for elevation.bitraid
2018-10-07NSIS: fix uninstaller checkbitraid
2018-10-06NSIS: don't try to run the uninstaller if missingbitraid
2018-10-06NSIS: don't write properties, safemode reg keysbitraid
2018-10-06NSIS: expand Shortcuts groupbitraid
2018-10-06NSIS: register PDF supportbitraid
2018-10-06NSIS: don't use UPX by defaultbitraid
2018-10-06NSIS: delete reg when upgrating but changing contextbitraid
2018-08-22NSIS: add a few more commentsbitraid
2018-08-01NSIS: remove quotes from DWORD values in macrobitraid
2018-08-01NSIS: don't delete the registry entries on upgradebitraid
2018-08-01mkunlist.cmd: also strip quotes from 2nd argumentbitraid
2018-07-30Remove old NSIS reg key if its uninstaller is missingbitraid
2018-07-30All lowercase for NSIS plugin and include dirsbitraid
2018-07-28Add more comments to mkunlist.cmdbitraid
2018-07-28Change subroutine args order in mkunlist.cmdbitraid
2018-07-27install.nsh: fix case for a StrCpy commandbitraid
2018-07-25Shell script for NSIS: fix quotesbitraid
2018-07-25Shell script for NSIS: use a subroutine for similar commandsbitraid
2018-07-25NSIS: replace tabs with spaces, break long linesbitraid
2018-07-20NSIS script rewritebitraid