Commit e168723b17a2d23e516316cd83383fa295184be5
1 parent
ab349ede
Exists in
master
and in
3 other branches
Reverting nsi control file.
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
win/pw3270.nsi.in
... | ... | @@ -29,7 +29,6 @@ |
29 | 29 | !include "FileFunc.nsh" |
30 | 30 | !include "LogicLib.nsh" |
31 | 31 | !include "winmessages.nsh" |
32 | -!include "FileAssociation.nsh" | |
33 | 32 | |
34 | 33 | Name "@PRODUCT_NAME@" |
35 | 34 | Caption "@PRODUCT_NAME@ - @PACKAGE_DESCRIPTION@" |
... | ... | @@ -108,7 +107,6 @@ SubSection "@PRODUCT_NAME@" SecMain |
108 | 107 | file "/oname=$INSTDIR\libv3270.dll" "libv3270.dll" |
109 | 108 | |
110 | 109 | # Register file association |
111 | - ${registerExtension} "$INSTDIR\@PRODUCT_NAME@.exe" ".3270" "@PRODUCT_NAME@ Session file" | |
112 | 110 | |
113 | 111 | # Configuration files |
114 | 112 | file "/oname=$INSTDIR\@PRODUCT_NAME@-logo.png" "@PRODUCT_NAME@\@PRODUCT_NAME@-logo.png" | ... | ... |