It is currently March 28th, 2024, 2:40 pm

Rainmeter Update Checker

Share and get help with Plugins and Addons
Post Reply
User avatar
~Faradey~
Posts: 366
Joined: November 12th, 2009, 4:47 pm
Location: Ukraine

Rainmeter Update Checker

Post by ~Faradey~ »

[back #51A6D0] RainmeterUpdateChecker v.1.1.0.60 [/back]
ruc.jpg
- use options to check for available update of release or beta version of Rainmeter
- added command line options for having an ability to check updates in silent mode (without GUI)

• command line syntax:
Opt1 = optional "Path to Rainmeter.exe"
Opt2 = optional "Silent Mode" possible values: 1-enable; 0-disable

in Rainmeter i recommend to pass #PROGRAMPATH# variable, otherwise 'it' will assume that Rainmeter is installed at @HomeDrive\Program Files\Rainmeter\Rainmeter.exe

Code: Select all

!Bang = ["PathToRainmeterUpdateChecker.exe" "#PROGRAMPATH#"]
silent mode (first opt required)
!Bang = ["PathToRainmeterUpdateChecker.exe" "#PROGRAMPATH#" 1]
please comment ;)
report for bugs...


Changes:
• Fully rewritten code
• Convenient GUI


Download v1.1.0.60
Hash Sums wrote: RainmeterUpdateChecker.zip
CRC32 C8728A61
MD5 0ED6C88EE5803A909F1A131F6C6BE9B2
SHA-1 D5C107E65A857BD5F5CE3CD948B064ACDEADD7F3
Attachments
RainmeterUpdateChecker.zip
(634.43 KiB) Downloaded 178 times
Last edited by ~Faradey~ on April 22nd, 2016, 5:39 pm, edited 2 times in total.
User avatar
exper1mental
Posts: 269
Joined: January 9th, 2013, 7:52 pm
Location: Clemson University
Contact:

Re: Rainmeter Update Checker

Post by exper1mental »

It would appear the script (at least pertaining to stable releases) is broken. I have the latest version of Rainmeter installed (3.0.2.2161) but it still says "A new release of Rainmeter is available: 3.0.2 Do you want to download and install it?"

I am messing with the script myself but it would be great if someone more knowledgeable of AutoIt scripts could weigh in here.


Nvm, I modified a Rainmeter Updater by MangeMouette to suit my purposes.
User avatar
~Faradey~
Posts: 366
Joined: November 12th, 2009, 4:47 pm
Location: Ukraine

Re: Rainmeter Update Checker

Post by ~Faradey~ »

Updated!
Read first post ;-)
Post Reply