Displaying 4 results from an estimated 4 matches for "uilevel".
2011 Mar 01
2
Adobe CS3 msi bug: workarounds for 1.3.14?
..._ParseSQL Parse returned 0
trace:msi:MSI_ViewExecute 0x180a10 0x180988
trace:msi:msiobj_release object 0x180550 destroyed
trace:msi:MSI_ViewClose 0x180a10
trace:msi:msiobj_release object 0x180a10 destroyed
trace:msi:msiobj_release object 0x180988 destroyed
trace:msi:msi_set_property 0x1598a8 L"UILevel" L"2"
trace:msi:MSI_DatabaseOpenViewW L"SELECT `Value` FROM `_Property`
WHERE `_Property`=?" 0x9bcd88
trace:msi:MSI_ParseSQL Parse returned 0
trace:msi:MSI_ViewExecute 0x180b28 0x180988
trace:msi:MSI_ViewFetch 0x180b28 0x9bcd84
trace:msi:msi_view_get_row 0x1598a8 0x1803a0 0...
2012 Mar 30
0
Wine release 1.5.1
...delines.
Fr?d?ric Delanoy (3):
attrib: Fix typo.
po: Update French translation.
cmd: Use BOOL instead of int for boolean variables.
Hans Leidekker (12):
msi: Get the UI level from the global variable instead of the property.
msi: Mask off modifiers before setting the UILevel property.
sxs: Parse the display name in CreateAssemblyNameObject.
sxs/tests: Add tests for CreateAssemblyNameObject.
msi: Also set the Intel property on 64-bit processors.
msi: Clear the cert pointer in MsiGetFileSignatureInformation.
msi/tests: Reduce code duplicatio...
2008 Mar 07
0
Wine release 0.9.57
...t site.
janitorial: Remove links to any microsoft site.
janitorial: Remove links to any microsoft site.
janitorial: Remove links to any microsoft site.
msi: Don't bail out if the row to modify is not found as not all modify commands need the row.
msi: Implement the UILevel property of the Installer object.
msi: Make local functions static.
msi: Remove a pointless wrapper of RegCreateKey.
msi: Add definitions for MsiEnumComponentCosts.
msi: Include query.h to pull in the definition of STREAMS_CreateView.
msi: Implement MsiGetProductInfoEx...
2009 Dec 18
0
Wine release 1.1.35
...efactor the Installer.OpenPackage method into InstallerImpl_OpenPackage.
msi: Refactor Installer.OpenProduct and Installer.OpenDatabase into respective functions.
msi: Refactor the Installer.SummaryInformation method to InstallerImpl_SummaryInformation.
msi: Refactor the Installer.UILevel method into InstallerImpl_UILevel.
msi: Refactor the remaining Installer object stub methods into respective functions.
msi: Refactor the Installer.InstallProduct method into InstallerImpl_InstallProduct.
msi: Refactor the Installer.Version method into InstallerImpl_Version....