

|
| | What a Mio application installs
|
| |
As a Mio application uses {ulink:mioengine} to run, MioEngine is installed or updated in addition to the application files.
The list of elements installed by the application vary depending on the installer engine version (MioInstaller).
|
MioInstaller 2.0
| |
MioInstaller 2.0 is used by the lastest Mio applications.
The following elements are installed:
|
| | |
Windows/system32/mioengine.exe
| |  | | | |
/Program Files/{COMPANY_NAME}/{APP_NAME}/*.*
|
| | |
/LocalSettings/Temp/mioreader/{APP_ID}/*.*
|
| | |
HKEY_CURRENT_USER\Software\mioreader\CMOBJECT\{APP_ID}
| |  | | | |
HKEY_CLASSES_ROOT\.mio
| |  | | | |
HKEY_CLASSES_ROOT\mioreader
| |  | | | |
HKEY_CURRENT_USER\Software\mioreader\[Shared]
|
| |
{APPID} is the application ID, created automatically by the generator.
{APP_NAME} is the application name..
{COMPANY_NAME} is the name of the publisher..
|
MioInstaller 1.0
| |
MioInstaller 1.0 is used by applications created with MioFactory version 1 or 2.
The following elements are installed:
|
| | |
Windows/system32/mioengine.exe
| |  | | | |
/Application Data/mioObjects/{APP_ID}.mio
| |  | | | |
/Application Data/mioObjects/{APP_ID}.mem
| |  | | | |
/Application Data/mioObjects/{APP_ID}/*.*
|
| | |
/LocalSettings/Temp/mioreader/{APP_ID}/*.*
|
| | |
HKEY_CURRENT_USER\Software\mioreader\CMOBJECT\{APP_ID}
| |  | | | |
HKEY_CLASSES_ROOT\.mio
| |  | | | |
HKEY_CLASSES_ROOT\mioreader
| |  | | | |
HKEY_CURRENT_USER\Software\mioreader\[Shared]
|
| |
{APPID} is the application ID, created automatically by the generator.
|
|