You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newMsiPropertyInfo("Codepage",1,VT.I2,"The ANSI code page used for any strings that are stored in the summary information. Note that this is not the same code page for strings in the installation database. The Codepage Summary property is used to translate the strings in the summary information into Unicode when calling the Unicode API functions."),
61
-
newMsiPropertyInfo("Title",2,VT.LPSTR,"Breifly describes the installer."),
62
-
newMsiPropertyInfo("Subject",3,VT.LPSTR,"Describes what can be installed using the installer."),
63
-
newMsiPropertyInfo("Author",4,VT.LPSTR,"The manufacturer of the installer"),
64
-
newMsiPropertyInfo("Keywords",5,VT.LPSTR,"Keywords that permit the database file to be found in a keyword search"),
65
-
newMsiPropertyInfo("Comments",6,VT.LPSTR,"Used to describe the general purpose of the installer."),
66
-
newMsiPropertyInfo("Template",7,VT.LPSTR,"The platform and languages supported by the installer (syntax:[platform property][,platform property][,...];[language id][,language id][,...].)."),
67
-
newMsiPropertyInfo("Last Saved By ",8,VT.LPSTR,"The installer sets the Last Saved by Summary Property to the value of the LogonUser property during an administrative installation."),
68
-
newMsiPropertyInfo("Revision Number ",9,VT.LPSTR,"Unique identifier of the installer package. In patch packages authored for Windows Installer version 2.0 this can be followed by a list of patch code GUIDs for obsolete patches that are removed when this patch is applied. The patch codes are concatenated with no delimiters separating GUIDs in the list. Windows Installer version 3.0 can install these earlier package versions and remove the obsolete patches. Windows Installer version 3.0 ignores the list of obsolete patches in the Revision Number Summary property if there is sequencing information present in the MsiPatchSequence table."),
69
-
newMsiPropertyInfo("Last Printed",11,VT.FILETIME,"The date and time during an administrative installation to record when the administrative image was created. For non-administrative installations this property is the same as the Create Time/Date Summary property."),
70
-
newMsiPropertyInfo("Create Time/Date",12,VT.FILETIME,"When the installer database was created."),
71
-
newMsiPropertyInfo("Last Save Time/Date",13,VT.FILETIME,"When the last time the installer database was modified. Each time a user changes an installation the value for this summary property is updated to the current system time/date at the time the installer database was saved. Initially the value for this summary property is set to null to indicate that no changes have yet been made."),
72
-
newMsiPropertyInfo("Page Count",14,VT.I4,"The minimum installer version required. \r\nFor Windows Installer version 1.0, this property must be set to the integer 100. For 64-bit Windows Installer Packages, this property must be set to the integer 200. For a transform package, the Page Count Summary property contains minimum installer version required to process the transform. Set to the greater of the two Page Count Summary property values belonging to the databases used to generate the transform. Set to Null in patch packages.","0x{0:x}"),
73
-
newMsiPropertyInfo("Word Count",15,VT.I4,"Indicates the type of source file image.","0x{0:x}"),
74
-
newMsiPropertyInfo("Character Count",16,VT.I4,"Two 16-bit words. The upper word contains the \"transform validation flags\" (used to verify that a transform can be applied to the database). The lower word contains the \"transform error condition flags\" (used to flag the error conditions of a transform)."),
75
-
newMsiPropertyInfo("Creating Application",18,VT.LPSTR,"The software used to author the installation."),
76
-
newMsiPropertyInfo("Security",19,VT.I4,"Indicates if the package should be opened as read-only:\r\n 0: No restriction \r\n2:Read-only recommended\r\n 4: Read-only enforced")
77
-
};
58
+
{
59
+
newMsiPropertyInfo("Codepage",1,VT.I2,"The ANSI code page used for any strings that are stored in the summary information. Note that this is not the same code page for strings in the installation database. The Codepage Summary property is used to translate the strings in the summary information into Unicode when calling the Unicode API functions."),
60
+
newMsiPropertyInfo("Title",2,VT.LPSTR,"Breifly describes the installer."),
61
+
newMsiPropertyInfo("Subject",3,VT.LPSTR,"Describes what can be installed using the installer."),
62
+
newMsiPropertyInfo("Author",4,VT.LPSTR,"The manufacturer of the installer"),
63
+
newMsiPropertyInfo("Keywords",5,VT.LPSTR,"Keywords that permit the database file to be found in a keyword search"),
64
+
newMsiPropertyInfo("Comments",6,VT.LPSTR,"Used to describe the general purpose of the installer."),
65
+
newMsiPropertyInfo("Template",7,VT.LPSTR,"The platform and languages supported by the installer (syntax:[platform property][,platform property][,...];[language id][,language id][,...].)."),
66
+
newMsiPropertyInfo("Last Saved By ",8,VT.LPSTR,"The installer sets the Last Saved by Summary Property to the value of the LogonUser property during an administrative installation."),
67
+
newMsiPropertyInfo("Revision Number ",9,VT.LPSTR,"Unique identifier of the installer package. In patch packages authored for Windows Installer version 2.0 this can be followed by a list of patch code GUIDs for obsolete patches that are removed when this patch is applied. The patch codes are concatenated with no delimiters separating GUIDs in the list. Windows Installer version 3.0 can install these earlier package versions and remove the obsolete patches. Windows Installer version 3.0 ignores the list of obsolete patches in the Revision Number Summary property if there is sequencing information present in the MsiPatchSequence table."),
68
+
newMsiPropertyInfo("Last Printed",11,VT.FILETIME,"The date and time during an administrative installation to record when the administrative image was created. For non-administrative installations this property is the same as the Create Time/Date Summary property."),
69
+
newMsiPropertyInfo("Create Time/Date",12,VT.FILETIME,"When the installer database was created."),
70
+
newMsiPropertyInfo("Last Save Time/Date",13,VT.FILETIME,"When the last time the installer database was modified. Each time a user changes an installation the value for this summary property is updated to the current system time/date at the time the installer database was saved. Initially the value for this summary property is set to null to indicate that no changes have yet been made."),
71
+
newMsiPropertyInfo("Page Count",14,VT.I4,"The minimum installer version required. \r\nFor Windows Installer version 1.0, this property must be set to the integer 100. For 64-bit Windows Installer Packages, this property must be set to the integer 200. For a transform package, the Page Count Summary property contains minimum installer version required to process the transform. Set to the greater of the two Page Count Summary property values belonging to the databases used to generate the transform. Set to Null in patch packages.","0x{0:x}"),
72
+
newMsiPropertyInfo("Word Count",15,VT.I4,"Indicates the type of source file image.","0x{0:x}"),
73
+
newMsiPropertyInfo("Character Count",16,VT.I4,"Two 16-bit words. The upper word contains the \"transform validation flags\" (used to verify that a transform can be applied to the database). The lower word contains the \"transform error condition flags\" (used to flag the error conditions of a transform)."),
74
+
newMsiPropertyInfo("Creating Application",18,VT.LPSTR,"The software used to author the installation."),
75
+
newMsiPropertyInfo("Security",19,VT.I4,"Indicates if the package should be opened as read-only:\r\n 0: No restriction \r\n2:Read-only recommended\r\n 4: Read-only enforced")
0 commit comments