|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| app.uninstall.remove(AppName) |
Parameters
| STRING | AppName | Name of the application |
Return value
No value is returned.
Description
Add an entry in the Add/Remove Windows dialog box.
To do so, mioEngine remove an entry to the registry database at the following location:
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Uninstall.
This entry can be added with app.uninstall.create. |
|
|
|