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

34
Clientcheck/_Install.vbs Normal file
View File

@@ -0,0 +1,34 @@
Option Explicit
Dim pValidity, pName, pVersion, pOSValidity, pLang, pRevision, pAES, pCustomer
pValidity = "INA"
pName = "Apple_QuicktimeUninstaller"
pVersion = "1.0"
pOSValidity = "ALL"
pLang = "ZXX"
pRevision = "0001"
pAES = "AES-1-002793-A"
pCustomer = "VWG"
'----- 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
ClientInfo()
'----- Clients (Delete this block if not needed)
AC2_32_O = 1
AC2_64_O = 1
AC3_Alpha = 1
ClientCheck()