
Split PE Files into Separate Components
Description: This script will split PE files into separate components, as per Windows Installer Best Practices. Usage CScript.exe {Script} {MSI} Script 'set up log file Dim fso : Set fso = CreateObject("Scripting.FileSystemObject") Const ForReading = 1 Const ForWriting = 2...






