refactoring IDEA based win installations: relocated installation parameters: association and feedback page from build scripts into strings.nsi files.

This commit is contained in:
Vladimir.Orlov
2015-03-16 15:55:02 +03:00
parent 65993ed954
commit ff5df52158
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
!define PRODUCT_LOGO_FILE "logo.bmp"
!define PRODUCT_HEADER_FILE "headerlogo.bmp"
!define ASSOCIATION ".java"
!define UNINSTALL_WEB_PAGE "https://www.jetbrains.com/idea/uninstall/?edition=IC-__VERSION_MAJOR__.__VERSION_MINOR__"
!define UNINSTALL_WEB_PAGE "https://www.jetbrains.com/idea/uninstall/?edition=IU-__VERSION_MAJOR__.__VERSION_MINOR__"
; if SHOULD_SET_DEFAULT_INSTDIR != 0 then default installation directory will be directory where highest-numbered IDEA build has been installed
; set to 1 for release build
+2
View File
@@ -6,6 +6,8 @@
!define PRODUCT_UNINST_ICON_FILE "PC_uninstCom.ico"
!define PRODUCT_LOGO_FILE "logo.bmp"
!define PRODUCT_HEADER_FILE "headerlogo.bmp"
!define ASSOCIATION ".py"
!define UNINSTALL_WEB_PAGE "feedback_web_page"
; if SHOULD_SET_DEFAULT_INSTDIR != 0 then default installation directory will be directory where highest-numbered RubyMine build has been installed
; set to 1 for release build