Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | app.uninstall.create 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.uninstall.create

Language: MioScript
Product: MioFactory


Syntax

app.uninstall.create(AppName, Uninstall File, AppPath, PublisherName, PublisherURL, IconFile)


Parameters

STRINGAppNameName of the application.
STRINGUninstall FilePath to the file to be used for uninstallation.
STRINGAppPathPath to the application folder.
STRINGPublisherNameString to be displayed in the Add/Remove Windows dialog box.
STRINGPublisherURLURL to the publisher web site.
ICONIconFileName and path of an icon file (.ico).


Return value

No value is returned.


Description

Adds an entry in the Add/Remove Windows dialog box.

To do so, mioEngine adds an entry in the registry database at the following location:
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Uninstall.

This entry can be removed with app.uninstall.remove.