Change GUIDs to Upper Case

Description: This script will change GUIDs to upper case, as per Windows Installer Best Practises Usage CScript.exe {Script} {MSI} Script ‘set up log file Dim fso : Set fso = CreateObject(“Scripting.FileSystemObject”) Const ForReading = 1 Const ForWriting = 2 Const … Continue reading