Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | app.maintenance SEARCH    

  Functions
app.autoRestart
app.booster
app.cancelClose
app.close
app.filename
app.getParam
app.icon
app.init
app.install
app.language
app.maintenance
app.minimize
app.name
app.openAtStartup
app.restart
app.restore
app.setup
app.title
app.uninstall
app.uninstall.create
app.uninstall.remove

  Events
event.initialize
event.load
event.terminate

  MioScript Reference
> Statements
app...
browser...
dialog...
disk...
draw...
extern...
filename...
keyboard...
menu...
mio...
mouse...
num...
path...
pushButton...
reg...
RS232...
sci...
screen...
shortcut...
sound...
str...
system...
time...
var...
window...

Function
app.maintenance

Language: MioScript
Product: MioFactory


Syntax

app.maintenance(ProductID)


Parameters

IDProductIDProduct ID.


Return value

No value is returned.


Description

Starts the Mio Installer in Maintenance mode.
This mode makes it possible to re-install or uninstall the application.

This function can be called from JavaScript with mio_maintenance.
When called from JavaScript, the product ID cannot be specified. The current application ID is used.

Note: This function is defined in the library klib.k and is linked automatically.