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