1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-05 00:22:31 +02:00

Merge branch 'master' of https://github.com/stever/tomahawk into stever-master

This commit is contained in:
Leo Franchi 2011-03-30 09:44:44 -04:00
commit 8fbcf0cec9
3 changed files with 7 additions and 0 deletions

View File

@ -554,6 +554,13 @@ Function .onInit
StrCmp $R0 0 +3
MessageBox MB_OK|MB_ICONEXCLAMATION "The installer is already running."
Abort
;Use available InstallLocation when possible. This is useful in the uninstaller
;via re-install, which would otherwise use a default location - a bug.
ReadRegStr $R0 HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Tomahawk" "InstallLocation"
StrCmp $R0 "" SkipSetInstDir
StrCpy $INSTDIR $R0
SkipSetInstDir:
FunctionEnd
Function .onInstSuccess

BIN
admin/win/page_header.bmp Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
admin/win/welcome.bmp Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB