The information in this article applies to:
SUMMARYThe Setup Wizard for Visual Basic 4.0 allows commas within filenames that are distributed with Visual Basic program files. MORE INFORMATION
With the release of Windows NT 3.1, special characters in filenames, as
well as long filenames, were allowed. This broke the restrictive 8.3
character file name rule that limited MS-DOS filenames, and allowed for
more descriptive and useful filenames. In particular, the comma could now
be used in a filename such as an alphanumeric character. ExampleIn the following sample Files section of SETUP.LST, File1 is an example of a normal filename, while File2 is an example of a filename with a comma used. Note that the comma is used as the delimiter for each entry. To solve this potential conflict, the Setup Wizard placed double-quotes (" ") around the filenames in question: NOTE: This functionality is only available with the [Files] Section of
SETUP.LST. Files that make use of commas in their filenames cannot be
placed within the [BootStrap] Section of SETUP.LST. The [BootStrap] Section
should only contain Visual Basic 4.0 runtime-required files and none of
these files have commas in their filenames. The only way this situation can
occur is if SETUP.LST is edited manually after its initial creation. This
should be a rare occurrence and it is not suggested.
Additional query words: comma setup.lst setup wizard
Keywords : kbsetup kbVBp400 kbVBp500 kbGrpVB TlsSetWiz |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |