Added a file association example to install-per-user.nsi

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7167 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2020-04-13 19:16:10 +00:00
parent 821b4d6a18
commit b704d52400
6 changed files with 114 additions and 19 deletions

View file

@ -4,6 +4,8 @@
; optional settings are left to their default settings. The installer simply
; prompts the user asking them where to install, and drops a copy of example1.nsi
; there.
;
; example2.nsi expands on this by adding a uninstaller and start menu shortcuts.
;--------------------------------