Showing results for October 2005 - Page 2 of 2 - Visual Studio Setup

Oct 5, 2005
Post comments count0
Post likes count0

MSI Databases and Code Pages

Heath Stewart
Heath Stewart

A Windows Installer database is full of strings. Most times those strings don't cause a problem when using the standard, printable characters found in all code pages. These are called ASCII characters and are the same for the first 7 bits (0x00 through 0x7F) for all code pages except for a few rare code pages in existence for legacy support. If a W...

DevelopmentEssentials