Skip to content

Instantly share code, notes, and snippets.

View NickETH's full-sized avatar

Nick Heim NickETH

  • ETHZ (Swiss federal institute of technology)
  • Zuerich, Switzerland
View GitHub Profile
' Windows Installer utility to generate file cabinets from MSI database
' For use with Windows Scripting Host, CScript.exe or WScript.exe
' Copyright (c) Microsoft Corporation. All rights reserved.
' Demonstrates the access to install engine and actions
' Has maximum CompressionLevel set. See Line 173
' No MaxDiskSize, cabSize = "0". See Line 71
' Extended with the MaxFilesPerCab option (3rd).
' If you need the 4th argument without Cab splitting,
' set the 3rd argument to bigger number than the highest file sequence.