summaryrefslogtreecommitdiff
path: root/misc/nsis/install.nsh
AgeCommit message (Expand)Author
2021-10-21CVE-2021-41146: Add --untrusted-args to avoid argument injectionFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian 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-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: change 'Default browser' text after Win7bitraid
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: 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-07-30Remove old NSIS reg key if its uninstaller is missingbitraid
2018-07-27install.nsh: fix case for a StrCpy commandbitraid
2018-07-25NSIS: replace tabs with spaces, break long linesbitraid
2018-07-20NSIS script rewritebitraid