diff --git a/LOSI.nsi b/LOSI.nsi index f3024f7..9888dd9 100644 --- a/LOSI.nsi +++ b/LOSI.nsi @@ -26,7 +26,7 @@ var advancedInstall !include WinMessages.nsh !define PRODUCT_NAME "LOSI" -!define PRODUCT_VERSION "0.4" +!define PRODUCT_VERSION "0.4.5" !define PRODUCT_PUBLISHER "Tobbe" !define PRODUCT_WEB_SITE "http://tlundberg.com/LOSI" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\litestep.exe" diff --git a/LS/losi/changelog.txt b/LS/losi/changelog.txt index 3dee459..7713074 100644 --- a/LS/losi/changelog.txt +++ b/LS/losi/changelog.txt @@ -310,3 +310,7 @@ ls.com is down for an unknown period of time I started this changelog instead 2009-03-18: Got rid of nbi-studios as a NLM site. Added ls-themes.org instead. Updated to xPaintClass-1.0 Update 6. Released LOSI 0.4 + +2009-05-07: Fixed a bug that prevented SLI ThemeManager from working as it + should. + Released LOSI 0.4.5 \ No newline at end of file diff --git a/SectionLOSI.nsh b/SectionLOSI.nsh index 317a8fb..9285b23 100644 --- a/SectionLOSI.nsh +++ b/SectionLOSI.nsh @@ -19,13 +19,7 @@ Section "$(NAME_SecLosi)" SecLosi ; Write some registry settings that SLI-ThemeManager needs Push $0 ${whereprofilesarray->Read} $0 0 - ${If} $0 == "$INSTDIR\Profiles\$username" - WriteRegStr HKCU "Software\Litestep\SLI\ThemeManager" "ThemesDir" "$INSTDIR\Profiles\%USERNAME%\themes\" - ${ElseIf} $0 == "$APPDATA\LiteStep" - WriteRegStr HKCU "Software\Litestep\SLI\ThemeManager" "ThemesDir" "%APPDATA%\LiteStep\themes\" - ${Else} - WriteRegStr HKCU "Software\Litestep\SLI\ThemeManager" "ThemesDir" "$0\themes\" - ${EndIf} + WriteRegStr HKCU "Software\Litestep\SLI\ThemeManager" "ThemesDir" "$0\themes\" Pop $0 WriteRegStr HKCU "Software\Litestep\SLI\ThemeManager" "LitestepDir" "$INSTDIR\"