\
Tips and Tricks
Tools
MSI (Windows Installer) Platform SDK
SDK SAMPLE MSI VB SCRIPTS
SDK: WiUseXfm.vbs
| WiUseXfm.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 tranform application utility
1st argument is the path to an installer database
2nd argument is the path to the transform file to apply
3rd argument is optional set of error conditions to suppress:
1 = adding a row that already exists
2 = deleting a row that doesn't exist
4 = adding a table that already exists
8 = deleting a table that doesn't exist
16 = updating a row that doesn't exist
256 = mismatch of database and transform codepages
Copyright (C) Microsoft Corporation. All rights reserved.