rainmeter-studio/SkinInstaller
2013-11-03 20:18:42 +02:00
..
res - Merged Rainstaller and RainBackup into SkinInstaller. The Rainstaller code is not yet refactored, but is fully functional. 2011-11-27 13:24:37 +00:00
zlib SkinInstaller: Update zlib to 1.2.8 2013-10-20 12:56:49 +03:00
Application.h Revert "SkinInstaller: Fix issues with paths containing Unicode characters" 2013-04-21 10:08:26 -04:00
DialogInstall.cpp SkinInstaller: Split into SkinInstaller.dll and SkinInstaller.exe to support 04e3376 2013-10-20 12:28:59 +03:00
DialogInstall.h SkinInstaller: Remove "UseD2D" in installed themes 2013-10-06 17:25:03 +03:00
DialogPackage.cpp SkinInstaller: Split into SkinInstaller.dll and SkinInstaller.exe to support 04e3376 2013-10-20 12:28:59 +03:00
DialogPackage.h SkinInstaller/SkinPackager: Fix Unicode filename handling 2013-10-16 17:21:07 +03:00
readme.txt - Merged Rainstaller and RainBackup into SkinInstaller. The Rainstaller code is not yet refactored, but is fully functional. 2011-11-27 13:24:37 +00:00
resource.h Additional change to 34b59f9 2012-06-23 22:49:55 +03:00
SkinInstaller.cpp SkinInstaller: Split into SkinInstaller.dll and SkinInstaller.exe to support 04e3376 2013-10-20 12:28:59 +03:00
SkinInstaller.def SkinInstaller: Split into SkinInstaller.dll and SkinInstaller.exe to support 04e3376 2013-10-20 12:28:59 +03:00
SkinInstaller.h SkinInstaller: Split into SkinInstaller.dll and SkinInstaller.exe to support 04e3376 2013-10-20 12:28:59 +03:00
SkinInstaller.rc SkinInstaller: Split into SkinInstaller.dll and SkinInstaller.exe to support 04e3376 2013-10-20 12:28:59 +03:00
SkinInstaller.vcxproj Move .props files to Build\VS\ 2013-11-03 20:18:42 +02:00
SkinInstaller.vcxproj.filters SkinInstaller: Update zlib to 1.2.8 2013-10-20 12:56:49 +03:00
SkinInstallerLauncher.cpp Minor fixes 2013-10-21 19:22:57 +03:00
SkinInstallerLauncher.rc SkinInstaller: Split into SkinInstaller.dll and SkinInstaller.exe to support 04e3376 2013-10-20 12:28:59 +03:00
SkinInstallerLauncher.vcxproj Move .props files to Build\VS\ 2013-11-03 20:18:42 +02:00
SkinInstallerLauncher.vcxproj.filters SkinInstaller: Split into SkinInstaller.dll and SkinInstaller.exe to support 04e3376 2013-10-20 12:28:59 +03:00
StdAfx.cpp Adjusted copyright notice. 2012-01-23 06:36:15 +00:00
StdAfx.h Added Packager 2012-06-16 21:56:46 +03:00

* Zlib library:
  Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
  http://zlib.net/

* Minizip unzip library (modified for Unicode support):
  Copyright (C) 1998-2009 Gilles Vollant
  http://www.winimage.com/zLibDll/minizip.html

* XP/Vista workarounds modified for own needs from:
  Copyright (C) Anders Kjersem
  http://nsis.sourceforge.net/UAC_plug-in

	Note that the zlib/minizip libraries are not complete. That is, unneeded
	files are not present. Visit links above for complete source distribution.

	Zlib, Minizip, and the work of Anders Kjersem are all distributed under the
	zlib/libpng license:

		This software is provided 'as-is', without any express or implied
		warranty.  In no event will the authors be held liable for any damages
		arising from the use of this software.

		Permission is granted to anyone to use this software for any purpose,
		including commercial applications, and to alter it and redistribute it
		freely, subject to the following restrictions:

		1. The origin of this software must not be misrepresented; you must not
		   claim that you wrote the original software. If you use this software
		   in a product, an acknowledgment in the product documentation would be
		   appreciated but is not required.
		2. Altered source versions must be plainly marked as such, and must not be
		   misrepresented as being the original software.
		3. This notice may not be removed or altered from any source distribution.


* SkinInstaller itself is distributed under the GNU GPL v2 license (found in \trunk).
  Copyright (C) 2011 Birunthan Mohanathas