PageRenderTime 50ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/lib-python/2.7/msilib/schema.py

https://bitbucket.org/dac_io/pypy
Python | 1007 lines | 920 code | 87 blank | 0 comment | 0 complexity | 7cdd6fc8019d00fe7ae4831a7b4ba4e2 MD5 | raw file

Large files files are truncated, but you can click here to view the full file

  1. from . import Table
  2. _Validation = Table('_Validation')
  3. _Validation.add_field(1,'Table',11552)
  4. _Validation.add_field(2,'Column',11552)
  5. _Validation.add_field(3,'Nullable',3332)
  6. _Validation.add_field(4,'MinValue',4356)
  7. _Validation.add_field(5,'MaxValue',4356)
  8. _Validation.add_field(6,'KeyTable',7679)
  9. _Validation.add_field(7,'KeyColumn',5378)
  10. _Validation.add_field(8,'Category',7456)
  11. _Validation.add_field(9,'Set',7679)
  12. _Validation.add_field(10,'Description',7679)
  13. ActionText = Table('ActionText')
  14. ActionText.add_field(1,'Action',11592)
  15. ActionText.add_field(2,'Description',7936)
  16. ActionText.add_field(3,'Template',7936)
  17. AdminExecuteSequence = Table('AdminExecuteSequence')
  18. AdminExecuteSequence.add_field(1,'Action',11592)
  19. AdminExecuteSequence.add_field(2,'Condition',7679)
  20. AdminExecuteSequence.add_field(3,'Sequence',5378)
  21. Condition = Table('Condition')
  22. Condition.add_field(1,'Feature_',11558)
  23. Condition.add_field(2,'Level',9474)
  24. Condition.add_field(3,'Condition',7679)
  25. AdminUISequence = Table('AdminUISequence')
  26. AdminUISequence.add_field(1,'Action',11592)
  27. AdminUISequence.add_field(2,'Condition',7679)
  28. AdminUISequence.add_field(3,'Sequence',5378)
  29. AdvtExecuteSequence = Table('AdvtExecuteSequence')
  30. AdvtExecuteSequence.add_field(1,'Action',11592)
  31. AdvtExecuteSequence.add_field(2,'Condition',7679)
  32. AdvtExecuteSequence.add_field(3,'Sequence',5378)
  33. AdvtUISequence = Table('AdvtUISequence')
  34. AdvtUISequence.add_field(1,'Action',11592)
  35. AdvtUISequence.add_field(2,'Condition',7679)
  36. AdvtUISequence.add_field(3,'Sequence',5378)
  37. AppId = Table('AppId')
  38. AppId.add_field(1,'AppId',11558)
  39. AppId.add_field(2,'RemoteServerName',7679)
  40. AppId.add_field(3,'LocalService',7679)
  41. AppId.add_field(4,'ServiceParameters',7679)
  42. AppId.add_field(5,'DllSurrogate',7679)
  43. AppId.add_field(6,'ActivateAtStorage',5378)
  44. AppId.add_field(7,'RunAsInteractiveUser',5378)
  45. AppSearch = Table('AppSearch')
  46. AppSearch.add_field(1,'Property',11592)
  47. AppSearch.add_field(2,'Signature_',11592)
  48. Property = Table('Property')
  49. Property.add_field(1,'Property',11592)
  50. Property.add_field(2,'Value',3840)
  51. BBControl = Table('BBControl')
  52. BBControl.add_field(1,'Billboard_',11570)
  53. BBControl.add_field(2,'BBControl',11570)
  54. BBControl.add_field(3,'Type',3378)
  55. BBControl.add_field(4,'X',1282)
  56. BBControl.add_field(5,'Y',1282)
  57. BBControl.add_field(6,'Width',1282)
  58. BBControl.add_field(7,'Height',1282)
  59. BBControl.add_field(8,'Attributes',4356)
  60. BBControl.add_field(9,'Text',7986)
  61. Billboard = Table('Billboard')
  62. Billboard.add_field(1,'Billboard',11570)
  63. Billboard.add_field(2,'Feature_',3366)
  64. Billboard.add_field(3,'Action',7474)
  65. Billboard.add_field(4,'Ordering',5378)
  66. Feature = Table('Feature')
  67. Feature.add_field(1,'Feature',11558)
  68. Feature.add_field(2,'Feature_Parent',7462)
  69. Feature.add_field(3,'Title',8000)
  70. Feature.add_field(4,'Description',8191)
  71. Feature.add_field(5,'Display',5378)
  72. Feature.add_field(6,'Level',1282)
  73. Feature.add_field(7,'Directory_',7496)
  74. Feature.add_field(8,'Attributes',1282)
  75. Binary = Table('Binary')
  76. Binary.add_field(1,'Name',11592)
  77. Binary.add_field(2,'Data',2304)
  78. BindImage = Table('BindImage')
  79. BindImage.add_field(1,'File_',11592)
  80. BindImage.add_field(2,'Path',7679)
  81. File = Table('File')
  82. File.add_field(1,'File',11592)
  83. File.add_field(2,'Component_',3400)
  84. File.add_field(3,'FileName',4095)
  85. File.add_field(4,'FileSize',260)
  86. File.add_field(5,'Version',7496)
  87. File.add_field(6,'Language',7444)
  88. File.add_field(7,'Attributes',5378)
  89. File.add_field(8,'Sequence',1282)
  90. CCPSearch = Table('CCPSearch')
  91. CCPSearch.add_field(1,'Signature_',11592)
  92. CheckBox = Table('CheckBox')
  93. CheckBox.add_field(1,'Property',11592)
  94. CheckBox.add_field(2,'Value',7488)
  95. Class = Table('Class')
  96. Class.add_field(1,'CLSID',11558)
  97. Class.add_field(2,'Context',11552)
  98. Class.add_field(3,'Component_',11592)
  99. Class.add_field(4,'ProgId_Default',7679)
  100. Class.add_field(5,'Description',8191)
  101. Class.add_field(6,'AppId_',7462)
  102. Class.add_field(7,'FileTypeMask',7679)
  103. Class.add_field(8,'Icon_',7496)
  104. Class.add_field(9,'IconIndex',5378)
  105. Class.add_field(10,'DefInprocHandler',7456)
  106. Class.add_field(11,'Argument',7679)
  107. Class.add_field(12,'Feature_',3366)
  108. Class.add_field(13,'Attributes',5378)
  109. Component = Table('Component')
  110. Component.add_field(1,'Component',11592)
  111. Component.add_field(2,'ComponentId',7462)
  112. Component.add_field(3,'Directory_',3400)
  113. Component.add_field(4,'Attributes',1282)
  114. Component.add_field(5,'Condition',7679)
  115. Component.add_field(6,'KeyPath',7496)
  116. Icon = Table('Icon')
  117. Icon.add_field(1,'Name',11592)
  118. Icon.add_field(2,'Data',2304)
  119. ProgId = Table('ProgId')
  120. ProgId.add_field(1,'ProgId',11775)
  121. ProgId.add_field(2,'ProgId_Parent',7679)
  122. ProgId.add_field(3,'Class_',7462)
  123. ProgId.add_field(4,'Description',8191)
  124. ProgId.add_field(5,'Icon_',7496)
  125. ProgId.add_field(6,'IconIndex',5378)
  126. ComboBox = Table('ComboBox')
  127. ComboBox.add_field(1,'Property',11592)
  128. ComboBox.add_field(2,'Order',9474)
  129. ComboBox.add_field(3,'Value',3392)
  130. ComboBox.add_field(4,'Text',8000)
  131. CompLocator = Table('CompLocator')
  132. CompLocator.add_field(1,'Signature_',11592)
  133. CompLocator.add_field(2,'ComponentId',3366)
  134. CompLocator.add_field(3,'Type',5378)
  135. Complus = Table('Complus')
  136. Complus.add_field(1,'Component_',11592)
  137. Complus.add_field(2,'ExpType',13570)
  138. Directory = Table('Directory')
  139. Directory.add_field(1,'Directory',11592)
  140. Directory.add_field(2,'Directory_Parent',7496)
  141. Directory.add_field(3,'DefaultDir',4095)
  142. Control = Table('Control')
  143. Control.add_field(1,'Dialog_',11592)
  144. Control.add_field(2,'Control',11570)
  145. Control.add_field(3,'Type',3348)
  146. Control.add_field(4,'X',1282)
  147. Control.add_field(5,'Y',1282)
  148. Control.add_field(6,'Width',1282)
  149. Control.add_field(7,'Height',1282)
  150. Control.add_field(8,'Attributes',4356)
  151. Control.add_field(9,'Property',7474)
  152. Control.add_field(10,'Text',7936)
  153. Control.add_field(11,'Control_Next',7474)
  154. Control.add_field(12,'Help',7986)
  155. Dialog = Table('Dialog')
  156. Dialog.add_field(1,'Dialog',11592)
  157. Dialog.add_field(2,'HCentering',1282)
  158. Dialog.add_field(3,'VCentering',1282)
  159. Dialog.add_field(4,'Width',1282)
  160. Dialog.add_field(5,'Height',1282)
  161. Dialog.add_field(6,'Attributes',4356)
  162. Dialog.add_field(7,'Title',8064)
  163. Dialog.add_field(8,'Control_First',3378)
  164. Dialog.add_field(9,'Control_Default',7474)
  165. Dialog.add_field(10,'Control_Cancel',7474)
  166. ControlCondition = Table('ControlCondition')
  167. ControlCondition.add_field(1,'Dialog_',11592)
  168. ControlCondition.add_field(2,'Control_',11570)
  169. ControlCondition.add_field(3,'Action',11570)
  170. ControlCondition.add_field(4,'Condition',11775)
  171. ControlEvent = Table('ControlEvent')
  172. ControlEvent.add_field(1,'Dialog_',11592)
  173. ControlEvent.add_field(2,'Control_',11570)
  174. ControlEvent.add_field(3,'Event',11570)
  175. ControlEvent.add_field(4,'Argument',11775)
  176. ControlEvent.add_field(5,'Condition',15871)
  177. ControlEvent.add_field(6,'Ordering',5378)
  178. CreateFolder = Table('CreateFolder')
  179. CreateFolder.add_field(1,'Directory_',11592)
  180. CreateFolder.add_field(2,'Component_',11592)
  181. CustomAction = Table('CustomAction')
  182. CustomAction.add_field(1,'Action',11592)
  183. CustomAction.add_field(2,'Type',1282)
  184. CustomAction.add_field(3,'Source',7496)
  185. CustomAction.add_field(4,'Target',7679)
  186. DrLocator = Table('DrLocator')
  187. DrLocator.add_field(1,'Signature_',11592)
  188. DrLocator.add_field(2,'Parent',15688)
  189. DrLocator.add_field(3,'Path',15871)
  190. DrLocator.add_field(4,'Depth',5378)
  191. DuplicateFile = Table('DuplicateFile')
  192. DuplicateFile.add_field(1,'FileKey',11592)
  193. DuplicateFile.add_field(2,'Component_',3400)
  194. DuplicateFile.add_field(3,'File_',3400)
  195. DuplicateFile.add_field(4,'DestName',8191)
  196. DuplicateFile.add_field(5,'DestFolder',7496)
  197. Environment = Table('Environment')
  198. Environment.add_field(1,'Environment',11592)
  199. Environment.add_field(2,'Name',4095)
  200. Environment.add_field(3,'Value',8191)
  201. Environment.add_field(4,'Component_',3400)
  202. Error = Table('Error')
  203. Error.add_field(1,'Error',9474)
  204. Error.add_field(2,'Message',7936)
  205. EventMapping = Table('EventMapping')
  206. EventMapping.add_field(1,'Dialog_',11592)
  207. EventMapping.add_field(2,'Control_',11570)
  208. EventMapping.add_field(3,'Event',11570)
  209. EventMapping.add_field(4,'Attribute',3378)
  210. Extension = Table('Extension')
  211. Extension.add_field(1,'Extension',11775)
  212. Extension.add_field(2,'Component_',11592)
  213. Extension.add_field(3,'ProgId_',7679)
  214. Extension.add_field(4,'MIME_',7488)
  215. Extension.add_field(5,'Feature_',3366)
  216. MIME = Table('MIME')
  217. MIME.add_field(1,'ContentType',11584)
  218. MIME.add_field(2,'Extension_',3583)
  219. MIME.add_field(3,'CLSID',7462)
  220. FeatureComponents = Table('FeatureComponents')
  221. FeatureComponents.add_field(1,'Feature_',11558)
  222. FeatureComponents.add_field(2,'Component_',11592)
  223. FileSFPCatalog = Table('FileSFPCatalog')
  224. FileSFPCatalog.add_field(1,'File_',11592)
  225. FileSFPCatalog.add_field(2,'SFPCatalog_',11775)
  226. SFPCatalog = Table('SFPCatalog')
  227. SFPCatalog.add_field(1,'SFPCatalog',11775)
  228. SFPCatalog.add_field(2,'Catalog',2304)
  229. SFPCatalog.add_field(3,'Dependency',7424)
  230. Font = Table('Font')
  231. Font.add_field(1,'File_',11592)
  232. Font.add_field(2,'FontTitle',7552)
  233. IniFile = Table('IniFile')
  234. IniFile.add_field(1,'IniFile',11592)
  235. IniFile.add_field(2,'FileName',4095)
  236. IniFile.add_field(3,'DirProperty',7496)
  237. IniFile.add_field(4,'Section',3936)
  238. IniFile.add_field(5,'Key',3968)
  239. IniFile.add_field(6,'Value',4095)
  240. IniFile.add_field(7,'Action',1282)
  241. IniFile.add_field(8,'Component_',3400)
  242. IniLocator = Table('IniLocator')
  243. IniLocator.add_field(1,'Signature_',11592)
  244. IniLocator.add_field(2,'FileName',3583)
  245. IniLocator.add_field(3,'Section',3424)
  246. IniLocator.add_field(4,'Key',3456)
  247. IniLocator.add_field(5,'Field',5378)
  248. IniLocator.add_field(6,'Type',5378)
  249. InstallExecuteSequence = Table('InstallExecuteSequence')
  250. InstallExecuteSequence.add_field(1,'Action',11592)
  251. InstallExecuteSequence.add_field(2,'Condition',7679)
  252. InstallExecuteSequence.add_field(3,'Sequence',5378)
  253. InstallUISequence = Table('InstallUISequence')
  254. InstallUISequence.add_field(1,'Action',11592)
  255. InstallUISequence.add_field(2,'Condition',7679)
  256. InstallUISequence.add_field(3,'Sequence',5378)
  257. IsolatedComponent = Table('IsolatedComponent')
  258. IsolatedComponent.add_field(1,'Component_Shared',11592)
  259. IsolatedComponent.add_field(2,'Component_Application',11592)
  260. LaunchCondition = Table('LaunchCondition')
  261. LaunchCondition.add_field(1,'Condition',11775)
  262. LaunchCondition.add_field(2,'Description',4095)
  263. ListBox = Table('ListBox')
  264. ListBox.add_field(1,'Property',11592)
  265. ListBox.add_field(2,'Order',9474)
  266. ListBox.add_field(3,'Value',3392)
  267. ListBox.add_field(4,'Text',8000)
  268. ListView = Table('ListView')
  269. ListView.add_field(1,'Property',11592)
  270. ListView.add_field(2,'Order',9474)
  271. ListView.add_field(3,'Value',3392)
  272. ListView.add_field(4,'Text',8000)
  273. ListView.add_field(5,'Binary_',7496)
  274. LockPermissions = Table('LockPermissions')
  275. LockPermissions.add_field(1,'LockObject',11592)
  276. LockPermissions.add_field(2,'Table',11552)
  277. LockPermissions.add_field(3,'Domain',15871)
  278. LockPermissions.add_field(4,'User',11775)
  279. LockPermissions.add_field(5,'Permission',4356)
  280. Media = Table('Media')
  281. Media.add_field(1,'DiskId',9474)
  282. Media.add_field(2,'LastSequence',1282)
  283. Media.add_field(3,'DiskPrompt',8000)
  284. Media.add_field(4,'Cabinet',7679)
  285. Media.add_field(5,'VolumeLabel',7456)
  286. Media.add_field(6,'Source',7496)
  287. MoveFile = Table('MoveFile')
  288. MoveFile.add_field(1,'FileKey',11592)
  289. MoveFile.add_field(2,'Component_',3400)
  290. MoveFile.add_field(3,'SourceName',8191)
  291. MoveFile.add_field(4,'DestName',8191)
  292. MoveFile.add_field(5,'SourceFolder',7496)
  293. MoveFile.add_field(6,'DestFolder',3400)
  294. MoveFile.add_field(7,'Options',1282)
  295. MsiAssembly = Table('MsiAssembly')
  296. MsiAssembly.add_field(1,'Component_',11592)
  297. MsiAssembly.add_field(2,'Feature_',3366)
  298. MsiAssembly.add_field(3,'File_Manifest',7496)
  299. MsiAssembly.add_field(4,'File_Application',7496)
  300. MsiAssembly.add_field(5,'Attributes',5378)
  301. MsiAssemblyName = Table('MsiAssemblyName')
  302. MsiAssemblyName.add_field(1,'Component_',11592)
  303. MsiAssemblyName.add_field(2,'Name',11775)
  304. MsiAssemblyName.add_field(3,'Value',3583)
  305. MsiDigitalCertificate = Table('MsiDigitalCertificate')
  306. MsiDigitalCertificate.add_field(1,'DigitalCertificate',11592)
  307. MsiDigitalCertificate.add_field(2,'CertData',2304)
  308. MsiDigitalSignature = Table('MsiDigitalSignature')
  309. MsiDigitalSignature.add_field(1,'Table',11552)
  310. MsiDigitalSignature.add_field(2,'SignObject',11592)
  311. MsiDigitalSignature.add_field(3,'DigitalCertificate_',3400)
  312. MsiDigitalSignature.add_field(4,'Hash',6400)
  313. MsiFileHash = Table('MsiFileHash')
  314. MsiFileHash.add_field(1,'File_',11592)
  315. MsiFileHash.add_field(2,'Options',1282)
  316. MsiFileHash.add_field(3,'HashPart1',260)
  317. MsiFileHash.add_field(4,'HashPart2',260)
  318. MsiFileHash.add_field(5,'HashPart3',260)
  319. MsiFileHash.add_field(6,'HashPart4',260)
  320. MsiPatchHeaders = Table('MsiPatchHeaders')
  321. MsiPatchHeaders.add_field(1,'StreamRef',11558)
  322. MsiPatchHeaders.add_field(2,'Header',2304)
  323. ODBCAttribute = Table('ODBCAttribute')
  324. ODBCAttribute.add_field(1,'Driver_',11592)
  325. ODBCAttribute.add_field(2,'Attribute',11560)
  326. ODBCAttribute.add_field(3,'Value',8191)
  327. ODBCDriver = Table('ODBCDriver')
  328. ODBCDriver.add_field(1,'Driver',11592)
  329. ODBCDriver.add_field(2,'Component_',3400)
  330. ODBCDriver.add_field(3,'Description',3583)
  331. ODBCDriver.add_field(4,'File_',3400)
  332. ODBCDriver.add_field(5,'File_Setup',7496)
  333. ODBCDataSource = Table('ODBCDataSource')
  334. ODBCDataSource.add_field(1,'DataSource',11592)
  335. ODBCDataSource.add_field(2,'Component_',3400)
  336. ODBCDataSource.add_field(3,'Description',3583)
  337. ODBCDataSource.add_field(4,'DriverDescription',3583)
  338. ODBCDataSource.add_field(5,'Registration',1282)
  339. ODBCSourceAttribute = Table('ODBCSourceAttribute')
  340. ODBCSourceAttribute.add_field(1,'DataSource_',11592)
  341. ODBCSourceAttribute.add_field(2,'Attribute',11552)
  342. ODBCSourceAttribute.add_field(3,'Value',8191)
  343. ODBCTranslator = Table('ODBCTranslator')
  344. ODBCTranslator.add_field(1,'Translator',11592)
  345. ODBCTranslator.add_field(2,'Component_',3400)
  346. ODBCTranslator.add_field(3,'Description',3583)
  347. ODBCTranslator.add_field(4,'File_',3400)
  348. ODBCTranslator.add_field(5,'File_Setup',7496)
  349. Patch = Table('Patch')
  350. Patch.add_field(1,'File_',11592)
  351. Patch.add_field(2,'Sequence',9474)
  352. Patch.add_field(3,'PatchSize',260)
  353. Patch.add_field(4,'Attributes',1282)
  354. Patch.add_field(5,'Header',6400)
  355. Patch.add_field(6,'StreamRef_',7462)
  356. PatchPackage = Table('PatchPackage')
  357. PatchPackage.add_field(1,'PatchId',11558)
  358. PatchPackage.add_field(2,'Media_',1282)
  359. PublishComponent = Table('PublishComponent')
  360. PublishComponent.add_field(1,'ComponentId',11558)
  361. PublishComponent.add_field(2,'Qualifier',11775)
  362. PublishComponent.add_field(3,'Component_',11592)
  363. PublishComponent.add_field(4,'AppData',8191)
  364. PublishComponent.add_field(5,'Feature_',3366)
  365. RadioButton = Table('RadioButton')
  366. RadioButton.add_field(1,'Property',11592)
  367. RadioButton.add_field(2,'Order',9474)
  368. RadioButton.add_field(3,'Value',3392)
  369. RadioButton.add_field(4,'X',1282)
  370. RadioButton.add_field(5,'Y',1282)
  371. RadioButton.add_field(6,'Width',1282)
  372. RadioButton.add_field(7,'Height',1282)
  373. RadioButton.add_field(8,'Text',8000)
  374. RadioButton.add_field(9,'Help',7986)
  375. Registry = Table('Registry')
  376. Registry.add_field(1,'Registry',11592)
  377. Registry.add_field(2,'Root',1282)
  378. Registry.add_field(3,'Key',4095)
  379. Registry.add_field(4,'Name',8191)
  380. Registry.add_field(5,'Value',7936)
  381. Registry.add_field(6,'Component_',3400)
  382. RegLocator = Table('RegLocator')
  383. RegLocator.add_field(1,'Signature_',11592)
  384. RegLocator.add_field(2,'Root',1282)
  385. RegLocator.add_field(3,'Key',3583)
  386. RegLocator.add_field(4,'Name',7679)
  387. RegLocator.add_field(5,'Type',5378)
  388. RemoveFile = Table('RemoveFile')
  389. RemoveFile.add_field(1,'FileKey',11592)
  390. RemoveFile.add_field(2,'Component_',3400)
  391. RemoveFile.add_field(3,'FileName',8191)
  392. RemoveFile.add_field(4,'DirProperty',3400)
  393. RemoveFile.add_field(5,'InstallMode',1282)
  394. RemoveIniFile = Table('RemoveIniFile')
  395. RemoveIniFile.add_field(1,'RemoveIniFile',11592)
  396. RemoveIniFile.add_field(2,'FileName',4095)
  397. RemoveIniFile.add_field(3,'DirProperty',7496)
  398. RemoveIniFile.add_field(4,'Section',3936)
  399. RemoveIniFile.add_field(5,'Key',3968)
  400. RemoveIniFile.add_field(6,'Value',8191)
  401. RemoveIniFile.add_field(7,'Action',1282)
  402. RemoveIniFile.add_field(8,'Component_',3400)
  403. RemoveRegistry = Table('RemoveRegistry')
  404. RemoveRegistry.add_field(1,'RemoveRegistry',11592)
  405. RemoveRegistry.add_field(2,'Root',1282)
  406. RemoveRegistry.add_field(3,'Key',4095)
  407. RemoveRegistry.add_field(4,'Name',8191)
  408. RemoveRegistry.add_field(5,'Component_',3400)
  409. ReserveCost = Table('ReserveCost')
  410. ReserveCost.add_field(1,'ReserveKey',11592)
  411. ReserveCost.add_field(2,'Component_',3400)
  412. ReserveCost.add_field(3,'ReserveFolder',7496)
  413. ReserveCost.add_field(4,'ReserveLocal',260)
  414. ReserveCost.add_field(5,'ReserveSource',260)
  415. SelfReg = Table('SelfReg')
  416. SelfReg.add_field(1,'File_',11592)
  417. SelfReg.add_field(2,'Cost',5378)
  418. ServiceControl = Table('ServiceControl')
  419. ServiceControl.add_field(1,'ServiceControl',11592)
  420. ServiceControl.add_field(2,'Name',4095)
  421. ServiceControl.add_field(3,'Event',1282)
  422. ServiceControl.add_field(4,'Arguments',8191)
  423. ServiceControl.add_field(5,'Wait',5378)
  424. ServiceControl.add_field(6,'Component_',3400)
  425. ServiceInstall = Table('ServiceInstall')
  426. ServiceInstall.add_field(1,'ServiceInstall',11592)
  427. ServiceInstall.add_field(2,'Name',3583)
  428. ServiceInstall.add_field(3,'DisplayName',8191)
  429. ServiceInstall.add_field(4,'ServiceType',260)
  430. ServiceInstall.add_field(5,'StartType',260)
  431. ServiceInstall.add_field(6,'ErrorControl',260)
  432. ServiceInstall.add_field(7,'LoadOrderGroup',7679)
  433. ServiceInstall.add_field(8,'Dependencies',7679)
  434. ServiceInstall.add_field(9,'StartName',7679)
  435. ServiceInstall.add_field(10,'Password',7679)
  436. ServiceInstall.add_field(11,'Arguments',7679)
  437. ServiceInstall.add_field(12,'Component_',3400)
  438. ServiceInstall.add_field(13,'Description',8191)
  439. Shortcut = Table('Shortcut')
  440. Shortcut.add_field(1,'Shortcut',11592)
  441. Shortcut.add_field(2,'Directory_',3400)
  442. Shortcut.add_field(3,'Name',3968)
  443. Shortcut.add_field(4,'Component_',3400)
  444. Shortcut.add_field(5,'Target',3400)
  445. Shortcut.add_field(6,'Arguments',7679)
  446. Shortcut.add_field(7,'Description',8191)
  447. Shortcut.add_field(8,'Hotkey',5378)
  448. Shortcut.add_field(9,'Icon_',7496)
  449. Shortcut.add_field(10,'IconIndex',5378)
  450. Shortcut.add_field(11,'ShowCmd',5378)
  451. Shortcut.add_field(12,'WkDir',7496)
  452. Signature = Table('Signature')
  453. Signature.add_field(1,'Signature',11592)
  454. Signature.add_field(2,'FileName',3583)
  455. Signature.add_field(3,'MinVersion',7444)
  456. Signature.add_field(4,'MaxVersion',7444)
  457. Signature.add_field(5,'MinSize',4356)
  458. Signature.add_field(6,'MaxSize',4356)
  459. Signature.add_field(7,'MinDate',4356)
  460. Signature.add_field(8,'MaxDate',4356)
  461. Signature.add_field(9,'Languages',7679)
  462. TextStyle = Table('TextStyle')
  463. TextStyle.add_field(1,'TextStyle',11592)
  464. TextStyle.add_field(2,'FaceName',3360)
  465. TextStyle.add_field(3,'Size',1282)
  466. TextStyle.add_field(4,'Color',4356)
  467. TextStyle.add_field(5,'StyleBits',5378)
  468. TypeLib = Table('TypeLib')
  469. TypeLib.add_field(1,'LibID',11558)
  470. TypeLib.add_field(2,'Language',9474)
  471. TypeLib.add_field(3,'Component_',11592)
  472. TypeLib.add_field(4,'Version',4356)
  473. TypeLib.add_field(5,'Description',8064)
  474. TypeLib.add_field(6,'Directory_',7496)
  475. TypeLib.add_field(7,'Feature_',3366)
  476. TypeLib.add_field(8,'Cost',4356)
  477. UIText = Table('UIText')
  478. UIText.add_field(1,'Key',11592)
  479. UIText.add_field(2,'Text',8191)
  480. Upgrade = Table('Upgrade')
  481. Upgrade.add_field(1,'UpgradeCode',11558)
  482. Upgrade.add_field(2,'VersionMin',15636)
  483. Upgrade.add_field(3,'VersionMax',15636)
  484. Upgrade.add_field(4,'Language',15871)
  485. Upgrade.add_field(5,'Attributes',8452)
  486. Upgrade.add_field(6,'Remove',7679)
  487. Upgrade.add_field(7,'ActionProperty',3400)
  488. Verb = Table('Verb')
  489. Verb.add_field(1,'Extension_',11775)
  490. Verb.add_field(2,'Verb',11552)
  491. Verb.add_field(3,'Sequence',5378)
  492. Verb.add_field(4,'Command',8191)
  493. Verb.add_field(5,'Argument',8191)
  494. tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembly, MsiAssemblyName, MsiDigitalCertificate, MsiDigitalSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAttribute, ODBCTranslator, Patch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, SelfReg, ServiceControl, ServiceInstall, Shortcut, Signature, TextStyle, TypeLib, UIText, Upgrade, Verb]
  495. _Validation_records = [
  496. (u'_Validation',u'Table',u'N',None, None, None, None, u'Identifier',None, u'Name of table',),
  497. (u'_Validation',u'Column',u'N',None, None, None, None, u'Identifier',None, u'Name of column',),
  498. (u'_Validation',u'Description',u'Y',None, None, None, None, u'Text',None, u'Description of column',),
  499. (u'_Validation',u'Set',u'Y',None, None, None, None, u'Text',None, u'Set of values that are permitted',),
  500. (u'_Validation',u'Category',u'Y',None, None, None, None, None, u'Text;Formatted;Template;Condition;Guid;Path;Version;Language;Identifier;Binary;UpperCase;LowerCase;Filename;Paths;AnyPath;WildCardFilename;RegPath;KeyFormatted;CustomSource;Property;Cabinet;Shortcut;URL',u'String category',),
  501. (u'_Validation',u'KeyColumn',u'Y',1,32,None, None, None, None, u'Column to which foreign key connects',),
  502. (u'_Validation',u'KeyTable',u'Y',None, None, None, None, u'Identifier',None, u'For foreign key, Name of table to which data must link',),
  503. (u'_Validation',u'MaxValue',u'Y',-2147483647,2147483647,None, None, None, None, u'Maximum value allowed',),
  504. (u'_Validation',u'MinValue',u'Y',-2147483647,2147483647,None, None, None, None, u'Minimum value allowed',),
  505. (u'_Validation',u'Nullable',u'N',None, None, None, None, None, u'Y;N;@',u'Whether the column is nullable',),
  506. (u'ActionText',u'Description',u'Y',None, None, None, None, u'Text',None, u'Localized description displayed in progress dialog and log when action is executing.',),
  507. (u'ActionText',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Name of action to be described.',),
  508. (u'ActionText',u'Template',u'Y',None, None, None, None, u'Template',None, u'Optional localized format template used to format action data records for display during action execution.',),
  509. (u'AdminExecuteSequence',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Name of action to invoke, either in the engine or the handler DLL.',),
  510. (u'AdminExecuteSequence',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.',),
  511. (u'AdminExecuteSequence',u'Sequence',u'Y',-4,32767,None, None, None, None, u'Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.',),
  512. (u'Condition',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'Expression evaluated to determine if Level in the Feature table is to change.',),
  513. (u'Condition',u'Feature_',u'N',None, None, u'Feature',1,u'Identifier',None, u'Reference to a Feature entry in Feature table.',),
  514. (u'Condition',u'Level',u'N',0,32767,None, None, None, None, u'New selection Level to set in Feature table if Condition evaluates to TRUE.',),
  515. (u'AdminUISequence',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Name of action to invoke, either in the engine or the handler DLL.',),
  516. (u'AdminUISequence',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.',),
  517. (u'AdminUISequence',u'Sequence',u'Y',-4,32767,None, None, None, None, u'Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.',),
  518. (u'AdvtExecuteSequence',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Name of action to invoke, either in the engine or the handler DLL.',),
  519. (u'AdvtExecuteSequence',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.',),
  520. (u'AdvtExecuteSequence',u'Sequence',u'Y',-4,32767,None, None, None, None, u'Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.',),
  521. (u'AdvtUISequence',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Name of action to invoke, either in the engine or the handler DLL.',),
  522. (u'AdvtUISequence',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.',),
  523. (u'AdvtUISequence',u'Sequence',u'Y',-4,32767,None, None, None, None, u'Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.',),
  524. (u'AppId',u'AppId',u'N',None, None, None, None, u'Guid',None, None, ),
  525. (u'AppId',u'ActivateAtStorage',u'Y',0,1,None, None, None, None, None, ),
  526. (u'AppId',u'DllSurrogate',u'Y',None, None, None, None, u'Text',None, None, ),
  527. (u'AppId',u'LocalService',u'Y',None, None, None, None, u'Text',None, None, ),
  528. (u'AppId',u'RemoteServerName',u'Y',None, None, None, None, u'Formatted',None, None, ),
  529. (u'AppId',u'RunAsInteractiveUser',u'Y',0,1,None, None, None, None, None, ),
  530. (u'AppId',u'ServiceParameters',u'Y',None, None, None, None, u'Text',None, None, ),
  531. (u'AppSearch',u'Property',u'N',None, None, None, None, u'Identifier',None, u'The property associated with a Signature',),
  532. (u'AppSearch',u'Signature_',u'N',None, None, u'Signature;RegLocator;IniLocator;DrLocator;CompLocator',1,u'Identifier',None, u'The Signature_ represents a unique file signature and is also the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables.',),
  533. (u'Property',u'Property',u'N',None, None, None, None, u'Identifier',None, u'Name of property, uppercase if settable by launcher or loader.',),
  534. (u'Property',u'Value',u'N',None, None, None, None, u'Text',None, u'String value for property. Never null or empty.',),
  535. (u'BBControl',u'Type',u'N',None, None, None, None, u'Identifier',None, u'The type of the control.',),
  536. (u'BBControl',u'Y',u'N',0,32767,None, None, None, None, u'Vertical coordinate of the upper left corner of the bounding rectangle of the control.',),
  537. (u'BBControl',u'Text',u'Y',None, None, None, None, u'Text',None, u'A string used to set the initial text contained within a control (if appropriate).',),
  538. (u'BBControl',u'BBControl',u'N',None, None, None, None, u'Identifier',None, u'Name of the control. This name must be unique within a billboard, but can repeat on different billboard.',),
  539. (u'BBControl',u'Attributes',u'Y',0,2147483647,None, None, None, None, u'A 32-bit word that specifies the attribute flags to be applied to this control.',),
  540. (u'BBControl',u'Billboard_',u'N',None, None, u'Billboard',1,u'Identifier',None, u'External key to the Billboard table, name of the billboard.',),
  541. (u'BBControl',u'Height',u'N',0,32767,None, None, None, None, u'Height of the bounding rectangle of the control.',),
  542. (u'BBControl',u'Width',u'N',0,32767,None, None, None, None, u'Width of the bounding rectangle of the control.',),
  543. (u'BBControl',u'X',u'N',0,32767,None, None, None, None, u'Horizontal coordinate of the upper left corner of the bounding rectangle of the control.',),
  544. (u'Billboard',u'Action',u'Y',None, None, None, None, u'Identifier',None, u'The name of an action. The billboard is displayed during the progress messages received from this action.',),
  545. (u'Billboard',u'Billboard',u'N',None, None, None, None, u'Identifier',None, u'Name of the billboard.',),
  546. (u'Billboard',u'Feature_',u'N',None, None, u'Feature',1,u'Identifier',None, u'An external key to the Feature Table. The billboard is shown only if this feature is being installed.',),
  547. (u'Billboard',u'Ordering',u'Y',0,32767,None, None, None, None, u'A positive integer. If there is more than one billboard corresponding to an action they will be shown in the order defined by this column.',),
  548. (u'Feature',u'Description',u'Y',None, None, None, None, u'Text',None, u'Longer descriptive text describing a visible feature item.',),
  549. (u'Feature',u'Attributes',u'N',None, None, None, None, None, u'0;1;2;4;5;6;8;9;10;16;17;18;20;21;22;24;25;26;32;33;34;36;37;38;48;49;50;52;53;54',u'Feature attributes',),
  550. (u'Feature',u'Feature',u'N',None, None, None, None, u'Identifier',None, u'Primary key used to identify a particular feature record.',),
  551. (u'Feature',u'Directory_',u'Y',None, None, u'Directory',1,u'UpperCase',None, u'The name of the Directory that can be configured by the UI. A non-null value will enable the browse button.',),
  552. (u'Feature',u'Level',u'N',0,32767,None, None, None, None, u'The install level at which record will be initially selected. An install level of 0 will disable an item and prevent its display.',),
  553. (u'Feature',u'Title',u'Y',None, None, None, None, u'Text',None, u'Short text identifying a visible feature item.',),
  554. (u'Feature',u'Display',u'Y',0,32767,None, None, None, None, u'Numeric sort order, used to force a specific display ordering.',),
  555. (u'Feature',u'Feature_Parent',u'Y',None, None, u'Feature',1,u'Identifier',None, u'Optional key of a parent record in the same table. If the parent is not selected, then the record will not be installed. Null indicates a root item.',),
  556. (u'Binary',u'Name',u'N',None, None, None, None, u'Identifier',None, u'Unique key identifying the binary data.',),
  557. (u'Binary',u'Data',u'N',None, None, None, None, u'Binary',None, u'The unformatted binary data.',),
  558. (u'BindImage',u'File_',u'N',None, None, u'File',1,u'Identifier',None, u'The index into the File table. This must be an executable file.',),
  559. (u'BindImage',u'Path',u'Y',None, None, None, None, u'Paths',None, u'A list of ; delimited paths that represent the paths to be searched for the import DLLS. The list is usually a list of properties each enclosed within square brackets [] .',),
  560. (u'File',u'Sequence',u'N',1,32767,None, None, None, None, u'Sequence with respect to the media images; order must track cabinet order.',),
  561. (u'File',u'Attributes',u'Y',0,32767,None, None, None, None, u'Integer containing bit flags representing file attributes (with the decimal value of each bit position in parentheses)',),
  562. (u'File',u'File',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized token, must match identifier in cabinet. For uncompressed files, this field is ignored.',),
  563. (u'File',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key referencing Component that controls the file.',),
  564. (u'File',u'FileName',u'N',None, None, None, None, u'Filename',None, u'File name used for installation, may be localized. This may contain a "short name|long name" pair.',),
  565. (u'File',u'FileSize',u'N',0,2147483647,None, None, None, None, u'Size of file in bytes (long integer).',),
  566. (u'File',u'Language',u'Y',None, None, None, None, u'Language',None, u'List of decimal language Ids, comma-separated if more than one.',),
  567. (u'File',u'Version',u'Y',None, None, u'File',1,u'Version',None, u'Version string for versioned files; Blank for unversioned files.',),
  568. (u'CCPSearch',u'Signature_',u'N',None, None, u'Signature;RegLocator;IniLocator;DrLocator;CompLocator',1,u'Identifier',None, u'The Signature_ represents a unique file signature and is also the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables.',),
  569. (u'CheckBox',u'Property',u'N',None, None, None, None, u'Identifier',None, u'A named property to be tied to the item.',),
  570. (u'CheckBox',u'Value',u'Y',None, None, None, None, u'Formatted',None, u'The value string associated with the item.',),
  571. (u'Class',u'Description',u'Y',None, None, None, None, u'Text',None, u'Localized description for the Class.',),
  572. (u'Class',u'Attributes',u'Y',None, 32767,None, None, None, None, u'Class registration attributes.',),
  573. (u'Class',u'Feature_',u'N',None, None, u'Feature',1,u'Identifier',None, u'Required foreign key into the Feature Table, specifying the feature to validate or install in order for the CLSID factory to be operational.',),
  574. (u'Class',u'AppId_',u'Y',None, None, u'AppId',1,u'Guid',None, u'Optional AppID containing DCOM information for associated application (string GUID).',),
  575. (u'Class',u'Argument',u'Y',None, None, None, None, u'Formatted',None, u'optional argument for LocalServers.',),
  576. (u'Class',u'CLSID',u'N',None, None, None, None, u'Guid',None, u'The CLSID of an OLE factory.',),
  577. (u'Class',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Required foreign key into the Component Table, specifying the component for which to return a path when called through LocateComponent.',),
  578. (u'Class',u'Context',u'N',None, None, None, None, u'Identifier',None, u'The numeric server context for this server. CLSCTX_xxxx',),
  579. (u'Class',u'DefInprocHandler',u'Y',None, None, None, None, u'Filename',u'1;2;3',u'Optional default inproc handler. Only optionally provided if Context=CLSCTX_LOCAL_SERVER. Typically "ole32.dll" or "mapi32.dll"',),
  580. (u'Class',u'FileTypeMask',u'Y',None, None, None, None, u'Text',None, u'Optional string containing information for the HKCRthis CLSID) key. If multiple patterns exist, they must be delimited by a semicolon, and numeric subkeys will be generated: 0,1,2...',),
  581. (u'Class',u'Icon_',u'Y',None, None, u'Icon',1,u'Identifier',None, u'Optional foreign key into the Icon Table, specifying the icon file associated with this CLSID. Will be written under the DefaultIcon key.',),
  582. (u'Class',u'IconIndex',u'Y',-32767,32767,None, None, None, None, u'Optional icon index.',),
  583. (u'Class',u'ProgId_Default',u'Y',None, None, u'ProgId',1,u'Text',None, u'Optional ProgId associated with this CLSID.',),
  584. (u'Component',u'Condition',u'Y',None, None, None, None, u'Condition',None, u"A conditional statement that will disable this component if the specified condition evaluates to the 'True' state. If a component is disabled, it will not be installed, regardless of the 'Action' state associated with the component.",),
  585. (u'Component',u'Attributes',u'N',None, None, None, None, None, None, u'Remote execution option, one of irsEnum',),
  586. (u'Component',u'Component',u'N',None, None, None, None, u'Identifier',None, u'Primary key used to identify a particular component record.',),
  587. (u'Component',u'ComponentId',u'Y',None, None, None, None, u'Guid',None, u'A string GUID unique to this component, version, and language.',),
  588. (u'Component',u'Directory_',u'N',None, None, u'Directory',1,u'Identifier',None, u'Required key of a Directory table record. This is actually a property name whose value contains the actual path, set either by the AppSearch action or with the default setting obtained from the Directory table.',),
  589. (u'Component',u'KeyPath',u'Y',None, None, u'File;Registry;ODBCDataSource',1,u'Identifier',None, u'Either the primary key into the File table, Registry table, or ODBCDataSource table. This extract path is stored when the component is installed, and is used to detect the presence of the component and to return the path to it.',),
  590. (u'Icon',u'Name',u'N',None, None, None, None, u'Identifier',None, u'Primary key. Name of the icon file.',),
  591. (u'Icon',u'Data',u'N',None, None, None, None, u'Binary',None, u'Binary stream. The binary icon data in PE (.DLL or .EXE) or icon (.ICO) format.',),
  592. (u'ProgId',u'Description',u'Y',None, None, None, None, u'Text',None, u'Localized description for the Program identifier.',),
  593. (u'ProgId',u'Icon_',u'Y',None, None, u'Icon',1,u'Identifier',None, u'Optional foreign key into the Icon Table, specifying the icon file associated with this ProgId. Will be written under the DefaultIcon key.',),
  594. (u'ProgId',u'IconIndex',u'Y',-32767,32767,None, None, None, None, u'Optional icon index.',),
  595. (u'ProgId',u'ProgId',u'N',None, None, None, None, u'Text',None, u'The Program Identifier. Primary key.',),
  596. (u'ProgId',u'Class_',u'Y',None, None, u'Class',1,u'Guid',None, u'The CLSID of an OLE factory corresponding to the ProgId.',),
  597. (u'ProgId',u'ProgId_Parent',u'Y',None, None, u'ProgId',1,u'Text',None, u'The Parent Program Identifier. If specified, the ProgId column becomes a version independent prog id.',),
  598. (u'ComboBox',u'Text',u'Y',None, None, None, None, u'Formatted',None, u'The visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.',),
  599. (u'ComboBox',u'Property',u'N',None, None, None, None, u'Identifier',None, u'A named property to be tied to this item. All the items tied to the same property become part of the same combobox.',),
  600. (u'ComboBox',u'Value',u'N',None, None, None, None, u'Formatted',None, u'The value string associated with this item. Selecting the line will set the associated property to this value.',),
  601. (u'ComboBox',u'Order',u'N',1,32767,None, None, None, None, u'A positive integer used to determine the ordering of the items within one list.\tThe integers do not have to be consecutive.',),
  602. (u'CompLocator',u'Type',u'Y',0,1,None, None, None, None, u'A boolean value that determines if the registry value is a filename or a directory location.',),
  603. (u'CompLocator',u'Signature_',u'N',None, None, None, None, u'Identifier',None, u'The table key. The Signature_ represents a unique file signature and is also the foreign key in the Signature table.',),
  604. (u'CompLocator',u'ComponentId',u'N',None, None, None, None, u'Guid',None, u'A string GUID unique to this component, version, and language.',),
  605. (u'Complus',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key referencing Component that controls the ComPlus component.',),
  606. (u'Complus',u'ExpType',u'Y',0,32767,None, None, None, None, u'ComPlus component attributes.',),
  607. (u'Directory',u'Directory',u'N',None, None, None, None, u'Identifier',None, u'Unique identifier for directory entry, primary key. If a property by this name is defined, it contains the full path to the directory.',),
  608. (u'Directory',u'DefaultDir',u'N',None, None, None, None, u'DefaultDir',None, u"The default sub-path under parent's path.",),
  609. (u'Directory',u'Directory_Parent',u'Y',None, None, u'Directory',1,u'Identifier',None, u'Reference to the entry in this table specifying the default parent directory. A record parented to itself or with a Null parent represents a root of the install tree.',),
  610. (u'Control',u'Type',u'N',None, None, None, None, u'Identifier',None, u'The type of the control.',),
  611. (u'Control',u'Y',u'N',0,32767,None, None, None, None, u'Vertical coordinate of the upper left corner of the bounding rectangle of the control.',),
  612. (u'Control',u'Text',u'Y',None, None, None, None, u'Formatted',None, u'A string used to set the initial text contained within a control (if appropriate).',),
  613. (u'Control',u'Property',u'Y',None, None, None, None, u'Identifier',None, u'The name of a defined property to be linked to this control. ',),
  614. (u'Control',u'Attributes',u'Y',0,2147483647,None, None, None, None, u'A 32-bit word that specifies the attribute flags to be applied to this control.',),
  615. (u'Control',u'Height',u'N',0,32767,None, None, None, None, u'Height of the bounding rectangle of the control.',),
  616. (u'Control',u'Width',u'N',0,32767,None, None, None, None, u'Width of the bounding rectangle of the control.',),
  617. (u'Control',u'X',u'N',0,32767,None, None, None, None, u'Horizontal coordinate of the upper left corner of the bounding rectangle of the control.',),
  618. (u'Control',u'Control',u'N',None, None, None, None, u'Identifier',None, u'Name of the control. This name must be unique within a dialog, but can repeat on different dialogs. ',),
  619. (u'Control',u'Control_Next',u'Y',None, None, u'Control',2,u'Identifier',None, u'The name of an other control on the same dialog. This link defines the tab order of the controls. The links have to form one or more cycles!',),
  620. (u'Control',u'Dialog_',u'N',None, None, u'Dialog',1,u'Identifier',None, u'External key to the Dialog table, name of the dialog.',),
  621. (u'Control',u'Help',u'Y',None, None, None, None, u'Text',None, u'The help strings used with the button. The text is optional. ',),
  622. (u'Dialog',u'Attributes',u'Y',0,2147483647,None, None, None, None, u'A 32-bit word that specifies the attribute flags to be applied to this dialog.',),
  623. (u'Dialog',u'Height',u'N',0,32767,None, None, None, None, u'Height of the bounding rectangle of the dialog.',),
  624. (u'Dialog',u'Width',u'N',0,32767,None, None, None, None, u'Width of the bounding rectangle of the dialog.',),
  625. (u'Dialog',u'Dialog',u'N',None, None, None, None, u'Identifier',None, u'Name of the dialog.',),
  626. (u'Dialog',u'Control_Cancel',u'Y',None, None, u'Control',2,u'Identifier',None, u'Defines the cancel control. Hitting escape or clicking on the close icon on the dialog is equivalent to pushing this button.',),
  627. (u'Dialog',u'Control_Default',u'Y',None, None, u'Control',2,u'Identifier',None, u'Defines the default control. Hitting return is equivalent to pushing this button.',),
  628. (u'Dialog',u'Control_First',u'N',None, None, u'Control',2,u'Identifier',None, u'Defines the control that has the focus when the dialog is created.',),
  629. (u'Dialog',u'HCentering',u'N',0,100,None, None, None, None, u'Horizontal position of the dialog on a 0-100 scale. 0 means left end, 100 means right end of the screen, 50 center.',),
  630. (u'Dialog',u'Title',u'Y',None, None, None, None, u'Formatted',None, u"A text string specifying the title to be displayed in the title bar of the dialog's window.",),
  631. (u'Dialog',u'VCentering',u'N',0,100,None, None, None, None, u'Vertical position of the dialog on a 0-100 scale. 0 means top end, 100 means bottom end of the screen, 50 center.',),
  632. (u'ControlCondition',u'Action',u'N',None, None, None, None, None, u'Default;Disable;Enable;Hide;Show',u'The desired action to be taken on the specified control.',),
  633. (u'ControlCondition',u'Condition',u'N',None, None, None, None, u'Condition',None, u'A standard conditional statement that specifies under which conditions the action should be triggered.',),
  634. (u'ControlCondition',u'Dialog_',u'N',None, None, u'Dialog',1,u'Identifier',None, u'A foreign key to the Dialog table, name of the dialog.',),
  635. (u'ControlCondition',u'Control_',u'N',None, None, u'Control',2,u'Identifier',None, u'A foreign key to the Control table, name of the control.',),
  636. (u'ControlEvent',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'A standard conditional statement that specifies under which conditions an event should be triggered.',),
  637. (u'ControlEvent',u'Ordering',u'Y',0,2147483647,None, None, None, None, u'An integer used to order several events tied to the same control. Can be left blank.',),
  638. (u'ControlEvent',u'Argument',u'N',None, None, None, None, u'Formatted',None, u'A value to be used as a modifier when triggering a particular event.',),
  639. (u'ControlEvent',u'Dialog_',u'N',None, None, u'Dialog',1,u'Identifier',None, u'A foreign key to the Dialog table, name of the dialog.',),
  640. (u'ControlEvent',u'Control_',u'N',None, None, u'Control',2,u'Identifier',None, u'A foreign key to the Control table, name of the control',),
  641. (u'ControlEvent',u'Event',u'N',None, None, None, None, u'Formatted',None, u'An identifier that specifies the type of the event that should take place when the user interacts with control specified by the first two entries.',),
  642. (u'CreateFolder',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table.',),
  643. (u'CreateFolder',u'Directory_',u'N',None, None, u'Directory',1,u'Identifier',None, u'Primary key, could be foreign key into the Directory table.',),
  644. (u'CustomAction',u'Type',u'N',1,16383,None, None, None, None, u'The numeric custom action type, consisting of source location, code type, entry, option flags.',),
  645. (u'CustomAction',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Primary key, name of action, normally appears in sequence table unless private use.',),
  646. (u'CustomAction',u'Source',u'Y',None, None, None, None, u'CustomSource',None, u'The table reference of the source of the code.',),
  647. (u'CustomAction',u'Target',u'Y',None, None, None, None, u'Formatted',None, u'Excecution parameter, depends on the type of custom action',),
  648. (u'DrLocator',u'Signature_',u'N',None, None, None, None, u'Identifier',None, u'The Signature_ represents a unique file signature and is also the foreign key in the Signature table.',),
  649. (u'DrLocator',u'Path',u'Y',None, None, None, None, u'AnyPath',None, u'The path on the user system. This is a either a subpath below the value of the Parent or a full path. The path may contain properties enclosed within [ ] that will be expanded.',),
  650. (u'DrLocator',u'Depth',u'Y',0,32767,None, None, None, None, u'The depth below the path to which the Signature_ is recursively searched. If absent, the depth is assumed to be 0.',),
  651. (u'DrLocator',u'Parent',u'Y',None, None, None, None, u'Identifier',None, u'The parent file signature. It is also a foreign key in the Signature table. If null and the Path column does not expand to a full path, then all the fixed drives of the user system are searched using the Path.',),
  652. (u'DuplicateFile',u'File_',u'N',None, None, u'File',1,u'Identifier',None, u'Foreign key referencing the source file to be duplicated.',),
  653. (u'DuplicateFile',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key referencing Component that controls the duplicate file.',),
  654. (u'DuplicateFile',u'DestFolder',u'Y',None, None, None, None, u'Identifier',None, u'Name of a property whose value is assumed to resolve to the full pathname to a destination folder.',),
  655. (u'DuplicateFile',u'DestName',u'Y',None, None, None, None, u'Filename',None, u'Filename to be given to the duplicate file.',),
  656. (u'DuplicateFile',u'FileKey',u'N',None, None, None, None, u'Identifier',None, u'Primary key used to identify a particular file entry',),
  657. (u'Environment',u'Name',u'N',None, None, None, None, u'Text',None, u'The name of the environmental value.',),
  658. (u'Environment',u'Value',u'Y',None, None, None, None, u'Formatted',None, u'The value to set in the environmental settings.',),
  659. (u'Environment',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table referencing component that controls the installing of the environmental value.',),
  660. (u'Environment',u'Environment',u'N',None, None, None, None, u'Identifier',None, u'Unique identifier for the environmental variable setting',),
  661. (u'Error',u'Error',u'N',0,32767,None, None, None, None, u'Integer error number, obtained from header file IError(...) macros.',),
  662. (u'Error',u'Message',u'Y',None, None, None, None, u'Template',None, u'Error formatting template, obtained from user ed. or localizers.',),
  663. (u'EventMapping',u'Dialog_',u'N',None, None, u'Dialog',1,u'Identifier',None, u'A foreign key to the Dialog table, name of the Dialog.',),
  664. (u'EventMapping',u'Control_',u'N',None, None, u'Control',2,u'Identifier',None, u'A foreign key to the Control table, name of the control.',),
  665. (u'EventMapping',u'Event',u'N',None, None, None, None, u'Identifier',None, u'An identifier that specifies the type of the event that the control subscribes to.',),
  666. (u'EventMapping',u'Attribute',u'N',None, None, None, None, u'Identifier',None, u'The name of the control attribute, that is set when this event is received.',),
  667. (u'Extension',u'Feature_',u'N',None, None, u'Feature',1,u'Identifier',None, u'Required foreign key into the Feature Table, specifying the feature to validate or install in order for the CLSID factory to be operational.',),
  668. (u'Extension',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Required foreign key into the Component Table, specifying the component for which to return a path when called through LocateComponent.',),
  669. (u'Extension',u'Extension',u'N',None, None, None, None, u'Text',None, u'The extension associated with the table row.',),
  670. (u'Extension',u'MIME_',u'Y',None, None, u'MIME',1,u'Text',None, u'Optional Context identifier, typically "type/format" associated with the extension',),
  671. (u'Extension',u'ProgId_',u'Y',None, None, u'ProgId',1,u'Text',None, u'Optional ProgId associated with this extension.',),
  672. (u'MIME',u'CLSID',u'Y',None, None, None, None, u'Guid',None, u'Optional associated CLSID.',),
  673. (u'MIME',u'ContentType',u'N',None, None, None, None, u'Text',None, u'Primary key. Context identifier, typically "type/format".',),
  674. (u'MIME',u'Extension_',u'N',None, None, u'Extension',1,u'Text',None, u'Optional associated extension (without dot)',),
  675. (u'FeatureComponents',u'Feature_',u'N',None, None, u'Feature',1,u'Identifier',None, u'Foreign key into Feature table.',),
  676. (u'FeatureComponents',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into Component table.',),
  677. (u'FileSFPCatalog',u'File_',u'N',None, None, u'File',1,u'Identifier',None, u'File associated with the catalog',),
  678. (u'FileSFPCatalog',u'SFPCatalog_',u'N',None, None, u'SFPCatalog',1,u'Filename',None, u'Catalog associated with the file',),
  679. (u'SFPCatalog',u'SFPCatalog',u'N',None, None, None, None, u'Filename',None, u'File name for the catalog.',),
  680. (u'SFPCatalog',u'Catalog',u'N',None, None, None, None, u'Binary',None, u'SFP Catalog',),
  681. (u'SFPCatalog',u'Dependency',u'Y',None, None, None, None, u'Formatted',None, u'Parent catalog - only used by SFP',),
  682. (u'Font',u'File_',u'N',None, None, u'File',1,u'Identifier',None, u'Primary key, foreign key into File table referencing font file.',),
  683. (u'Font',u'FontTitle',u'Y',None, None, None, None, u'Text',None, u'Font name.',),
  684. (u'IniFile',u'Action',u'N',None, None, None, None, None, u'0;1;3',u'The type of modification to be made, one of iifEnum',),
  685. (u'IniFile',u'Value',u'N',None, None, None, None, u'Formatted',None, u'The value to be written.',),
  686. (u'IniFile',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table referencing component that controls the installing of the .INI value.',),
  687. (u'IniFile',u'Fi…

Large files files are truncated, but you can click here to view the full file