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:
commit
8fbcf0cec9
@ -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
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
BIN
admin/win/welcome.bmp
Executable file
Binary file not shown.
After Width: | Height: | Size: 151 KiB |
Loading…
x
Reference in New Issue
Block a user