It is currently March 28th, 2024, 3:37 pm

Folder rearrangements

Changes made during the Rainmeter 2.5 beta cycle and earlier.
Post Reply
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm
Contact:

Folder rearrangements

Post by poiru »

In Rainmeter 2.3 RC several folders have been moved to new locations:
  • Addons have been moved from Program Files\Rainmeter to %APPDATA%\Rainmeter\Addons
  • Non-default plugins have been moved from Program Files\Rainmeter\Plugins\*.dll to
    %APPDATA%\Rainmeter\Plugins\*.dll
The change was made for several reasons:
  • %APPDATA% is a per-user location whereas Program Files is machine-wide. Since addons and plugins are user-specific components, having them in a per-user location is better.
  • Since %APPDATA% is a per-user location, installing to it does not require UAC elevation. Thus, Skin Installer can install addons and plugins without administrative privileges.
Note that plugins in %APPDATA% cannot override plugins in Program Files.

This change does NOT require changes in skins. We handle everything automatically. But you really should stop using the Addons folder :)

This change affects Standard installations only. Portable installs are not affected.
Last edited by dragonmage on June 17th, 2012, 5:37 pm, edited 1 time in total.
Reason: Fixed a closing snippet tag.
Post Reply