Annotation of Amaya/amaya-wx_release.nsi, revision 1.27

1.1       gully       1: ;--------------------------------
                      2: ;Include Modern UI
                      3: 
                      4:   !include "MUI.nsh"
                      5: 
1.11      gully       6: 
1.1       gully       7: ;--------------------------------
                      8: ;General
                      9: 
                     10:   ;Name and file
1.27    ! gully      11:   !define VERSION "9.2"
        !            12:   Name "Amaya ${VERSION}"
1.9       cvs        13:   OutFile "amaya-WinXP-${VERSION}.exe"
1.1       gully      14:   
                     15:   ;Use lzma to compress (better than zip)
                     16:   SetCompressor lzma
                     17: 
                     18:   ;Default installation folder
1.27    ! gully      19:   InstallDir "$PROGRAMFILES\Amaya-${VERSION}"
1.1       gully      20:   
                     21:   ;Get installation folder from registry if available
1.27    ! gully      22:   InstallDirRegKey HKCU "Software\Amaya-${VERSION}" ""
1.1       gully      23: 
                     24: ;--------------------------------
                     25: ;Variables
                     26: 
1.3       gully      27: 
1.1       gully      28:   Var STARTMENU_FOLDER
                     29: ;--------------------------------
                     30: ;Interface Settings
                     31: 
                     32:   !define MUI_ABORTWARNING
                     33: 
                     34: ;--------------------------------
                     35: ;Language Selection Dialog Settings
                     36: 
                     37:   ;Remember the installer language
                     38:   !define MUI_LANGDLL_REGISTRY_ROOT "HKCU" 
1.27    ! gully      39:   !define MUI_LANGDLL_REGISTRY_KEY "Software\Amaya-${VERSION}" 
1.1       gully      40:   !define MUI_LANGDLL_REGISTRY_VALUENAME "Installer Language"
                     41: 
                     42: ;--------------------------------
                     43: ;Pages
                     44: 
                     45:   !insertmacro MUI_PAGE_LICENSE "amaya\COPYRIGHT"
                     46:   !insertmacro MUI_PAGE_COMPONENTS
                     47:   !insertmacro MUI_PAGE_DIRECTORY
                     48: 
                     49:   ;Start Menu Folder Page Configuration
                     50:   !define MUI_STARTMENUPAGE_REGISTRY_ROOT "HKCU" 
1.27    ! gully      51:   !define MUI_STARTMENUPAGE_REGISTRY_KEY "Software\Amaya-${VERSION}" 
1.1       gully      52:   !define MUI_STARTMENUPAGE_REGISTRY_VALUENAME "Start Menu Folder"
                     53:   !insertmacro MUI_PAGE_STARTMENU Application $STARTMENU_FOLDER
                     54: 
                     55:   !insertmacro MUI_PAGE_INSTFILES
                     56:   
1.10      gully      57:   !define MUI_FINISHPAGE_LINK "Visit the Amaya site for the latest news, FAQs and support"
                     58:   !define MUI_FINISHPAGE_LINK_LOCATION "http://www.w3.org/Amaya"
                     59: 
                     60:   !define MUI_FINISHPAGE_RUN "$INSTDIR\WindowsWX\bin\amaya.exe"
                     61:   !define MUI_FINISHPAGE_NOREBOOTSUPPORT
                     62:   
                     63:   !insertmacro MUI_PAGE_FINISH
                     64: 
1.1       gully      65:   !insertmacro MUI_UNPAGE_CONFIRM
                     66:   !insertmacro MUI_UNPAGE_INSTFILES
                     67: 
                     68: ;--------------------------------
                     69: ;Languages
                     70: 
                     71:   !insertmacro MUI_LANGUAGE "English"
                     72:   !insertmacro MUI_LANGUAGE "French"
                     73:   !insertmacro MUI_LANGUAGE "German"
                     74:   !insertmacro MUI_LANGUAGE "Spanish"
                     75: ;  !insertmacro MUI_LANGUAGE "SimpChinese"
                     76: ;  !insertmacro MUI_LANGUAGE "TradChinese"
                     77: ;  !insertmacro MUI_LANGUAGE "Japanese"
                     78: ;  !insertmacro MUI_LANGUAGE "Korean"
                     79: ;  !insertmacro MUI_LANGUAGE "Italian"
                     80: ;  !insertmacro MUI_LANGUAGE "Dutch"
                     81: ;  !insertmacro MUI_LANGUAGE "Danish"
                     82: ;  !insertmacro MUI_LANGUAGE "Swedish"
                     83: ;  !insertmacro MUI_LANGUAGE "Norwegian"
                     84: ;  !insertmacro MUI_LANGUAGE "Finnish"
                     85: ;  !insertmacro MUI_LANGUAGE "Greek"
                     86:   !insertmacro MUI_LANGUAGE "Russian"
                     87:   !insertmacro MUI_LANGUAGE "Portuguese"
                     88: ;  !insertmacro MUI_LANGUAGE "PortugueseBR"
                     89: ;  !insertmacro MUI_LANGUAGE "Polish"
                     90: ;  !insertmacro MUI_LANGUAGE "Ukrainian"
                     91: ;  !insertmacro MUI_LANGUAGE "Czech"
                     92: ;  !insertmacro MUI_LANGUAGE "Slovak"
                     93: ;  !insertmacro MUI_LANGUAGE "Croatian"
                     94: ;  !insertmacro MUI_LANGUAGE "Bulgarian"
                     95: ;  !insertmacro MUI_LANGUAGE "Hungarian"
                     96: ;  !insertmacro MUI_LANGUAGE "Thai"
                     97: ;  !insertmacro MUI_LANGUAGE "Romanian"
                     98: ;  !insertmacro MUI_LANGUAGE "Latvian"
                     99: ;  !insertmacro MUI_LANGUAGE "Macedonian"
                    100: ;  !insertmacro MUI_LANGUAGE "Estonian"
                    101:   !insertmacro MUI_LANGUAGE "Turkish"
                    102: ;  !insertmacro MUI_LANGUAGE "Lithuanian"
                    103: ;  !insertmacro MUI_LANGUAGE "Catalan"
                    104: ;  !insertmacro MUI_LANGUAGE "Slovenian"
                    105: ;  !insertmacro MUI_LANGUAGE "Serbian"
                    106: ;  !insertmacro MUI_LANGUAGE "SerbianLatin"
                    107: ;  !insertmacro MUI_LANGUAGE "Arabic"
                    108: ;  !insertmacro MUI_LANGUAGE "Farsi"
                    109: ;  !insertmacro MUI_LANGUAGE "Hebrew"
                    110: ;  !insertmacro MUI_LANGUAGE "Indonesian"
                    111: ;  !insertmacro MUI_LANGUAGE "Mongolian"
                    112: ;  !insertmacro MUI_LANGUAGE "Luxembourgish"
                    113: ;  !insertmacro MUI_LANGUAGE "Albanian"
                    114: 
                    115: ;--------------------------------
                    116: ;Reserve Files
                    117:   
                    118:   ;These files should be inserted before other files in the data block
                    119:   ;Keep these lines before any File command
                    120:   ;Only for solid compression (by default, solid compression is enabled for BZIP2 and LZMA)
                    121:   
                    122:   !insertmacro MUI_RESERVEFILE_LANGDLL
                    123: 
                    124: ;--------------------------------
                    125: ;Installer Sections
                    126: 
                    127: Section "Amaya" SecAmaya
                    128: 
1.9       cvs       129: 
1.10      gully     130:   SetDetailsPrint textonly
                    131:   DetailPrint "Testing supported OS..."
                    132:   SetDetailsPrint listonly
                    133: 
1.9       cvs       134:  ;XXXXXXXXXXXXXXXXXXXXXXXXXX
                    135:  ;Test the platform
                    136:  ;XXXXXXXXXXXXXXXXXXXXXXXXXX
1.10      gully     137:    ReadRegStr $R0 HKLM "SOFTWARE\Microsoft\Windows NT\CurrentVersion" CurrentVersion
                    138:    StrCmp $R0 "" lbl_notwinnt lbl_winnt
1.9       cvs       139:    
                    140:    ; we are not NT
1.10      gully     141:    lbl_notwinnt:
                    142:    ReadRegStr $R0 HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion" VersionNumber
1.9       cvs       143:  
                    144:    StrCpy $R1 $R0 1
                    145:    StrCmp $R1 '4' 0 lbl_error
                    146:  
                    147:    StrCpy $R1 $R0 3
                    148:  
                    149:    StrCmp $R1 '4.0' lbl_win32_95
                    150:    StrCmp $R1 '4.9' lbl_win32_ME lbl_win32_98
                    151:  
                    152:    lbl_win32_95:
1.10      gully     153:      Abort "Win95 not supported"
1.9       cvs       154:  
                    155:    lbl_win32_98:
1.10      gully     156:      Abort "Win98 not supported"
1.9       cvs       157:  
                    158:    lbl_win32_ME:
1.10      gully     159:      Abort "WinME not supported"
1.9       cvs       160:  
                    161:    lbl_winnt:
                    162:  
                    163:    StrCpy $R1 $R0 1
                    164:  
                    165:    StrCmp $R1 '3' lbl_winnt_x
                    166:    StrCmp $R1 '4' lbl_winnt_x
                    167:  
                    168:    StrCpy $R1 $R0 3
                    169:  
                    170:    StrCmp $R1 '5.0' lbl_winnt_2000
                    171:    StrCmp $R1 '5.1' lbl_winnt_XP
1.10      gully     172:    StrCmp $R1 '5.2' lbl_winnt_2003
                    173:    Goto lbl_error
1.9       cvs       174:  
                    175:    lbl_winnt_x:
                    176:      StrCpy $R0 "NT $R0" 6
                    177:    Goto lbl_done
                    178:  
                    179:    lbl_winnt_2000:
                    180:      Strcpy $R0 '2000'
                    181:    Goto lbl_done
                    182:  
                    183:    lbl_winnt_XP:
                    184:      Strcpy $R0 'XP'
                    185:    Goto lbl_done
                    186:  
                    187:    lbl_winnt_2003:
                    188:      Strcpy $R0 '2003'
                    189:    Goto lbl_done
                    190:  
                    191:    lbl_error:
1.10      gully     192:      Abort "Only WinXP/2k/NT are supported"
1.9       cvs       193:    lbl_done:
                    194:   ;XXXXXXXXXXXXXXXXXXXXXXXXXX
                    195: 
1.1       gully     196:   ;This section is required : readonly mode
                    197:   SectionIn RO
                    198: 
1.10      gully     199:   SetDetailsPrint textonly
                    200:   DetailPrint "Installing Amaya binaries and wxWidgets DLL"
                    201:   SetDetailsPrint listonly
                    202: 
1.1       gully     203:   SetOutPath "$INSTDIR\WindowsWX\bin"
                    204:   File WindowsWX\bin\amaya.exe
                    205:   File WindowsWX\bin\wxmsw*u_xrc_vc_custom.dll
                    206:   File WindowsWX\bin\wxmsw*u_html_vc_custom.dll
                    207:   File WindowsWX\bin\wxmsw*u_core_vc_custom.dll
                    208:   File WindowsWX\bin\wxmsw*u_adv_vc_custom.dll
                    209:   File WindowsWX\bin\wxmsw*u_gl_vc_custom.dll
                    210:   File WindowsWX\bin\wxbase*u_vc_custom.dll
                    211:   File WindowsWX\bin\wxbase*u_xml_vc_custom.dll
1.21      cvs       212:   File WindowsWX\bin\thotprinter.dll
1.1       gully     213: 
1.10      gully     214:   SetDetailsPrint textonly
                    215:   DetailPrint "Installing Amaya resources : icons, dialogues"
                    216:   SetDetailsPrint listonly
1.1       gully     217: 
1.14      gully     218:   SetOutPath "$INSTDIR\resources\icons\misc"
                    219:   File resources\icons\misc\*.png
                    220:   File resources\icons\misc\*.gif
                    221:   File resources\icons\misc\*.ico
                    222:   SetOutPath "$INSTDIR\resources\icons\16x16"
                    223:   File resources\icons\16x16\*.png
                    224:   File resources\icons\16x16\*.gif
                    225:   File resources\icons\16x16\*.ico
                    226:   SetOutPath "$INSTDIR\resources\icons\22x22"
                    227:   File resources\icons\22x22\*.png
                    228:   File resources\icons\22x22\*.gif
                    229:   File resources\icons\22x22\*.ico
1.1       gully     230:   SetOutPath "$INSTDIR\resources\xrc"
                    231:   File resources\xrc\*.xrc
1.11      gully     232:   SetOutPath "$INSTDIR\amaya\wxdialog"
                    233:   File amaya\wxdialog\appicon.ico
1.12      gully     234:   File amaya\wxdialog\amaya.rc
1.1       gully     235: 
1.10      gully     236:   SetDetailsPrint textonly
                    237:   DetailPrint "Installing Amaya schemas"
                    238:   SetDetailsPrint listonly
1.1       gully     239: 
                    240:   SetOutPath "$INSTDIR\amaya"
                    241:   File amaya\COPYRIGHT
                    242:   File amaya\*.png
                    243:   File amaya\*.gif
                    244:   File amaya\*.css
                    245:   File amaya\*.html*
                    246:   File amaya\*.PRS
                    247:   File amaya\*.STR
                    248:   File amaya\*.TRA
                    249:   File amaya\*.conf
                    250:   File amaya\*.en
                    251:   File amaya\*.trans*
                    252:   File amaya\*.ico
                    253:   File amaya\*.svg
                    254: 
1.10      gully     255:   SetDetailsPrint textonly
                    256:   DetailPrint "Installing annotlib schemas"
                    257:   SetDetailsPrint listonly
                    258: 
1.1       gully     259:   SetOutPath "$INSTDIR\annotlib"
                    260:   File annotlib\*.png
                    261:   File annotlib\*.gif
                    262:   File annotlib\*.PRS
                    263:   File annotlib\*.STR
                    264:   File annotlib\*.TRA
                    265:   File annotlib\*.en
                    266: 
1.10      gully     267:   SetDetailsPrint textonly
                    268:   DetailPrint "Installing Amaya config files"
                    269:   SetDetailsPrint listonly
                    270: 
1.1       gully     271:   SetOutPath "$INSTDIR\config\libconfig"
                    272:   File config\libconfig\*.png
                    273:   File config\libconfig\*.svg
                    274:   File config\libconfig\*.css
                    275:   File config\libconfig\*.lhtml
                    276: 
                    277:   SetOutPath "$INSTDIR\config"
                    278:   File config\*-amayadialogue
                    279:   File config\*-libdialogue
                    280:   File config\*-amayamsg
                    281:   File config\*-libdialogue
                    282:   File config\lib_files.dat
                    283:   File config\fonts.*
                    284:   File config\amaya.kb
                    285:   File config\amaya.profiles
                    286:   File config\*.rdf
                    287:   File config\annot.schemas
                    288:   File config\win-thot.rc
                    289: 
1.10      gully     290:   SetDetailsPrint textonly
                    291:   DetailPrint "Installing Amaya dictionnaries"
                    292:   SetDetailsPrint listonly
                    293: 
1.1       gully     294:   SetOutPath "$INSTDIR\dicopar"
                    295:   File dicopar\alphabet
                    296:   File dicopar\*.ptn
                    297:   File dicopar\clavier
                    298:   File dicopar\*.dic
                    299: 
1.10      gully     300:   SetDetailsPrint textonly
                    301:   DetailPrint "Installing Amaya documentation"
                    302:   SetDetailsPrint listonly
                    303: 
1.17      gully     304:   SetOutPath "$INSTDIR\doc\WX"
                    305:   File doc\WX\*
                    306:   SetOutPath "$INSTDIR\doc\WX\HTML-elements"
                    307:   File doc\WX\HTML-elements\*
1.1       gully     308:   SetOutPath "$INSTDIR\doc\html"
                    309:   File doc\html\*
1.4       gully     310:   SetOutPath "$INSTDIR\doc\html\accessibility_in_amaya"
1.1       gully     311:   File doc\html\accessibility_in_amaya\*
1.4       gully     312:   SetOutPath "$INSTDIR\doc\html\attaching_annotations"
1.1       gully     313:   File doc\html\attaching_annotations\*
1.4       gully     314:   SetOutPath "$INSTDIR\doc\html\browsing"
1.1       gully     315:   File doc\html\browsing\*
1.4       gully     316:   SetOutPath "$INSTDIR\doc\html\configuring_amaya"
1.1       gully     317:   File doc\html\configuring_amaya\*
1.4       gully     318:   SetOutPath "$INSTDIR\doc\html\editing_attributes"
1.1       gully     319:   File doc\html\editing_attributes\*
1.4       gully     320:   SetOutPath "$INSTDIR\doc\html\editing_documents"
1.1       gully     321:   File doc\html\editing_documents\*
1.4       gully     322:   SetOutPath "$INSTDIR\doc\html\editing_iso-latin-1_characters"
1.1       gully     323:   File doc\html\editing_iso-latin-1_characters\*
1.4       gully     324:   SetOutPath "$INSTDIR\doc\html\editing_mathematics"
1.1       gully     325:   File doc\html\editing_mathematics\*
1.4       gully     326:   SetOutPath "$INSTDIR\doc\html\editing_tables"
1.1       gully     327:   File doc\html\editing_tables\*
1.4       gully     328:   SetOutPath "$INSTDIR\doc\html\elements"
1.1       gully     329:   File doc\html\elements\*
1.4       gully     330:   SetOutPath "$INSTDIR\doc\html\HTML-elements"
1.1       gully     331:   File doc\html\HTML-elements\*
1.4       gully     332:   SetOutPath "$INSTDIR\doc\html\linking"
1.1       gully     333:   File doc\html\linking\*
1.4       gully     334:   SetOutPath "$INSTDIR\doc\html\printing"
1.1       gully     335:   File doc\html\printing\*
1.4       gully     336:   SetOutPath "$INSTDIR\doc\html\saving_and_publishing_documents"
1.1       gully     337:   File doc\html\saving_and_publishing_documents\*
1.4       gully     338:   SetOutPath "$INSTDIR\doc\html\searching_and_replacing_text"
1.1       gully     339:   File doc\html\searching_and_replacing_text\*
1.4       gully     340:   SetOutPath "$INSTDIR\doc\html\selecting"
1.1       gully     341:   File doc\html\selecting\*
1.4       gully     342:   SetOutPath "$INSTDIR\doc\html\spell_checking"
1.1       gully     343:   File doc\html\spell_checking\*
1.4       gully     344:   SetOutPath "$INSTDIR\doc\html\style_sheets"
1.1       gully     345:   File doc\html\style_sheets\*
1.4       gully     346:   SetOutPath "$INSTDIR\doc\html\using_graphics"
1.1       gully     347:   File doc\html\using_graphics\*
1.4       gully     348:   SetOutPath "$INSTDIR\doc\html\using_image_maps"
1.1       gully     349:   File doc\html\using_image_maps\*
1.4       gully     350:   SetOutPath "$INSTDIR\doc\html\using_the_makebook_function"
1.1       gully     351:   File doc\html\using_the_makebook_function\*
1.4       gully     352:   SetOutPath "$INSTDIR\doc\html\using_xml"
1.1       gully     353:   File doc\html\using_xml\*
1.4       gully     354:   SetOutPath "$INSTDIR\doc\html\viewing"
1.1       gully     355:   File doc\html\viewing\*
                    356:   SetOutPath "$INSTDIR\doc\images"
                    357:   File doc\images\*
                    358: 
1.10      gully     359:   SetDetailsPrint textonly
                    360:   DetailPrint "Installing Amaya ttf fonts"
                    361:   SetDetailsPrint listonly
                    362: 
1.1       gully     363:   SetOutPath "$INSTDIR\fonts"
                    364:   File fonts\*
                    365: 
1.10      gully     366:   SetDetailsPrint textonly
                    367:   DetailPrint "Writting registry keys"
                    368:   SetDetailsPrint listonly
                    369: 
1.1       gully     370:   ;Store installation folder
1.27    ! gully     371:   WriteRegStr HKCU "Software\Amaya-${VERSION}" "" $INSTDIR 
        !           372:   WriteRegExpandStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Amaya-${VERSION}" "UninstallString" '"$INSTDIR\Uninstall.exe"'
        !           373:   WriteRegExpandStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Amaya-${VERSION}" "InstallLocation" "$INSTDIR"
        !           374:   WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Amaya-${VERSION}" "DisplayName" "Amaya ${VERSION}"
        !           375:   WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Amaya-${VERSION}" "DisplayIcon" "$INSTDIR\WindowsWX\bin\amaya.exe"
        !           376:   WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Amaya-${VERSION}" "DisplayVersion" "${VERSION}"
        !           377:   WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Amaya-${VERSION}" "URLInfoAbout" "http://www.w3.org/Amaya"
1.11      gully     378: 
                    379:   ; Associate files to amaya
                    380:   WriteRegStr HKCR "Amaya" "" "Amaya Files"
                    381:   WriteRegStr HKCR "Amaya\DefaultIcon" "" "$INSTDIR\WindowsWX\bin\amaya.exe"
                    382:   ReadRegStr $R0 HKCR "Amaya\shell\open\command" ""
                    383:   StrCmp $R0 "" 0 no_amayaopen
                    384:     WriteRegStr HKCR "Amaya\shell" "" "open"
                    385:     WriteRegStr HKCR "Amaya\shell\open\command" "" '"$INSTDIR\WindowsWX\bin\amaya.exe" "%1"'
                    386:   no_amayaopen:
1.1       gully     387:   
                    388:   ;Create uninstaller
                    389:   WriteUninstaller "$INSTDIR\Uninstall.exe"
                    390: 
1.26      gully     391:   ;Install Amaya for all users
                    392:   SetShellVarContext all
                    393: 
1.1       gully     394:   ;Start Menu
                    395:   !insertmacro MUI_STARTMENU_WRITE_BEGIN Application   
                    396:     ;Create shortcuts
                    397:     CreateDirectory "$SMPROGRAMS\$STARTMENU_FOLDER"
                    398:     CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Uninstall.lnk" "$INSTDIR\Uninstall.exe"
                    399:     CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Amaya.lnk" "$INSTDIR\WindowsWX\bin\amaya.exe"
                    400:   !insertmacro MUI_STARTMENU_WRITE_END
                    401: 
1.3       gully     402:   ;Create desktop link
1.26      gully     403:   CreateShortCut "$DESKTOP\Amaya-${VERSION}.lnk" "$INSTDIR\WindowsWX\bin\amaya.exe"
1.1       gully     404: SectionEnd
                    405: 
1.11      gully     406: 
                    407: SubSection "File association" SecFileAss
                    408: 
1.22      gully     409: ; --> .html
1.20      cvs       410: Section /o ".html (HyperText Markup Language)" SecAssHTML
1.22      gully     411:   ReadRegStr $R0 HKCR ".html" ""
                    412:   StrCmp $R0 "Amaya" allready_amaya no_amaya
                    413:   no_amaya:
                    414:     WriteRegStr HKCR ".html" "AM_OLD_VALUE" $R0
1.11      gully     415:   WriteRegStr HKCR ".html" "" "Amaya"
1.22      gully     416:   allready_amaya:
1.11      gully     417: SectionEnd
                    418: 
1.22      gully     419: ; --> .htm
                    420: Section /o ".htm (HyperText Markup Language)" SecAssHTM
                    421:   ReadRegStr $R0 HKCR ".htm" ""
                    422:   StrCmp $R0 "Amaya" allready_amaya no_amaya
                    423:   no_amaya:
                    424:     WriteRegStr HKCR ".htm" "AM_OLD_VALUE" $R0
                    425:     WriteRegStr HKCR ".htm" "" "Amaya"
                    426:   allready_amaya:
                    427: SectionEnd
                    428: 
                    429: ; --> .xml
1.20      cvs       430: Section /o ".xml (eXtensible Markup Language)" SecAssXML
1.22      gully     431:   ReadRegStr $R0 HKCR ".xml" ""
                    432:   StrCmp $R0 "Amaya" allready_amaya no_amaya
                    433:   no_amaya:
                    434:     WriteRegStr HKCR ".xml" "AM_OLD_VALUE" $R0
1.11      gully     435:   WriteRegStr HKCR ".xml" "" "Amaya"
1.22      gully     436:   allready_amaya:
1.11      gully     437: SectionEnd
                    438: 
1.22      gully     439: ; --> .svg
1.20      cvs       440: Section /o ".svg (Scalable Vector Graphics)" SecAssSVG
1.22      gully     441:   ReadRegStr $R0 HKCR ".svg" ""
                    442:   StrCmp $R0 "Amaya" allready_amaya no_amaya
                    443:   no_amaya:
                    444:     WriteRegStr HKCR ".svg" "AM_OLD_VALUE" $R0
1.11      gully     445:   WriteRegStr HKCR ".svg" "" "Amaya"
1.22      gully     446:   allready_amaya:
1.11      gully     447: SectionEnd
                    448: 
1.22      gully     449: ; --> .mml
1.20      cvs       450: Section /o ".mml (MathML)" SecAssMML
1.22      gully     451:   ReadRegStr $R0 HKCR ".mml" ""
                    452:   StrCmp $R0 "Amaya" allready_amaya no_amaya
                    453:   no_amaya:
                    454:     WriteRegStr HKCR ".mml" "AM_OLD_VALUE" $R0
1.11      gully     455:   WriteRegStr HKCR ".mml" "" "Amaya"
1.22      gully     456:   allready_amaya:
1.11      gully     457: SectionEnd
                    458: 
1.22      gully     459: ; --> .css
1.20      cvs       460: Section /o ".css (Cascading Style Sheets)" SecAssCSS
1.22      gully     461:   ReadRegStr $R0 HKCR ".css" ""
                    462:   StrCmp $R0 "Amaya" allready_amaya no_amaya
                    463:   no_amaya:
                    464:     WriteRegStr HKCR ".css" "AM_OLD_VALUE" $R0
1.11      gully     465:   WriteRegStr HKCR ".css" "" "Amaya"
1.22      gully     466:   allready_amaya:
1.11      gully     467: SectionEnd
                    468: 
                    469: SubSectionEnd
                    470: 
1.1       gully     471: ;--------------------------------
                    472: ;Installer Functions
                    473: 
                    474: Function .onInit
                    475: 
                    476:   !insertmacro MUI_LANGDLL_DISPLAY
                    477: 
                    478: FunctionEnd
                    479: 
                    480: ;--------------------------------
                    481: ;Descriptions
                    482: 
                    483:   ;USE A LANGUAGE STRING IF YOU WANT YOUR DESCRIPTIONS TO BE LANGAUGE SPECIFIC
                    484: 
                    485:   ;Assign descriptions to sections
                    486:   !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
1.22      gully     487:     !insertmacro MUI_DESCRIPTION_TEXT ${SecAmaya} "Install main Amaya program (mandatory)."
1.19      gully     488:     !insertmacro MUI_DESCRIPTION_TEXT ${SecFileAss} "Selects Amaya as the default application for files of these types."
1.1       gully     489:   !insertmacro MUI_FUNCTION_DESCRIPTION_END
                    490: 
                    491: ;--------------------------------
                    492: ;Uninstaller Section
                    493: 
                    494: Section "Uninstall"
                    495: 
1.10      gully     496:   SetDetailsPrint textonly
                    497:   DetailPrint "Uninstalling Amaya..."
                    498:   SetDetailsPrint listonly
                    499: 
                    500:   IfFileExists $INSTDIR\WindowsWX\bin\amaya.exe amaya_installed
                    501:     MessageBox MB_YESNO "It does not appear that Amaya is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?" IDYES amaya_installed
                    502:     Abort "Uninstall aborted by user"
                    503:   amaya_installed:
                    504: 
                    505: 
                    506:   SetDetailsPrint textonly
                    507:   DetailPrint "Deleting Files..."
                    508:   SetDetailsPrint listonly
1.26      gully     509:   ;Uninstall Amaya for all users
                    510:   SetShellVarContext all
                    511:   
1.27    ! gully     512:   ReadRegStr $STARTMENU_FOLDER HKCU "Software\Amaya-${VERSION}" "Start Menu Folder"
1.10      gully     513:   IfFileExists "$SMPROGRAMS\$STARTMENU_FOLDER\Amaya.lnk" amaya_smp_installed
                    514:     Goto amaya_smp_notinstalled
                    515:   amaya_smp_installed:
1.5       gully     516:   Delete "$SMPROGRAMS\$STARTMENU_FOLDER\Amaya.lnk"
                    517:   Delete "$SMPROGRAMS\$STARTMENU_FOLDER\Uninstall.lnk"
                    518:   RMDir "$SMPROGRAMS\$STARTMENU_FOLDER"
1.26      gully     519:   Delete "$DESKTOP\Amaya-${VERSION}.lnk"
1.10      gully     520:   amaya_smp_notinstalled:
                    521: 
                    522:   RMDir /r "$INSTDIR"
                    523: 
                    524:   SetDetailsPrint textonly
                    525:   DetailPrint "Deleting Registry Keys..."
                    526:   SetDetailsPrint listonly
1.1       gully     527: 
1.27    ! gully     528:   DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Amaya-${VERSION}"
        !           529:   DeleteRegKey HKLM "Software\Amaya-${VERSION}"
1.11      gully     530:   DeleteRegKey HKCR "Amaya"
1.27    ! gully     531:   DeleteRegKey HKCU "Software\Amaya-${VERSION}"
1.22      gully     532:   ; uninstall files associations
                    533:   ; --> .html
                    534:   ReadRegStr $R0 HKCR ".html" ""
                    535:   StrCmp $R0 "Amaya" 0 +3
                    536:     ReadRegStr $R0 HKCR ".html" "AM_OLD_VALUE"
                    537:     WriteRegStr HKCR ".html" "" $R0
                    538:   ; --> .htm
                    539:   ReadRegStr $R0 HKCR ".htm" ""
                    540:   StrCmp $R0 "Amaya" 0 +3
                    541:     ReadRegStr $R0 HKCR ".htm" "AM_OLD_VALUE"
                    542:     WriteRegStr HKCR ".htm" "" $R0
                    543:   ; --> .css
                    544:   ReadRegStr $R0 HKCR ".css" ""
                    545:   StrCmp $R0 "Amaya" 0 +3
                    546:     ReadRegStr $R0 HKCR ".css" "AM_OLD_VALUE"
                    547:     WriteRegStr HKCR ".css" "" $R0
                    548:   ; --> .svg
                    549:   ReadRegStr $R0 HKCR ".svg" ""
                    550:   StrCmp $R0 "Amaya" 0 +3
                    551:     ReadRegStr $R0 HKCR ".svg" "AM_OLD_VALUE"
                    552:     WriteRegStr HKCR ".svg" "" $R0
                    553:   ; --> .mml
                    554:   ReadRegStr $R0 HKCR ".mml" ""
                    555:   StrCmp $R0 "Amaya" 0 +3
                    556:     ReadRegStr $R0 HKCR ".mml" "AM_OLD_VALUE"
                    557:     WriteRegStr HKCR ".mml" "" $R0
                    558:   ; --> .xml
                    559:   ReadRegStr $R0 HKCR ".xml" ""
                    560:   StrCmp $R0 "Amaya" 0 +3
                    561:     ReadRegStr $R0 HKCR ".xml" "AM_OLD_VALUE"
                    562:     WriteRegStr HKCR ".xml" "" $R0
1.1       gully     563: 
                    564: SectionEnd
                    565: 
                    566: ;--------------------------------
                    567: ;Uninstaller Functions
                    568: 
                    569: Function un.onInit
                    570: 
                    571:   !insertmacro MUI_UNGETLANGUAGE
                    572:   
                    573: FunctionEnd

Webmaster