|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| app.uninstall.create(AppName, Uninstall File, AppPath, PublisherName, PublisherURL, IconFile) |
Parameters
| STRING | AppName | Name of the application.
| | STRING | Uninstall File | Path to the file to be used for uninstallation.
| | STRING | AppPath | Path to the application folder.
| | STRING | PublisherName | String to be displayed in the Add/Remove Windows dialog box.
| | STRING | PublisherURL | URL to the publisher web site.
| | ICON | IconFile | Name 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. |
|
|
|