NSIS: Add option to remove Windows path length limitation

This commit is contained in:
an0n666
2020-03-10 19:17:22 +06:00
committed by thalieht
parent f80b7affd9
commit a711558ba0
60 changed files with 128 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ LangString inst_torrent ${LANG_NORWEGIANNYNORSK} "Open .torrent files with qBitt
LangString inst_magnet ${LANG_NORWEGIANNYNORSK} "Open magnet links with qBittorrent"
;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule"
LangString inst_firewall ${LANG_NORWEGIANNYNORSK} "Add Windows Firewall rule"
;LangString inst_pathlimit ${LANG_ENGLISH} "Disable Windows path length limit (260 character MAX_PATH limitation, requires Windows 10 1607 or later)"
LangString inst_pathlimit ${LANG_NORWEGIANNYNORSK} "Disable Windows path length limit (260 character MAX_PATH limitation, requires Windows 10 1607 or later)"
;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule"
LangString inst_firewallinfo ${LANG_NORWEGIANNYNORSK} "Adding Windows Firewall rule"
;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing."