Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | 07. Publishing Applications SEARCH    

  Help on MioFactory
01. Introduction
02. Creating an application
03. Application Settings
04. Manipulating Files
05. Editing Code
06. MioFactory Installer
07. Publishing Applications

  TechNotes related to MioFactory
Adding a Login feature
Get the real size of a web page
How to create a Business Card
How to create a Desktop Alert
How to create a Desktop Ticker
How to create a Scrolling Alert Software
How to create a Scrolling Ticker
How to create a simple RSS Reader
How to debug
LCD Monitor Chart: Screen Resolution, Size, Pitch, Display Area
Managing read marks
Measuring Elements in JavaScript
Media center remote control
Statistics: How to track users and actions
XML Configuration File Format

  Libraries related to MioFactory
alertEngineEx.js
channels.js
gui.k
mioEngine.js
optionsMenu.js
popupAlert.kLIB
popupAlertEx.js
scrollingTicker.js
stats.js
window_resizable.k
xmlFeed.js
xmlSettings.js

  Products
All Products
MioDB
MioFactory
Mioplanet Admin Panel

Help
07. Publishing Applications

Product: MioFactory


 
When your application is completed and tested, it is time to publish it.

Publishing Applications
Publishing Applications with MioFactory

 

Executable

 
Any windows application created with MioFactory uses the run time MioEngine.
When you publish your application, the run time file is embedded with the program files to create an autonomous application file.
An executable file can be run or installed on any computer running Windows 95 or later with no additional download.

Two executable formats are available:

Autonomous Exe File

Creates an EXE file embedding the run time and the application files.
The EXE file can be executed on any computer running Windows 95 or later.

The application is not installed on the computer.

Installer

An installer can be embedded to the Autonomous Exe file so your application can be installed permanently on the computer.
Shortcuts can be added to run or uninstall the application and you can store data locally.

More information: 06. MioFactory Installer.

 

Mio File

 
.mio Application File

A mio file contains a compressed copy of the application files and the MioScript code files necessary to run the application.
As MioEngine is not embedded in the .mio file, it must be installed separately on the computer.

To run a mio file, MioEngine must be located in the same folder and renamed so the .mio and the .exe files have the same name.

Mio Files are generally used to install applications manually, and cannot be opened from within MioFactory.

More information: Deploying an application remotely.


.mioa / .mio Archive File

Archive files are used to create a backup copy of a project.

When a .mioa or .mio archive file is opened from within MioFactory, the contained files are expanded in the project folder.

A Mio archive files cannot be executed.