home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / Chip_2001-06_cd1.bin / zkuste / vbasic / Data / Utility / MSISDK15.msi / WiReadMe.txt < prev    next >
Text File  |  2000-10-05  |  3KB  |  46 lines

  1.  Copyright (c) 1999-2000, Microsoft Corporation
  2. Windows Installer utility scripts for use with Windows Scripting Host
  3.  
  4. WiLstPrd.vbs - lists products, product properties, features, and components
  5. WiImport.vbs - imports files to an MSI database
  6. WiExport.vbs - exports files from an MSI database
  7. WiSubStg.vbs - adds a transform or nested MSI as a substorage
  8. WiStream.vbs - adds an external stream to a MSI package (e.g CAB file)
  9. WiMerge.vbs  - merges two MSI databases
  10. WiGenXfm.vbs - generates a transform from two databases, or compares them
  11. WiUseXfm.vbs - applies a transform to an MSI database
  12. WiLstXfm.vbs - lists an MSI transform file (CSCRIPT only)
  13. WiDiffDb.vbs - lists the differences between two databases (CSCRIPT only)   
  14. WiLstScr.vbs - lists an installer script file (CSCRIPT only)
  15. WiSumInf.vbs - displays and updates summary information stream
  16. WiPolicy.vbs - manages installer policy settings
  17. WiLangId.vbs - reports and updates the language and codepage of a package
  18. WiToAnsi.vbs - copies a Unicode text file to the same or a new Ansi text file
  19. WiFilVer.vbs - updates File table sizes and versions from source file tree
  20. WiMakCab.vbs - generates compressed file cabinets and updates package
  21. WiRunSQL.vbs - executes SQL statements against an installer database
  22. WiTextIn.vbs - copies an ANSI text file into a database string column value
  23. WiCompon.vbs - lists components and their composition in an installer database
  24. WiFeatur.vbs - lists features and their composition in an installer database
  25. WiDialog.vbs - previews all or specified dialogs in an installer database
  26.  
  27. All scripts display help screens describing their command line arguments,
  28. either if the first argument contains a ?, or if too few arguments are given.
  29. Scripts return a value of 0 for success, 1 if help invoked, or 2 if failure.
  30.  
  31. Windows Scripting Host is actually two hosts, use //? to obtain help:
  32. Cscript.exe displays to standard out - useful for batch files and build scripts
  33. Wscript.exe displays the output in a window - the default for extension .VBS
  34. When run from a Win NT DOS box, only the base name needs to be specified, and
  35. if the tools are on the PATH, then they will be found like EXE or BAT files.
  36. To redirect output to a file, you must use Cscript {scriptname}.VBS > {file}.
  37.  
  38. To download and install Windows Scripting Host (not required for Windows2000):
  39.   http://msdn.microsoft.com/scripting/windowshost/download/default.htm
  40. To download and update Windows scripting engines:
  41.   http://msdn.microsoft.com/scripting/vbscript/download/vbsdown.htm
  42. or
  43.   http://www.microsoft.com/msdownload/vbscript/scripting.asp
  44. To download makecab.exe and associated doc and tools
  45.   http://www.microsoft.com/workshop/management/cab/cabdl.asp
  46.