User Tools

Site Tools


userspace:removemsi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 "StringList"\\ $result$ must be from Type "StringList"\\
 +
 +====== Usage ======
 +Check WINST Manual: \\
 +[[https://download.uib.de/opsi_stable/doc/html/en/opsi-winst-manual/opsi-winst-manual.html#opsi-winst-commands-localfunctions |9.22. Local functions]] \\
 +[[https://download.uib.de/opsi_stable/doc/html/en/opsi-winst-manual/opsi-winst-manual.html#opsi-winst-commands-localfunctions|9.23. Import von Library Funktionen]]
  
 ===== config ===== ===== config =====
Line 107: Line 112:
 </code> </code>
  
 +===== Sample usage in delsub.opsiscript =====
 +All MSI Software Packages defined in the msi.conf file will be removed.
 +
 +<code>
 +importLib "removeMSI.opsiinc"
 +DefStringList $result$
 +
 +set $result$ = removeMSI("dummy")
 +</code>
  
 +===== 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://github.com/Venice-89/OPSI-WINST-Library|OPSI-WINST-Library on GitHUB]]
userspace/removemsi.1570035948.txt.gz ยท Last modified: 2021/08/23 08:37 (external edit)