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,7 +29,6 @@ | ||
| 29 | !include "FileFunc.nsh" | 29 | !include "FileFunc.nsh" |
| 30 | !include "LogicLib.nsh" | 30 | !include "LogicLib.nsh" |
| 31 | !include "winmessages.nsh" | 31 | !include "winmessages.nsh" |
| 32 | -!include "FileAssociation.nsh" | ||
| 33 | 32 | ||
| 34 | Name "@PRODUCT_NAME@" | 33 | Name "@PRODUCT_NAME@" |
| 35 | Caption "@PRODUCT_NAME@ - @PACKAGE_DESCRIPTION@" | 34 | Caption "@PRODUCT_NAME@ - @PACKAGE_DESCRIPTION@" |
| @@ -108,7 +107,6 @@ SubSection "@PRODUCT_NAME@" SecMain | @@ -108,7 +107,6 @@ SubSection "@PRODUCT_NAME@" SecMain | ||
| 108 | file "/oname=$INSTDIR\libv3270.dll" "libv3270.dll" | 107 | file "/oname=$INSTDIR\libv3270.dll" "libv3270.dll" |
| 109 | 108 | ||
| 110 | # Register file association | 109 | # Register file association |
| 111 | - ${registerExtension} "$INSTDIR\@PRODUCT_NAME@.exe" ".3270" "@PRODUCT_NAME@ Session file" | ||
| 112 | 110 | ||
| 113 | # Configuration files | 111 | # Configuration files |
| 114 | file "/oname=$INSTDIR\@PRODUCT_NAME@-logo.png" "@PRODUCT_NAME@\@PRODUCT_NAME@-logo.png" | 112 | file "/oname=$INSTDIR\@PRODUCT_NAME@-logo.png" "@PRODUCT_NAME@\@PRODUCT_NAME@-logo.png" |