Added workaround for old plugins using relative path to Rainmeter.exe

This commit is contained in:
Birunthan Mohanathas
2012-06-09 19:45:27 +03:00
parent 87817bc050
commit 83f1b1ae0e
8 changed files with 312 additions and 15 deletions

View File

@ -506,6 +506,11 @@ FunctionEnd
File "..\..\TestBench\${DIR}\Release\Rainmeter.dll"
File "..\..\TestBench\${DIR}\Release\SkinInstaller.exe"
${If} $InstallPortable != 1
File "..\..\TestBench\${DIR}\Release\Launcher.exe"
SetFileAttributes "$INSTDIR\Launcher.exe" HIDDEN
${EndIf}
SetOutPath "$INSTDIR\Plugins"
File /x *Example*.dll "..\..\TestBench\${DIR}\Release\Plugins\*.dll"
!macroend