Add check exitcode scripts from opsi wiki for a better logline in the opsi logs
This commit is contained in:
@@ -99,6 +99,10 @@ else
|
||||
comment "Start setup program"
|
||||
ChangeDirectory "%SCRIPTPATH%"
|
||||
Winbatch_install
|
||||
;Sub "%ScriptPath%\check_innosetup-exitcode.opsiscript"
|
||||
;Sub "%ScriptPath%\check_installshield-exitcode.opsiscript"
|
||||
;Sub "%ScriptPath%\check_nullsoft-exitcode.opsiscript"
|
||||
;Sub "%ScriptPath%\check_msi-exitcode.opsiscript"
|
||||
Sub_check_exitcode
|
||||
|
||||
;comment "Kill Web Browser"
|
||||
@@ -210,6 +214,18 @@ delete_element "$NAME$"
|
||||
;
|
||||
; SFTA Applications\SumatraPDF.exe .pdf
|
||||
|
||||
[DosInAnIcon_DisbaleUpdate]
|
||||
; Requires horstmuc.inifile
|
||||
;
|
||||
; inifile "$InstallDir$\custom.ini" [Updater] AutoUpdate=0
|
||||
|
||||
; Requires sourceforge.xmlstarlet
|
||||
;
|
||||
; Update value of an attribute
|
||||
; xml ed -u "/xml/table/rec[@id=3]/@id" -v 5 "$InstallDir$\config.xml"> "$InstallDir$\config.model.xml"
|
||||
; Update value of an element
|
||||
; xml ed -u "/xml/table/rec[@id=1]/numField" -v 0 "$InstallDir$\config.xml"> "$InstallDir$\config.model.xml"
|
||||
|
||||
[Sub_get_licensekey]
|
||||
if opsiLicenseManagementEnabled
|
||||
comment "License management is enabled and will be used"
|
||||
|
||||
Reference in New Issue
Block a user