Commit ab349ede579acbcfba53e3abc925de1717f76271
1 parent
883cf966
Exists in
master
and in
3 other branches
Fixing windows package.
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
win/pw3270.nsi.in
@@ -292,6 +292,9 @@ Section "Uninstall" | @@ -292,6 +292,9 @@ Section "Uninstall" | ||
292 | # Always delete uninstaller first | 292 | # Always delete uninstaller first |
293 | delete $INSTDIR\uninstaller.exe | 293 | delete $INSTDIR\uninstaller.exe |
294 | 294 | ||
295 | + # Remove association | ||
296 | + ${UnRegisterExtension} ".3270" "@PRODUCT_NAME@ Session file" | ||
297 | + | ||
295 | # Set SMPROGRAMS and DESKTOP path | 298 | # Set SMPROGRAMS and DESKTOP path |
296 | SetShellVarContext all | 299 | SetShellVarContext all |
297 | 300 |