windows-nt/Source/XPSP1/NT/sdktools/restools/mui/msi/vbsconst.inc

20 lines
356 B
PHP
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
'<script language='VBScript'>
' wiconsts.inc - VBScript constants
'
' 1999/12/31 - created - Rob Mensching (robmen@microsoft.com)
'
' requires:
' none
'
' entrypoints:
' none
'
' FileSystemObject constants
Const OverwriteIfExist = -1
Const OpenAsASCII = 0
Const ForReading = 1
Const FailIfNotExist = 0
Const OpenAsDefault = -2