Hi Andy,
re:
> Also would be nice if user modifications/customizations didn't require changing anything in the application
> installation - i.e. MoI looks for plugins in a user-customizable folder (or hard-coded location in AppData).
That is implemented in MoI v4. In v4 MoI looks for commands in the %AppData%\Moi\commands folder in addition to the install commands folder.
It's a good idea to put them there instead, that way they'll be found automatically by new versions and you won't have to copy them around anymore.
There is also a setting in moi.ini where you can put in additional folders to look for:
quote:
Additional command dirs - Add moi.ini setting under [Commands] AdditionalCommandsDirs= which can be set to a semi-colon delimited list of additional directories to look for commands, in addition to the built in commands and appdata commands.
[Commands]
AdditionalCommandsDirs=c:\path1;c:\path2
- Michael
|