massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / msilib / schema.pyi
1 import sys
2
3 if sys.platform == "win32":
4     from . import Table
5
6     _Validation: Table
7     ActionText: Table
8     AdminExecuteSequence: Table
9     Condition: Table
10     AdminUISequence: Table
11     AdvtExecuteSequence: Table
12     AdvtUISequence: Table
13     AppId: Table
14     AppSearch: Table
15     Property: Table
16     BBControl: Table
17     Billboard: Table
18     Feature: Table
19     Binary: Table
20     BindImage: Table
21     File: Table
22     CCPSearch: Table
23     CheckBox: Table
24     Class: Table
25     Component: Table
26     Icon: Table
27     ProgId: Table
28     ComboBox: Table
29     CompLocator: Table
30     Complus: Table
31     Directory: Table
32     Control: Table
33     Dialog: Table
34     ControlCondition: Table
35     ControlEvent: Table
36     CreateFolder: Table
37     CustomAction: Table
38     DrLocator: Table
39     DuplicateFile: Table
40     Environment: Table
41     Error: Table
42     EventMapping: Table
43     Extension: Table
44     MIME: Table
45     FeatureComponents: Table
46     FileSFPCatalog: Table
47     SFPCatalog: Table
48     Font: Table
49     IniFile: Table
50     IniLocator: Table
51     InstallExecuteSequence: Table
52     InstallUISequence: Table
53     IsolatedComponent: Table
54     LaunchCondition: Table
55     ListBox: Table
56     ListView: Table
57     LockPermissions: Table
58     Media: Table
59     MoveFile: Table
60     MsiAssembly: Table
61     MsiAssemblyName: Table
62     MsiDigitalCertificate: Table
63     MsiDigitalSignature: Table
64     MsiFileHash: Table
65     MsiPatchHeaders: Table
66     ODBCAttribute: Table
67     ODBCDriver: Table
68     ODBCDataSource: Table
69     ODBCSourceAttribute: Table
70     ODBCTranslator: Table
71     Patch: Table
72     PatchPackage: Table
73     PublishComponent: Table
74     RadioButton: Table
75     Registry: Table
76     RegLocator: Table
77     RemoveFile: Table
78     RemoveIniFile: Table
79     RemoveRegistry: Table
80     ReserveCost: Table
81     SelfReg: Table
82     ServiceControl: Table
83     ServiceInstall: Table
84     Shortcut: Table
85     Signature: Table
86     TextStyle: Table
87     TypeLib: Table
88     UIText: Table
89     Upgrade: Table
90     Verb: Table
91
92     tables: list[Table]
93
94     _Validation_records: list[tuple[str, str, str, int | None, int | None, str | None, int | None, str | None, str | None, str]]