Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
342 B

  1. '<script language='VBScript'>
  2. ' wixerror.inc - preprocessor for Windows Installer XML
  3. '
  4. ' 1999/12/31 - created - Rob Mensching (robmen@microsoft.com)
  5. '
  6. ' requires:
  7. '
  8. ' entrypoints:
  9. ' Fail
  10. '
  11. ''''''''''''''''''''''''''''''''''''''''''''''''''''''''' robmen ''
  12. ' Fail
  13. Sub Fail(sMsg)
  14. WScript.Echo sMsg
  15. WScript.Quit -1
  16. End Sub ' Fail