
Create Short File Names
Description: This script will create short file names (8.3 format) for the File table and the IniFile table of a Windows Installer. Usage CScript.exe {Script} {MSI} Script 'set up log file Dim fso : Set fso = CreateObject("Scripting.FileSystemObject") Const ForReading...