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