mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Merge branch 'master' of https://github.com/stever/tomahawk into stever-master
This commit is contained in:
@@ -554,6 +554,13 @@ Function .onInit
|
|||||||
StrCmp $R0 0 +3
|
StrCmp $R0 0 +3
|
||||||
MessageBox MB_OK|MB_ICONEXCLAMATION "The installer is already running."
|
MessageBox MB_OK|MB_ICONEXCLAMATION "The installer is already running."
|
||||||
Abort
|
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
|
FunctionEnd
|
||||||
|
|
||||||
Function .onInstSuccess
|
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 |
Reference in New Issue
Block a user