mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Rainstaller:
This commit is to get the repository set up to add Rainstaller.exe to the Rainmeter build and installation package - Rainstaller is installed to the Rainmeter program folder under \Addons\Rainstaller Rainstaller.exe Rainstaller.chm - A file association is created for the extension .rmskins to allow double clicking a .rmskins file to open Rainstaller.exe, unpack the .rmskins archive (it is a renamed .zip file) and install the Skin(s) / Themes included. - Rainstaller.lnk (Rainstaller.exe) and Rainstaller Help.lnk (Rainstaller Help.chm) are added to the Windows Start Menu under Rainmeter - Code added to the "uninstall" routines in Rainmeter Install Script.nsi to remove the file association for Rainstaller.exe / .rmskins on uninstall of Rainmeter and to remove the links from the Windows Start Menu. ***************** Code Changes: - New version of Build.py for compiling all source code - New version of Rainmeter Install Script.nsi for creating the Rainmeter installation package - Source code and build script for Rainstaller in \Addons\Rainstaller\Source Rainmeter.nsi Rainmeter.chm \include (folder has some addon scripts and plugins for NSIS) Note: As of this build, everything works EXCEPT that Rainstaller can only be used by double-clicking a .rmskins file. The ability to drag and drop a .rmskins file on Rainstaller.exe or to run Rainstaller.exe and "browse" to open a .rmskins file is coming in the next day or two.
This commit is contained in:
@ -27,8 +27,8 @@ LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,2,0,376
|
||||
PRODUCTVERSION 1,2,0,376
|
||||
FILEVERSION 1,2,0,377
|
||||
PRODUCTVERSION 1,2,0,377
|
||||
FILEFLAGSMASK 0x17L
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
@ -44,12 +44,12 @@ BEGIN
|
||||
BLOCK "040b04b0"
|
||||
BEGIN
|
||||
VALUE "FileDescription", "Rainmeter - A Customizable Resource Meter"
|
||||
VALUE "FileVersion", "1, 2, 0, 376"
|
||||
VALUE "FileVersion", "1, 2, 0, 377"
|
||||
VALUE "InternalName", "Rainmeter"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy"
|
||||
VALUE "OriginalFilename", "Rainmeter.exe"
|
||||
VALUE "ProductName", "Rainmeter"
|
||||
VALUE "ProductVersion", "1, 2, 0, 376"
|
||||
VALUE "ProductVersion", "1, 2, 0, 377"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
Reference in New Issue
Block a user