This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
userspace:removemsi [2019/10/02 17:05] tobias |
userspace:removemsi [2021/08/23 08:37] (current) |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| **NOTE:** \\ | **NOTE:** \\ | ||
| $result$ must be from Type " | $result$ must be from Type " | ||
| + | |||
| + | ====== Usage ====== | ||
| + | Check WINST Manual: \\ | ||
| + | [[https:// | ||
| + | [[https:// | ||
| ===== config ===== | ===== config ===== | ||
| Line 107: | Line 112: | ||
| </ | </ | ||
| + | ===== Sample usage in delsub.opsiscript ===== | ||
| + | All MSI Software Packages defined in the msi.conf file will be removed. | ||
| + | |||
| + | < | ||
| + | importLib " | ||
| + | DefStringList $result$ | ||
| + | |||
| + | set $result$ = removeMSI(" | ||
| + | </ | ||
| + | ===== Questions, bug reports, feature request, or just an idea for new crazy functions ??? ===== | ||
| + | This Function is Part of my OPSI-WINST-LIBRARY Bundle, which home is on GitHUB.\\ | ||
| + | Feel free to share your Ideas for new functions or contact me there for bug reports. \\ | ||
| + | [[https:// | ||