\
Tips and Tricks
Tools
MSI (Windows Installer) Platform SDK
SDK SAMPLE MSI VB SCRIPTS
SDK: WiToAnsi.vbs
| WiToAnsi.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".
Utility to copy Unicode text file to an ANSI text file.
The 1st argument is the Unicode text file to read
The 2nd argument is the ANSI text file to write
If the 2nd argument is omitted, the Unicode file will be replaced
Copyright (C) Microsoft Corporation. All rights reserved.