\
Tips and Tricks
Tools
MSI (Windows Installer) Platform SDK
SDK SAMPLE MSI VB SCRIPTS
SDK: WiDialog.vbs
| WiDialog.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 preview dialogs from an install database.
The 1st argument is the path to an install database, relative or complete path
Subsequent arguments are dialogs to display (primary key of Dialog table)
To show a billboard, append the Control name (Control table key) and Billboard
name (Billboard table key) to the Dialog name, separated with colons.
If no dialogs specified, all dialogs in Dialog table are displayed sequentially
Note: The name of the dialog, if provided, is case-sensitive
Copyright (C) Microsoft Corporation. All rights reserved.