\
Tips and Tricks
Tools
MSI (Windows Installer) Platform SDK
SDK SAMPLE MSI VB SCRIPTS
SDK: WiExport.vbs
| WiExport.vbs (SDK Sample Script) |
This is an sample VBSCRIPT installed into the "C:\Program Files\Microsoft Platform SDK\Samples\SysMgmt\Msi\Scripts" directory via the "Platform SDK".
Windows Installer database table export utility
1st argument is path to MSI database (installer package)
2nd argument is path to folder to contain the exported table(s)
Subseqent arguments are table names to export (case-sensitive)
Specify '*' to export all tables, including _SummaryInformation
Specify /s or -s anywhere before table list to force short names
Copyright (C) Microsoft Corporation. All rights reserved.