Replaced UpdateApplicationRC.exe and UpdatePluginRC.exe with a more efficient method.

This commit is contained in:
Birunthan Mohanathas 2010-11-13 12:51:20 +00:00
parent 14f4a1b5a3
commit fa351991a5
19 changed files with 62 additions and 90 deletions

View File

@ -2,6 +2,7 @@
// Caution! Do not modify this file without changing \install\UpdateApplicationRC.au3
//
#include "resource.h"
#include "..\revision-number.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@ -28,8 +29,8 @@ LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,0,592
PRODUCTVERSION 1,4,0,592
FILEVERSION FILEVER
PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -45,12 +46,12 @@ BEGIN
BLOCK "040b04b0"
BEGIN
VALUE "FileDescription", "Rainmeter - A Customizable Resource Meter"
VALUE "FileVersion", "1, 4, 0, 592"
VALUE "FileVersion", STRFILEVER
VALUE "InternalName", "Rainmeter"
VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy"
VALUE "OriginalFilename", "Rainmeter.exe"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 4, 0, 592"
VALUE "ProductVersion", STRPRODUCTVER
END
END
BLOCK "VarFileInfo"

View File

@ -1,11 +1,9 @@
// Microsoft Developer Studio generated resource script.
// Caution! Do not modify this file without changing \install\UpdateApplicationRC.au3
//
#include "..\..\revision-number.h"
#define APSTUDIO_READONLY_SYMBOLS
#include "windows.h"
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@ -15,7 +13,7 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,0,0
PRODUCTVERSION 1,4,0,592
PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@ -36,7 +34,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy"
VALUE "OriginalFilename", "AdvancedCPU.dll"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 4, 0, 592 (x64)"
VALUE "ProductVersion", STRPRODUCTVER
END
END
BLOCK "VarFileInfo"

View File

@ -1,11 +1,9 @@
// Microsoft Developer Studio generated resource script.
// Caution! Do not modify this file without changing \install\UpdateApplicationRC.au3
//
#include "..\..\revision-number.h"
#define APSTUDIO_READONLY_SYMBOLS
#include "windows.h"
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@ -15,7 +13,7 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,4,0,592
PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@ -36,7 +34,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy"
VALUE "OriginalFilename", "ExamplePlugin.dll"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 4, 0, 592 (x64)"
VALUE "ProductVersion", STRPRODUCTVER
END
END
BLOCK "VarFileInfo"

View File

@ -1,11 +1,9 @@
// Microsoft Developer Studio generated resource script.
// Caution! Do not modify this file without changing \install\UpdateApplicationRC.au3
//
#include "..\..\revision-number.h"
#define APSTUDIO_READONLY_SYMBOLS
#include "windows.h"
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@ -15,7 +13,7 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,4,0,592
PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@ -36,7 +34,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2010 - poiru"
VALUE "OriginalFilename", "PluginMediaKey.dll"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 4, 0, 592 (x64)"
VALUE "ProductVersion", STRPRODUCTVER
END
END
BLOCK "VarFileInfo"

View File

@ -1,11 +1,9 @@
// Microsoft Developer Studio generated resource script.
// Caution! Do not modify this file without changing \install\UpdateApplicationRC.au3
//
#include "..\..\revision-number.h"
#define APSTUDIO_READONLY_SYMBOLS
#include "windows.h"
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@ -15,7 +13,7 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,0,0
PRODUCTVERSION 1,4,0,592
PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@ -36,7 +34,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy"
VALUE "OriginalFilename", "PluginPerfMon.dll"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 4, 0, 592 (x64)"
VALUE "ProductVersion", STRPRODUCTVER
END
END
BLOCK "VarFileInfo"

View File

@ -1,11 +1,9 @@
// Microsoft Developer Studio generated resource script.
// Caution! Do not modify this file without changing \install\UpdateApplicationRC.au3
//
#include "..\..\revision-number.h"
#define APSTUDIO_READONLY_SYMBOLS
#include "windows.h"
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@ -15,7 +13,7 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,0,0
PRODUCTVERSION 1,4,0,592
PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@ -36,7 +34,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy"
VALUE "OriginalFilename", "PluginPing.dll"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 4, 0, 592 (x64)"
VALUE "ProductVersion", STRPRODUCTVER
END
END
BLOCK "VarFileInfo"

View File

@ -1,11 +1,9 @@
// Microsoft Developer Studio generated resource script.
// Caution! Do not modify this file without changing \install\UpdateApplicationRC.au3
//
#include "..\..\revision-number.h"
#define APSTUDIO_READONLY_SYMBOLS
#include "windows.h"
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@ -15,7 +13,7 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,3,0,0
PRODUCTVERSION 1,4,0,592
PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@ -36,7 +34,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy"
VALUE "OriginalFilename", "PluginPower.dll"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 4, 0, 592 (x64)"
VALUE "ProductVersion", STRPRODUCTVER
END
END
BLOCK "VarFileInfo"

View File

@ -1,11 +1,9 @@
// Microsoft Developer Studio generated resource script.
// Caution! Do not modify this file without changing \install\UpdateApplicationRC.au3
//
#include "..\..\revision-number.h"
#define APSTUDIO_READONLY_SYMBOLS
#include "windows.h"
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@ -15,7 +13,7 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,4,0,592
PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@ -36,7 +34,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy"
VALUE "OriginalFilename", "PluginQuote.dll"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 4, 0, 592 (x64)"
VALUE "ProductVersion", STRPRODUCTVER
END
END
BLOCK "VarFileInfo"

View File

@ -1,11 +1,9 @@
// Microsoft Developer Studio generated resource script.
// Caution! Do not modify this file without changing \install\UpdateApplicationRC.au3
//
#include "..\..\revision-number.h"
#define APSTUDIO_READONLY_SYMBOLS
#include "windows.h"
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@ -15,7 +13,7 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,4,0,592
PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@ -36,7 +34,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2010 - gschoppe"
VALUE "OriginalFilename", "PluginRecycleManager.dll"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 4, 0, 592 (x64)"
VALUE "ProductVersion", STRPRODUCTVER
END
END
BLOCK "VarFileInfo"

View File

@ -1,11 +1,9 @@
// Microsoft Developer Studio generated resource script.
// Caution! Do not modify this file without changing \install\UpdateApplicationRC.au3
//
#include "..\..\revision-number.h"
#define APSTUDIO_READONLY_SYMBOLS
#include "windows.h"
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@ -15,7 +13,7 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,3,0,0
PRODUCTVERSION 1,4,0,592
PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@ -36,7 +34,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2010 - David Negstad"
VALUE "OriginalFilename", "PluginResMon.dll"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 4, 0, 592 (x64)"
VALUE "ProductVersion", STRPRODUCTVER
END
END
BLOCK "VarFileInfo"

View File

@ -1,11 +1,9 @@
// Microsoft Developer Studio generated resource script.
// Caution! Do not modify this file without changing \install\UpdateApplicationRC.au3
//
#include "..\..\revision-number.h"
#define APSTUDIO_READONLY_SYMBOLS
#include "windows.h"
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@ -15,7 +13,7 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,0,0
PRODUCTVERSION 1,4,0,592
PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@ -36,7 +34,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy"
VALUE "OriginalFilename", "PluginSpeedFan.dll"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 4, 0, 592 (x64)"
VALUE "ProductVersion", STRPRODUCTVER
END
END
BLOCK "VarFileInfo"

View File

@ -1,11 +1,9 @@
// Microsoft Developer Studio generated resource script.
// Caution! Do not modify this file without changing \install\UpdateApplicationRC.au3
//
#include "..\..\revision-number.h"
#define APSTUDIO_READONLY_SYMBOLS
#include "windows.h"
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@ -15,7 +13,7 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,0,0
PRODUCTVERSION 1,4,0,592
PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@ -36,7 +34,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy / Mordred"
VALUE "OriginalFilename", "PluginSysInfo.dll"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 4, 0, 592 (x64)"
VALUE "ProductVersion", STRPRODUCTVER
END
END
BLOCK "VarFileInfo"

View File

@ -1,11 +1,9 @@
// Microsoft Developer Studio generated resource script.
// Caution! Do not modify this file without changing \install\UpdateApplicationRC.au3
//
#include "..\..\revision-number.h"
#define APSTUDIO_READONLY_SYMBOLS
#include "windows.h"
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@ -15,7 +13,7 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,4,0,592
PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@ -36,7 +34,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2010 - Dexpot GbR"
VALUE "OriginalFilename", "PluginVirtualDesktops.dll"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 4, 0, 592 (x64)"
VALUE "ProductVersion", STRPRODUCTVER
END
END
BLOCK "VarFileInfo"

View File

@ -1,11 +1,9 @@
// Microsoft Developer Studio generated resource script.
// Caution! Do not modify this file without changing \install\UpdateApplicationRC.au3
//
#include "..\..\revision-number.h"
#define APSTUDIO_READONLY_SYMBOLS
#include "windows.h"
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@ -15,7 +13,7 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,13,0,0
PRODUCTVERSION 1,4,0,592
PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@ -36,7 +34,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy"
VALUE "OriginalFilename", "PluginWebParser.dll"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 4, 0, 592 (x64)"
VALUE "ProductVersion", STRPRODUCTVER
END
END
BLOCK "VarFileInfo"

View File

@ -1,11 +1,9 @@
// Microsoft Developer Studio generated resource script.
// Caution! Do not modify this file without changing \install\UpdateApplicationRC.au3
//
#include "..\..\revision-number.h"
#define APSTUDIO_READONLY_SYMBOLS
#include "windows.h"
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@ -15,7 +13,7 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,9,0,0
PRODUCTVERSION 1,4,0,592
PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@ -36,7 +34,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2010 - nvme"
VALUE "OriginalFilename", "PluginWifiStatus.dll"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 4, 0, 592 (x64)"
VALUE "ProductVersion", STRPRODUCTVER
END
END
BLOCK "VarFileInfo"

View File

@ -1,11 +1,9 @@
// Microsoft Developer Studio generated resource script.
// Caution! Do not modify this file without changing \install\UpdateApplicationRC.au3
//
#include "..\..\revision-number.h"
#define APSTUDIO_READONLY_SYMBOLS
#include "windows.h"
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@ -15,7 +13,7 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,6,0,0
PRODUCTVERSION 1,4,0,592
PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@ -36,7 +34,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2010 - Reiswaffle"
VALUE "OriginalFilename", "PluginWin7Audio.dll"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 4, 0, 592 (x64)"
VALUE "ProductVersion", STRPRODUCTVER
END
END
BLOCK "VarFileInfo"

View File

@ -1,11 +1,9 @@
// Microsoft Developer Studio generated resource script.
// Caution! Do not modify this file without changing \install\UpdateApplicationRC.au3
//
#include "..\..\revision-number.h"
#define APSTUDIO_READONLY_SYMBOLS
#include "windows.h"
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@ -15,7 +13,7 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,4,0,592
PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@ -36,7 +34,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy"
VALUE "OriginalFilename", "PluginWindowMessage.dll"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 4, 0, 592 (x64)"
VALUE "ProductVersion", STRPRODUCTVER
END
END
BLOCK "VarFileInfo"

View File

@ -1,11 +1,9 @@
// Microsoft Developer Studio generated resource script.
// Caution! Do not modify this file without changing \install\UpdateApplicationRC.au3
//
#include "..\..\revision-number.h"
#define APSTUDIO_READONLY_SYMBOLS
#include "windows.h"
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@ -15,7 +13,7 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,1,0,0
PRODUCTVERSION 1,4,0,592
PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@ -36,7 +34,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2010 - Elestel"
VALUE "OriginalFilename", "PluginiTunes.dll"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 4, 0, 592 (x64)"
VALUE "ProductVersion", STRPRODUCTVER
END
END
BLOCK "VarFileInfo"

View File

@ -1,3 +1,8 @@
#pragma once
const int revision_number = 592;
#define FILEVER 1,4,0,593
#define PRODUCTVER 1,4,0,593
#define STRFILEVER "1.4.0.593"
#define STRPRODUCTVER "1.4.0.593 (64-bit)"
const int revision_number = 593;
const bool revision_beta = true;