; Script generated by the HM NIS Edit Script Wizard. ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "¡Habla Me!" !define PRODUCT_VERSION "1.0" !define PRODUCT_PUBLISHER "Gretchen Peavy (Girlstart)" !define PRODUCT_WEB_SITE "http://www.girlstart.org/itgirl" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\HablaMe.exe" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" !define PRODUCT_UNINST_ROOT_KEY "HKLM" ; MUI 1.67 compatible ------ !include "MUI.nsh" ; MUI Settings !define MUI_ABORTWARNING !define MUI_ICON "${NSISDIR}\Contrib\Graphics\Icons\modern-install.ico" !define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico" ; Welcome page !insertmacro MUI_PAGE_WELCOME ; License page !insertmacro MUI_PAGE_LICENSE "gpl.txt" ; Directory page !insertmacro MUI_PAGE_DIRECTORY ; Instfiles page !insertmacro MUI_PAGE_INSTFILES ; Finish page !define MUI_FINISHPAGE_RUN "$INSTDIR\HablaMe.exe" !insertmacro MUI_PAGE_FINISH ; Uninstaller pages !insertmacro MUI_UNPAGE_INSTFILES ; Language files !insertmacro MUI_LANGUAGE "English" ; MUI end ------ Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" OutFile "Setup.exe" InstallDir "$PROGRAMFILES\¡Habla Me!" InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" "" ShowInstDetails show ShowUnInstDetails show Section "MainSection" SEC01 SetOutPath "$INSTDIR" SetOverwrite try File "dist\base.pyd" File "dist\bz2.pyd" File "dist\cdrom.pyd" File "dist\constants.pyd" File "dist\credits.txt" SetOutPath "$INSTDIR\data\fonts" File "dist\data\fonts\freesansbold.ttf" SetOutPath "$INSTDIR\data\images" File "dist\data\images\apple.png" File "dist\data\images\backpack smaller.png" File "dist\data\images\bananas1.gif" File "dist\data\images\bed.bmp" File "dist\data\images\bread3.jpg" File "dist\data\images\chair.bmp" File "dist\data\images\chips.bmp" File "dist\data\images\clothing.bmp" File "dist\data\images\clothingdone.bmp" File "dist\data\images\cookies.bmp" File "dist\data\images\couch.bmp" File "dist\data\images\desk.bmp" File "dist\data\images\game background bigger.gif" File "dist\data\images\grocery.bmp" File "dist\data\images\grocerydone.bmp" File "dist\data\images\jacket.bmp" File "dist\data\images\juice.bmp" File "dist\data\images\milk-1.gif" File "dist\data\images\notebook.bmp" File "dist\data\images\notepad.gif" File "dist\data\images\orange.png" File "dist\data\images\pants.bmp" File "dist\data\images\pants3.gif" File "dist\data\images\paper.bmp" File "dist\data\images\pen.png" File "dist\data\images\pencil smaller.png" File "dist\data\images\pinkhous.gif" File "dist\data\images\pinkhousdone.gif" File "dist\data\images\school.bmp" File "dist\data\images\schooldone.bmp" File "dist\data\images\shirt.bmp" File "dist\data\images\shoes.bmp" File "dist\data\images\table.bmp" File "dist\data\images\waterglass2.jpg" SetOutPath "$INSTDIR" File "dist\display.pyd" File "dist\draw.pyd" File "dist\event.pyd" File "dist\fastevent.pyd" File "dist\font.pyd" File "dist\gpl.txt" File "dist\HablaMe.exe" CreateDirectory "$SMPROGRAMS\Project IT Girl Games" CreateShortCut "$SMPROGRAMS\Project IT Girl Games\¡Habla Me!.lnk" "$INSTDIR\HablaMe.exe" CreateShortCut "$DESKTOP\¡Habla Me!.lnk" "$INSTDIR\HablaMe.exe" File "dist\image.pyd" File "dist\imageext.pyd" File "dist\joystick.pyd" File "dist\key.pyd" File "dist\library.zip" File "dist\mixer.pyd" File "dist\mixer_music.pyd" File "dist\mouse.pyd" File "dist\movie.pyd" File "dist\MSVCR71.dll" File "dist\overlay.pyd" File "dist\python25.dll" File "dist\README.txt" File "dist\rect.pyd" File "dist\rwobject.pyd" File "dist\SDL.dll" File "dist\SDL_image.dll" File "dist\SDL_mixer.dll" File "dist\SDL_ttf.dll" File "dist\smpeg.dll" File "dist\sndarray.pyd" File "dist\surface.pyd" File "dist\surfarray.pyd" File "dist\surflock.pyd" File "dist\time.pyd" File "dist\transform.pyd" File "dist\unicodedata.pyd" File "dist\w9xpopen.exe" SectionEnd Section -AdditionalIcons WriteIniStr "$INSTDIR\${PRODUCT_NAME}.url" "InternetShortcut" "URL" "${PRODUCT_WEB_SITE}" CreateShortCut "$SMPROGRAMS\Project IT Girl Games\Website.lnk" "$INSTDIR\${PRODUCT_NAME}.url" CreateShortCut "$SMPROGRAMS\Project IT Girl Games\Uninstall.lnk" "$INSTDIR\uninst.exe" SectionEnd Section -Post WriteUninstaller "$INSTDIR\uninst.exe" WriteRegStr HKLM "${PRODUCT_DIR_REGKEY}" "" "$INSTDIR\HablaMe.exe" WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayName" "$(^Name)" WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "UninstallString" "$INSTDIR\uninst.exe" WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayIcon" "$INSTDIR\HablaMe.exe" WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayVersion" "${PRODUCT_VERSION}" WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "URLInfoAbout" "${PRODUCT_WEB_SITE}" WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "Publisher" "${PRODUCT_PUBLISHER}" SectionEnd Function un.onUninstSuccess HideWindow MessageBox MB_ICONINFORMATION|MB_OK "$(^Name) was successfully removed from your computer." FunctionEnd Function un.onInit MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "Are you sure you want to completely remove $(^Name) and all of its components?" IDYES +2 Abort FunctionEnd Section Uninstall Delete "$INSTDIR\${PRODUCT_NAME}.url" Delete "$INSTDIR\uninst.exe" Delete "$INSTDIR\w9xpopen.exe" Delete "$INSTDIR\unicodedata.pyd" Delete "$INSTDIR\transform.pyd" Delete "$INSTDIR\time.pyd" Delete "$INSTDIR\surflock.pyd" Delete "$INSTDIR\surfarray.pyd" Delete "$INSTDIR\surface.pyd" Delete "$INSTDIR\sndarray.pyd" Delete "$INSTDIR\smpeg.dll" Delete "$INSTDIR\SDL_ttf.dll" Delete "$INSTDIR\SDL_mixer.dll" Delete "$INSTDIR\SDL_image.dll" Delete "$INSTDIR\SDL.dll" Delete "$INSTDIR\rwobject.pyd" Delete "$INSTDIR\rect.pyd" Delete "$INSTDIR\README.txt" Delete "$INSTDIR\python25.dll" Delete "$INSTDIR\overlay.pyd" Delete "$INSTDIR\MSVCR71.dll" Delete "$INSTDIR\movie.pyd" Delete "$INSTDIR\mouse.pyd" Delete "$INSTDIR\mixer_music.pyd" Delete "$INSTDIR\mixer.pyd" Delete "$INSTDIR\library.zip" Delete "$INSTDIR\key.pyd" Delete "$INSTDIR\joystick.pyd" Delete "$INSTDIR\imageext.pyd" Delete "$INSTDIR\image.pyd" Delete "$INSTDIR\HablaMe.exe" Delete "$INSTDIR\gpl.txt" Delete "$INSTDIR\font.pyd" Delete "$INSTDIR\fastevent.pyd" Delete "$INSTDIR\event.pyd" Delete "$INSTDIR\draw.pyd" Delete "$INSTDIR\display.pyd" Delete "$INSTDIR\data\images\waterglass2.jpg" Delete "$INSTDIR\data\images\table.bmp" Delete "$INSTDIR\data\images\shoes.bmp" Delete "$INSTDIR\data\images\shirt.bmp" Delete "$INSTDIR\data\images\schooldone.bmp" Delete "$INSTDIR\data\images\school.bmp" Delete "$INSTDIR\data\images\pinkhousdone.gif" Delete "$INSTDIR\data\images\pinkhous.gif" Delete "$INSTDIR\data\images\pencil smaller.png" Delete "$INSTDIR\data\images\pen.png" Delete "$INSTDIR\data\images\paper.bmp" Delete "$INSTDIR\data\images\pants3.gif" Delete "$INSTDIR\data\images\pants.bmp" Delete "$INSTDIR\data\images\orange.png" Delete "$INSTDIR\data\images\notepad.gif" Delete "$INSTDIR\data\images\notebook.bmp" Delete "$INSTDIR\data\images\milk-1.gif" Delete "$INSTDIR\data\images\juice.bmp" Delete "$INSTDIR\data\images\jacket.bmp" Delete "$INSTDIR\data\images\grocerydone.bmp" Delete "$INSTDIR\data\images\grocery.bmp" Delete "$INSTDIR\data\images\game background bigger.gif" Delete "$INSTDIR\data\images\desk.bmp" Delete "$INSTDIR\data\images\couch.bmp" Delete "$INSTDIR\data\images\cookies.bmp" Delete "$INSTDIR\data\images\clothingdone.bmp" Delete "$INSTDIR\data\images\clothing.bmp" Delete "$INSTDIR\data\images\chips.bmp" Delete "$INSTDIR\data\images\chair.bmp" Delete "$INSTDIR\data\images\bread3.jpg" Delete "$INSTDIR\data\images\bed.bmp" Delete "$INSTDIR\data\images\bananas1.gif" Delete "$INSTDIR\data\images\backpack smaller.png" Delete "$INSTDIR\data\images\apple.png" Delete "$INSTDIR\data\fonts\freesansbold.ttf" Delete "$INSTDIR\credits.txt" Delete "$INSTDIR\constants.pyd" Delete "$INSTDIR\cdrom.pyd" Delete "$INSTDIR\bz2.pyd" Delete "$INSTDIR\base.pyd" Delete "$SMPROGRAMS\Project IT Girl Games\Uninstall.lnk" Delete "$SMPROGRAMS\Project IT Girl Games\Website.lnk" Delete "$DESKTOP\¡Habla Me!.lnk" Delete "$SMPROGRAMS\Project IT Girl Games\¡Habla Me!.lnk" RMDir "$SMPROGRAMS\Project IT Girl Games" RMDir "$INSTDIR\data\images" RMDir "$INSTDIR\data\fonts" RMDir "$INSTDIR" DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" DeleteRegKey HKLM "${PRODUCT_DIR_REGKEY}" SetAutoClose true SectionEnd