=====
NOTES
=====
1. Do not use while other Adobe products are running.

=====
FONTS
=====
Muse Portable does support additional fonts.
These fonts are only available during runtime, and are cleaned up when closed.

This avoids having to install into the Operating System:
- which degrades performance.
- and avoids common font corruption errors.

Supported font types: .fon, .fnt, .ttf, .ttc, .fot, .otf, .mmm, .pfb, .pfm.

No installation required.. simply add desired fonts into: ..\Data\Fonts
- before exiting, close any application(s) that may have font(s) open.

===========
ASSOCIATION
===========
I've associated .mucow, .mulib, .mulk, .muse
To associate is very easy:

1. Navigate to: App\AppInfo\Launcher

2. Open MusePortable.ini with Notepad or any text editor

3. Scroll down to [RegistryKeys] and add:
-=HKLM\SOFTWARE\Classes\.***
-=HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.***

4. Scroll down to [RegistryValueWrite] and add: HKLM\SOFTWARE\Classes\.***\=REG_SZ:AdobeMuse.Site

5. Replace *** with desired file type

6. Save .ini file

In addition, the SendTo shortcut is available.
- useful for un-associated but supported file types.

===========
DIRECTORIES
===========
Because Adobe has many products, all of which use the same directories, registry
keys, and file names.. the potential for collision is great.

Thus.. i've implemented sub-directories vs. directories.

ie. instead of backing up $APPDATA\Adobe
- i back up $APPDATA\Adobe\Adobe Muse CC, etc.

This is ideal..
But has it's pitfalls.

ie. i need to know all possible sub-directories that will be created.
- this is very hard unless Adobe Developers share their code (highly unlikely)
- the next best thing is to manually go through and use as many features as
possible to see what is created.
- this is exactly what i've done.. but im sure i've missed something.

Now.. what can you do?
Simply keep an eye on $APPDATA and $LOCALAPPDATA after usage.
If there are any sub-directories left behind.. simply add to Launcher under
[DirectoriesMove].

ie. if a sub-directory is left behind in $APPDATA, simply add under [DirectoriesMove]
AppData\**SUB-DIRECTORY**=%APPDATA%\Adobe\**SUB-DIRECTORY**

that's it.. from now on.. MusePortable will backup & restore that sub-directory.