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

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.13    ! cvs        11:   !define VERSION "9.0-idn"
1.1       gully      12:   Name "Amaya WX ${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.2       gully      19:   InstallDir "$PROGRAMFILES\AmayaWX"
1.1       gully      20:   
                     21:   ;Get installation folder from registry if available
1.2       gully      22:   InstallDirRegKey HKCU "Software\AmayaWX" ""
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.2       gully      39:   !define MUI_LANGDLL_REGISTRY_KEY "Software\AmayaWX" 
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.2       gully      51:   !define MUI_STARTMENUPAGE_REGISTRY_KEY "Software\AmayaWX" 
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
                    212: ;  File WindowsWX\bin\thotprinter.exe
                    213: 
1.10      gully     214:   SetDetailsPrint textonly
                    215:   DetailPrint "Installing Amaya resources : icons, dialogues"
                    216:   SetDetailsPrint listonly
1.1       gully     217: 
                    218:   SetOutPath "$INSTDIR\resources\icons"
                    219:   File resources\icons\*.png
1.6       gully     220:   File resources\icons\*.gif
1.1       gully     221:   SetOutPath "$INSTDIR\resources\xrc"
                    222:   File resources\xrc\*.xrc
1.11      gully     223:   SetOutPath "$INSTDIR\amaya\wxdialog"
                    224:   File amaya\wxdialog\appicon.ico
1.12      gully     225:   File amaya\wxdialog\amaya.rc
1.1       gully     226: 
1.10      gully     227:   SetDetailsPrint textonly
                    228:   DetailPrint "Installing Amaya schemas"
                    229:   SetDetailsPrint listonly
1.1       gully     230: 
                    231:   SetOutPath "$INSTDIR\amaya"
                    232:   File amaya\COPYRIGHT
                    233:   File amaya\*.png
                    234:   File amaya\*.gif
                    235:   File amaya\*.css
                    236:   File amaya\*.html*
                    237:   File amaya\*.PRS
                    238:   File amaya\*.STR
                    239:   File amaya\*.TRA
                    240:   File amaya\*.conf
                    241:   File amaya\*.en
                    242:   File amaya\*.trans*
                    243:   File amaya\*.ico
                    244:   File amaya\*.svg
                    245: 
1.10      gully     246:   SetDetailsPrint textonly
                    247:   DetailPrint "Installing annotlib schemas"
                    248:   SetDetailsPrint listonly
                    249: 
1.1       gully     250:   SetOutPath "$INSTDIR\annotlib"
                    251:   File annotlib\*.png
                    252:   File annotlib\*.gif
                    253:   File annotlib\*.PRS
                    254:   File annotlib\*.STR
                    255:   File annotlib\*.TRA
                    256:   File annotlib\*.en
                    257: 
1.10      gully     258:   SetDetailsPrint textonly
                    259:   DetailPrint "Installing Amaya config files"
                    260:   SetDetailsPrint listonly
                    261: 
1.1       gully     262:   SetOutPath "$INSTDIR\config\libconfig"
                    263:   File config\libconfig\*.png
                    264:   File config\libconfig\*.svg
                    265:   File config\libconfig\*.css
                    266:   File config\libconfig\*.lhtml
                    267: 
                    268:   SetOutPath "$INSTDIR\config"
                    269:   File config\*-amayadialogue
                    270:   File config\*-libdialogue
                    271:   File config\*-amayamsg
                    272:   File config\*-libdialogue
                    273:   File config\lib_files.dat
                    274:   File config\fonts.*
                    275:   File config\amaya.kb
                    276:   File config\amaya.profiles
                    277:   File config\*.rdf
                    278:   File config\annot.schemas
                    279:   File config\win-thot.rc
                    280: 
1.10      gully     281:   SetDetailsPrint textonly
                    282:   DetailPrint "Installing Amaya dictionnaries"
                    283:   SetDetailsPrint listonly
                    284: 
1.1       gully     285:   SetOutPath "$INSTDIR\dicopar"
                    286:   File dicopar\alphabet
                    287:   File dicopar\*.ptn
                    288:   File dicopar\clavier
                    289:   File dicopar\*.dic
                    290: 
1.10      gully     291:   SetDetailsPrint textonly
                    292:   DetailPrint "Installing Amaya documentation"
                    293:   SetDetailsPrint listonly
                    294: 
1.1       gully     295:   SetOutPath "$INSTDIR\doc\html"
                    296:   File doc\html\*
1.4       gully     297:   SetOutPath "$INSTDIR\doc\html\accessibility_in_amaya"
1.1       gully     298:   File doc\html\accessibility_in_amaya\*
1.4       gully     299:   SetOutPath "$INSTDIR\doc\html\attaching_annotations"
1.1       gully     300:   File doc\html\attaching_annotations\*
1.4       gully     301:   SetOutPath "$INSTDIR\doc\html\browsing"
1.1       gully     302:   File doc\html\browsing\*
1.4       gully     303:   SetOutPath "$INSTDIR\doc\html\configuring_amaya"
1.1       gully     304:   File doc\html\configuring_amaya\*
1.4       gully     305:   SetOutPath "$INSTDIR\doc\html\editing_attributes"
1.1       gully     306:   File doc\html\editing_attributes\*
1.4       gully     307:   SetOutPath "$INSTDIR\doc\html\editing_documents"
1.1       gully     308:   File doc\html\editing_documents\*
1.4       gully     309:   SetOutPath "$INSTDIR\doc\html\editing_iso-latin-1_characters"
1.1       gully     310:   File doc\html\editing_iso-latin-1_characters\*
1.4       gully     311:   SetOutPath "$INSTDIR\doc\html\editing_mathematics"
1.1       gully     312:   File doc\html\editing_mathematics\*
1.4       gully     313:   SetOutPath "$INSTDIR\doc\html\editing_tables"
1.1       gully     314:   File doc\html\editing_tables\*
1.4       gully     315:   SetOutPath "$INSTDIR\doc\html\elements"
1.1       gully     316:   File doc\html\elements\*
1.4       gully     317:   SetOutPath "$INSTDIR\doc\html\HTML-elements"
1.1       gully     318:   File doc\html\HTML-elements\*
1.4       gully     319:   SetOutPath "$INSTDIR\doc\html\linking"
1.1       gully     320:   File doc\html\linking\*
1.4       gully     321:   SetOutPath "$INSTDIR\doc\html\printing"
1.1       gully     322:   File doc\html\printing\*
1.4       gully     323:   SetOutPath "$INSTDIR\doc\html\saving_and_publishing_documents"
1.1       gully     324:   File doc\html\saving_and_publishing_documents\*
1.4       gully     325:   SetOutPath "$INSTDIR\doc\html\searching_and_replacing_text"
1.1       gully     326:   File doc\html\searching_and_replacing_text\*
1.4       gully     327:   SetOutPath "$INSTDIR\doc\html\selecting"
1.1       gully     328:   File doc\html\selecting\*
1.4       gully     329:   SetOutPath "$INSTDIR\doc\html\spell_checking"
1.1       gully     330:   File doc\html\spell_checking\*
1.4       gully     331:   SetOutPath "$INSTDIR\doc\html\style_sheets"
1.1       gully     332:   File doc\html\style_sheets\*
1.4       gully     333:   SetOutPath "$INSTDIR\doc\html\using_graphics"
1.1       gully     334:   File doc\html\using_graphics\*
1.4       gully     335:   SetOutPath "$INSTDIR\doc\html\using_image_maps"
1.1       gully     336:   File doc\html\using_image_maps\*
1.4       gully     337:   SetOutPath "$INSTDIR\doc\html\using_the_makebook_function"
1.1       gully     338:   File doc\html\using_the_makebook_function\*
1.4       gully     339:   SetOutPath "$INSTDIR\doc\html\using_xml"
1.1       gully     340:   File doc\html\using_xml\*
1.4       gully     341:   SetOutPath "$INSTDIR\doc\html\viewing"
1.1       gully     342:   File doc\html\viewing\*
                    343: 
                    344:   SetOutPath "$INSTDIR\doc\images"
                    345:   File doc\images\*
                    346: 
1.10      gully     347:   SetDetailsPrint textonly
                    348:   DetailPrint "Installing Amaya ttf fonts"
                    349:   SetDetailsPrint listonly
                    350: 
1.1       gully     351:   SetOutPath "$INSTDIR\fonts"
                    352:   File fonts\*
                    353: 
1.10      gully     354:   SetDetailsPrint textonly
                    355:   DetailPrint "Writting registry keys"
                    356:   SetDetailsPrint listonly
                    357: 
1.1       gully     358:   ;Store installation folder
1.10      gully     359:   WriteRegStr HKCU "Software\AmayaWX" "" $INSTDIR 
                    360:   WriteRegExpandStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AmayaWX" "UninstallString" '"$INSTDIR\Uninstall.exe"'
                    361:   WriteRegExpandStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AmayaWX" "InstallLocation" "$INSTDIR"
                    362:   WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AmayaWX" "DisplayName" "Amaya"
1.11      gully     363:   WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AmayaWX" "DisplayIcon" "$INSTDIR\WindowsWX\bin\amaya.exe"
1.10      gully     364:   WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AmayaWX" "DisplayVersion" "${VERSION}"
                    365:   WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AmayaWX" "URLInfoAbout" "http://www.w3.org/Amaya"
1.11      gully     366: 
                    367:   ; Associate files to amaya
                    368:   WriteRegStr HKCR "Amaya" "" "Amaya Files"
                    369:   WriteRegStr HKCR "Amaya\DefaultIcon" "" "$INSTDIR\WindowsWX\bin\amaya.exe"
                    370:   ReadRegStr $R0 HKCR "Amaya\shell\open\command" ""
                    371:   StrCmp $R0 "" 0 no_amayaopen
                    372:     WriteRegStr HKCR "Amaya\shell" "" "open"
                    373:     WriteRegStr HKCR "Amaya\shell\open\command" "" '"$INSTDIR\WindowsWX\bin\amaya.exe" "%1"'
                    374:   no_amayaopen:
1.1       gully     375:   
                    376:   ;Create uninstaller
                    377:   WriteUninstaller "$INSTDIR\Uninstall.exe"
                    378: 
                    379:   ;Start Menu
                    380:   !insertmacro MUI_STARTMENU_WRITE_BEGIN Application   
                    381:     ;Create shortcuts
                    382:     CreateDirectory "$SMPROGRAMS\$STARTMENU_FOLDER"
                    383:     CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Uninstall.lnk" "$INSTDIR\Uninstall.exe"
                    384:     CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Amaya.lnk" "$INSTDIR\WindowsWX\bin\amaya.exe"
                    385:   !insertmacro MUI_STARTMENU_WRITE_END
                    386: 
1.3       gully     387:   ;Create desktop link
                    388:   CreateShortCut "$DESKTOP\AmayaWX.lnk" "$INSTDIR\WindowsWX\bin\amaya.exe"
1.1       gully     389: SectionEnd
                    390: 
1.11      gully     391: 
                    392: SubSection "File association" SecFileAss
                    393: 
                    394: Section ".html (HyperText Markup Language)" SecAssHTML
                    395:   WriteRegStr HKCR ".html" "" "Amaya"
                    396: SectionEnd
                    397: 
                    398: Section ".xml (eXtensible Markup Language)" SecAssXML
                    399:   WriteRegStr HKCR ".xml" "" "Amaya"
                    400: SectionEnd
                    401: 
                    402: Section ".svg (Scalable Vector Graphics)" SecAssSVG
                    403:   WriteRegStr HKCR ".svg" "" "Amaya"
                    404: SectionEnd
                    405: 
                    406: Section ".mml (MathML)" SecAssMML
                    407:   WriteRegStr HKCR ".mml" "" "Amaya"
                    408: SectionEnd
                    409: 
                    410: Section ".css (Cascading Style Sheets)" SecAssCSS
                    411:   WriteRegStr HKCR ".css" "" "Amaya"
                    412: SectionEnd
                    413: 
                    414: SubSectionEnd
                    415: 
1.1       gully     416: ;--------------------------------
                    417: ;Installer Functions
                    418: 
                    419: Function .onInit
                    420: 
                    421:   !insertmacro MUI_LANGDLL_DISPLAY
                    422: 
                    423: FunctionEnd
                    424: 
                    425: ;--------------------------------
                    426: ;Descriptions
                    427: 
                    428:   ;USE A LANGUAGE STRING IF YOU WANT YOUR DESCRIPTIONS TO BE LANGAUGE SPECIFIC
                    429: 
                    430:   ;Assign descriptions to sections
                    431:   !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
                    432:     !insertmacro MUI_DESCRIPTION_TEXT ${SecAmaya} "Amaya."
1.11      gully     433:     !insertmacro MUI_DESCRIPTION_TEXT ${SecFileAss} "Amaya files associations."
1.1       gully     434:   !insertmacro MUI_FUNCTION_DESCRIPTION_END
                    435: 
                    436: ;--------------------------------
                    437: ;Uninstaller Section
                    438: 
                    439: Section "Uninstall"
                    440: 
1.10      gully     441:   SetDetailsPrint textonly
                    442:   DetailPrint "Uninstalling Amaya..."
                    443:   SetDetailsPrint listonly
                    444: 
                    445:   IfFileExists $INSTDIR\WindowsWX\bin\amaya.exe amaya_installed
                    446:     MessageBox MB_YESNO "It does not appear that Amaya is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?" IDYES amaya_installed
                    447:     Abort "Uninstall aborted by user"
                    448:   amaya_installed:
                    449: 
                    450: 
                    451:   SetDetailsPrint textonly
                    452:   DetailPrint "Deleting Files..."
                    453:   SetDetailsPrint listonly
                    454: 
                    455:   ReadRegStr $STARTMENU_FOLDER HKCU "Software\AmayaWX" "Start Menu Folder"
                    456:   IfFileExists "$SMPROGRAMS\$STARTMENU_FOLDER\Amaya.lnk" amaya_smp_installed
                    457:     Goto amaya_smp_notinstalled
                    458:   amaya_smp_installed:
1.5       gully     459:   Delete "$SMPROGRAMS\$STARTMENU_FOLDER\Amaya.lnk"
                    460:   Delete "$SMPROGRAMS\$STARTMENU_FOLDER\Uninstall.lnk"
                    461:   RMDir "$SMPROGRAMS\$STARTMENU_FOLDER"
1.3       gully     462:   Delete "$DESKTOP\AmayaWX.lnk"
1.10      gully     463:   amaya_smp_notinstalled:
                    464: 
                    465:   RMDir /r "$INSTDIR"
                    466: 
                    467:   SetDetailsPrint textonly
                    468:   DetailPrint "Deleting Registry Keys..."
                    469:   SetDetailsPrint listonly
1.1       gully     470: 
1.10      gully     471:   DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AmayaWX"
                    472:   DeleteRegKey HKLM "Software\AmayaWX"
1.11      gully     473:   DeleteRegKey HKCR "Amaya"
1.1       gully     474: 
                    475: SectionEnd
                    476: 
                    477: ;--------------------------------
                    478: ;Uninstaller Functions
                    479: 
                    480: Function un.onInit
                    481: 
                    482:   !insertmacro MUI_UNGETLANGUAGE
                    483:   
                    484: FunctionEnd

Webmaster