|
version 1.24, 2004/12/31 20:23:04
|
version 1.25, 2005/04/09 17:29:22
|
|
|
|
| OutFile "BitTornado-0.3.10-w32install.exe" |
OutFile "BitTornado-0.3.11-w32install.exe" |
| Name "BitTornado 0.3.10" |
Name "BitTornado 0.3.11" |
| SetCompressor lzma | SetCompressor lzma |
| InstallDir "$PROGRAMFILES\BitTornado" | InstallDir "$PROGRAMFILES\BitTornado" |
| Icon "icon_bt.ico" | Icon "icon_bt.ico" |
| UninstallIcon "icon_done.ico" | UninstallIcon "icon_done.ico" |
| InstallDirRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\App Paths\btdownloadgui.exe" "" | InstallDirRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\App Paths\btdownloadgui.exe" "" |
| DirText "Setup will install BitTornado 0.3.10 in the following folder.$\r$\n$\r$\nTo install in a different folder, click Browse and select another folder." |
DirText "Setup will install BitTornado 0.3.11 in the following folder.$\r$\n$\r$\nTo install in a different folder, click Browse and select another folder." |
| ShowInstDetails show | ShowInstDetails show |
| ShowUnInstDetails show | ShowUnInstDetails show |
| | |
|
|
|
| | |
| WriteUninstaller "$INSTDIR\uninst.exe" | WriteUninstaller "$INSTDIR\uninst.exe" |
| WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\App Paths\btdownloadgui.exe" "" "$INSTDIR\btdownloadgui.exe" | WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\App Paths\btdownloadgui.exe" "" "$INSTDIR\btdownloadgui.exe" |
| WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\BitTornado" "DisplayName" "BitTornado 0.3.10" |
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\BitTornado" "DisplayName" "BitTornado 0.3.11" |
| WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\BitTornado" "UninstallString" "$INSTDIR\uninst.exe" | WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\BitTornado" "UninstallString" "$INSTDIR\uninst.exe" |
| WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\BitTornado" "DisplayIcon" "$INSTDIR\btdownloadgui.exe" | WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\BitTornado" "DisplayIcon" "$INSTDIR\btdownloadgui.exe" |
| WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\BitTornado" "DisplayVersion" "0.3.10" |
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\BitTornado" "DisplayVersion" "0.3.11" |
| WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\BitTornado" "URLInfoAbout" "http://www.bittornado.com/" | WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\BitTornado" "URLInfoAbout" "http://www.bittornado.com/" |
| WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\BitTornado" "Publisher" "John Hoffman" | WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\BitTornado" "Publisher" "John Hoffman" |
| SectionEnd | SectionEnd |
|
|
|
| | |
| Function un.onUninstSuccess | Function un.onUninstSuccess |
| HideWindow | HideWindow |
| MessageBox MB_ICONINFORMATION|MB_OK "BitTornado 0.3.10 was successfully removed from your computer." |
MessageBox MB_ICONINFORMATION|MB_OK "BitTornado 0.3.11 was successfully removed from your computer." |
| FunctionEnd | FunctionEnd |
| | |
| Function un.onInit | Function un.onInit |
| MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "Are you sure you want to completely remove BitTornado 0.3.10 and all of its components?" IDYES +2 |
MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "Are you sure you want to completely remove BitTornado 0.3.11 and all of its components?" IDYES +2 |
| Abort | Abort |
| FunctionEnd | FunctionEnd |
| | |