This commit is contained in:
2025-12-14 15:46:14 +01:00
parent 16a3b886fa
commit 9ab325d39d
310 changed files with 23964 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
Option Explicit
Dim pName, pVersion, pLang, pRevision
pName = "Audi_JavaSecurityConfig"
pVersion = "4.01"
pLang = "NTR"
pRevision = "91"
'----- Functions.vbs einbinden
Dim olibfso : Set olibfso = CreateObject("Scripting.FileSystemObject")
ExecuteGlobal olibfso.OpenTextFile(olibfso.GetParentFolderName(Wscript.ScriptFullName) + "\_Functions.vbs", 1, false).ReadAll
Set olibfso = nothing
LogEnabled = True
'----- START Uninstallation -----
VbsLog "----- Start Deinstallation " & pName & " " & pVersion
DeleteReg "KEY","HKLM\Software\AudiAG\InstalledProducts\" & pName & "\",32
DeleteReg "KEY","HKLM\Software\VWG\InstalledProducts\" & pName & "\",32
VbsLog "----- Ende Deinstallation"
'----- ENDE Uninstallation -----
FinishScript()