\
Tips and Tricks
Tools
MSI (Windows Installer) Platform SDK
SDK SAMPLE MSI VB SCRIPTS
SDK: WiSubStg.vbs
| WiSubStg.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 substorage managment utility
1st argument is the path to MSI database (installer package)
2nd argument is the path to a transform or database to import
If the 2nd argument is missing, substorages will be listed
3rd argument is optional, the name used for the substorage
If the 3rd arugment is missing, the file name is used
To remove a substorage, use /D or -D as the 2nd argument
followed by the name of the substorage to remove
Copyright (C) Microsoft Corporation. All rights reserved.