\
Tips and Tricks
Tools
MSI (Windows Installer) Platform SDK
SDK SAMPLE MSI VB SCRIPTS
SDK: WiCompon.vbs
| WiCompon.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 utility to list component composition in an install database.
The 1st argument is the path to an install database, relative or complete path
The 2nd argument is the name of the component (primary key of Component table)
If the 2nd argument is not present, the names of all components will be listed
If the 2nd argument is a "*", the composition of all components will be listed
Large databases or components are better displayed using CScript than WScript.
Note: The name of the component, if provided, is case-sensitive
Copyright (C) Microsoft Corporation. All rights reserved.