search for: _property

Displaying 5 results from an estimated 5 matches for "_property".

Did you mean: property
2011 Mar 01
2
Adobe CS3 msi bug: workarounds for 1.3.14?
...package L"C:\\users\\andrey\\Temp\\msi172.tmp" trace:msi:MSI_OpenDatabaseW L"C:\\users\\andrey\\Temp\\msi172.tmp" #0001 fixme:storage:create_storagefile Storage share mode not implemented. trace:msi:MSI_CreatePackage 0x1598a8 trace:msi:MSI_DatabaseOpenViewW L"CREATE TABLE `_Property` ( `_Property` CHAR(56) NOT NULL TEMPORARY, `Value` CHAR(98) NOT NULL TEMPORARY PRIMARY KEY `_Property`) HOLD" 0x9bd6a4 trace:msi:MSI_ParseSQL Parse returned 0 trace:msi:MSI_ViewExecute 0x167058 (nil) trace:msi:msiobj_release object 0x167428 destroyed trace:msi:MSI_ViewClose 0x167058 trace:msi...
2007 Apr 27
0
Wine release 0.9.36
...ther custom actions can use it. msi: Run the InstallExecute sequence if the InstallUISequnce table is empty. msi: Add handling for the concurrent install custom action. msi: Return MSICONDITION_NONE in MsiDatabaseIsTablePersistent if the table doesn't exist. msi: Add the _Property table back, with tests. msi: Add an internal MSI_ViewModify. msi: Abstract MSI_RecordSetStream. msi: Implement special handling for the _Streams table. Jan Zerebecki (2): user32: Fix to succeed reliably in test where it works by accident. wined3d: Remove resourceStore...
2018 Mar 30
0
Wine release 3.5
...create_info. winevulkan: Export symbols for Core Vulkan functions. vulkan-1: Add initial implementation. vulkan-1: Implement vkEnumerateInstanceExtensionProperties. vulkan-1: Implement vkGetInstanceProcAddr. Sebastian Lackner (4): bcrypt: Pass object to get_{alg, hash}_property instead of alg_id. bcrypt/tests: Add tests for BCryptDuplicateKey. bcrypt/tests: Add tests for auth data in AES GCM mode. ntdll: Set proper ExceptionInformation[0] for x86_64 exceptions. Stefan Leichter (4): strmdll: Add stub dll. advapi32: Silence the fixme in EventA...
2007 Jul 13
0
Wine release 0.9.41
...API-generated transforms. msi: Delete msifile after the tests. msi: Test adding columns with data in a transform. msi: Handle adding columns in transforms. msi: Check for NULL transform, as there may be no transforms for the _Columns or _Tables tables. msi: Fix current _Property table tests and add more tests. msi: Add tests for adding properties in a transform. msi: Add tests for adding properties with a transform during an install. msi: Fix a copy and paste error. msi: Reload properties as they may have been changed by a transform. msi: Fix...
2009 Mar 13
0
Wine release 1.1.17
...d be g and j respectively. msi: The _Streams and _Storages table are special and always exist. msi: The PATH environment variable can be longer than MAX_PATH, so dynamically allocate strings to deal with that. msi: Delete the view on error. msi: Use a SQL marker to query the _Property table when fetching a property. msi: Add missing calls to MsiViewClose. msi: Don't allow nested quotes in SQL queries. msi: Don't treat carriage returns as spaces. msi: Handle reading from a NULL stream. Jeremy White (18): sane.ds: Downgrade inappropriate FIXM...