André Hentschel
|
0e5c2f346d
|
msi/tests: Remove superfluous check.
|
2010-12-20 12:47:41 +01:00 |
Alexandre Julliard
|
17e66e06d6
|
msi: Convert the dll registration to the IRegistrar mechanism.
|
2010-12-17 14:59:49 +01:00 |
Michael Stefaniuc
|
24ad5cb68f
|
msi: Use an iface instead of a vtbl pointer in msi_remote_database_impl.
|
2010-12-15 13:18:45 +01:00 |
Michael Stefaniuc
|
b36f401011
|
msi: Use an iface instead of a vtbl pointer in msi_remote_package_impl.
|
2010-12-15 13:18:40 +01:00 |
Michael Stefaniuc
|
cb58010118
|
msi: Use an iface instead of a vtbl pointer in msi_custom_remote_impl.
|
2010-12-15 13:18:37 +01:00 |
Michael Stefaniuc
|
09019ba78a
|
msi: Use an iface instead of an vtbl pointer in IClassFactoryImpl.
|
2010-12-15 13:18:12 +01:00 |
Hans Leidekker
|
942e2b2ac9
|
msi: Support MSIRUNMODE_LOGENABLED in MsiGetMode.
|
2010-12-15 12:02:01 +01:00 |
André Hentschel
|
6e9b841216
|
msi: Fix test failure on some 2k3 machines.
|
2010-12-13 16:24:10 +01:00 |
Hans Leidekker
|
1214dca412
|
msi/tests: Fix some test failures on Wow64.
|
2010-12-10 17:09:37 +01:00 |
Hans Leidekker
|
973821c775
|
msi/tests: Avoid a test failure on 64-bit.
|
2010-12-09 12:17:22 +01:00 |
Hans Leidekker
|
b376f41766
|
msi: Don't try to install or remove ODBC drivers if the component is disabled.
|
2010-12-09 12:17:12 +01:00 |
Hans Leidekker
|
23169289e6
|
msi: Map neutral parts of package language ids to the system default language id.
|
2010-12-06 19:05:53 +01:00 |
Alexandre Julliard
|
24d2f694cb
|
msi/tests: Fix a test failure on win2k.
|
2010-12-03 16:15:13 +01:00 |
Joris Huizer
|
d4d7c263cb
|
msi: Don't leak memory on error path.
|
2010-12-03 11:04:13 +01:00 |
Hans Leidekker
|
ad6b7cd46a
|
msi: Clear last error on success in MsiQueryFeatureState and MsiQueryProductState.
|
2010-12-02 12:47:42 +01:00 |
Hans Leidekker
|
06505c9a34
|
msi: Reuse temporary executables.
Fixes a custom action in the Office 2010 installer and makes installers
that pack multiple custom actions in an executable faster.
|
2010-12-02 12:47:41 +01:00 |
Hans Leidekker
|
79da91eb7e
|
msi: Improve the stub implementations of RemoveExistingProducts and MigrateFeatureStates.
|
2010-11-30 16:21:19 +01:00 |
Hans Leidekker
|
09eb7f1eb7
|
msi: Look for transform files relative to the package directory.
|
2010-11-30 16:21:13 +01:00 |
Hans Leidekker
|
c47ecd1ccc
|
msi: Always ignore disabled components.
|
2010-11-30 16:21:01 +01:00 |
Hans Leidekker
|
e609bb0453
|
msi/tests: Fix the scope of todo_wine in the tests for MsiApplyMultiplePatches.
These tests succeed on Wine if you run them from a volume for which GetDriveType
returns something other than DRIVE_FIXED, e.g. a ramdisk.
|
2010-11-26 14:59:35 +01:00 |
Hans Leidekker
|
4b5db7a9ac
|
msi: Always initialize the dialog font list. Convert it to a standard Wine list.
Avoids accessing uninitialized memory when the TextStyle table is absent.
|
2010-11-26 14:59:19 +01:00 |
Hans Leidekker
|
967f73eaef
|
msi: Trace errors from LoadLibraryShim.
|
2010-11-26 14:59:06 +01:00 |
Hans Leidekker
|
1f96b882e9
|
msi: Fix the Create/RemoveFolders actions to actually create and remove empty folders.
|
2010-11-26 14:59:02 +01:00 |
Peter Urbanec
|
edab173047
|
msi: Add AMD64 platform definition to support installation of Visual C++ 8.0 redistributable.
|
2010-11-26 12:15:21 +01:00 |
Hans Leidekker
|
a4de41f36b
|
msi: Install assemblies only if the component action request is set to INSTALLSTATE_LOCAL.
|
2010-11-18 12:37:04 +01:00 |
Hans Leidekker
|
c3adb72820
|
msi: Add support for importing and exporting the special _ForceCodepage table.
|
2010-11-17 14:01:13 +01:00 |
Hans Leidekker
|
18c55dee35
|
msi: Improve tracing in MsiQueryFeatureStateW.
|
2010-11-17 14:01:12 +01:00 |
Hans Leidekker
|
a74e025335
|
msi: Fix handling of an empty language id list in msi_parse_summary.
|
2010-11-17 14:01:12 +01:00 |
Hans Leidekker
|
b07ea863d2
|
msi: Trace the reinstall mode in hex in MsiReinstallFeatureW.
|
2010-11-17 14:01:12 +01:00 |
Hans Leidekker
|
c3030532d4
|
msi: Forward MsiInstallMissingComponentA to MsiInstallMissingComponentW.
|
2010-11-16 11:48:20 +01:00 |
Hans Leidekker
|
6d13e2fd4b
|
msi: Components don't require a key path.
|
2010-11-16 11:48:14 +01:00 |
Hans Leidekker
|
7cd084d041
|
msi: Honor msidbComponentAttributesPermanent.
|
2010-11-16 11:48:08 +01:00 |
Hans Leidekker
|
b1b3252963
|
msi: Check component attributes before extracting the cabinet.
|
2010-11-16 11:48:04 +01:00 |
Paul Vriens
|
e21115187e
|
msi/tests: Cleanup properly on Win9x.
|
2010-11-15 13:20:06 +01:00 |
Hans Leidekker
|
9d46ba417e
|
msi: Don't use a temporary directory for local assemblies.
|
2010-11-12 16:59:24 +01:00 |
Hans Leidekker
|
19a2d144b5
|
msi: Don't rebuild the target path for files from global assembly components.
|
2010-11-12 15:43:21 +01:00 |
Hans Leidekker
|
b112d77126
|
msi: Honor msidbComponentAttributesNeverOverwrite.
|
2010-11-12 15:43:17 +01:00 |
Hans Leidekker
|
a23514eece
|
msi: Add support for installing side-by-side assemblies.
|
2010-11-11 12:23:06 +01:00 |
Hans Leidekker
|
3faddc21b3
|
msi: Calculate file install states after evaluating component conditions, not before.
|
2010-11-11 12:22:50 +01:00 |
Hans Leidekker
|
fa9757bd73
|
msi: Put quotes around the filename in MsiApplyPatch.
|
2010-11-11 12:22:43 +01:00 |
Hans Leidekker
|
8fd47bbef7
|
msi: Remove redundant function msi_find_file.
|
2010-11-11 12:22:35 +01:00 |
Hans Leidekker
|
9ae062f63e
|
msi: MsiGet/SetFeatureState must get and set the requested feature action, not the action taken.
|
2010-11-11 12:22:27 +01:00 |
André Hentschel
|
384b95533d
|
msi: Downgrade an error.
|
2010-11-09 11:44:14 +01:00 |
Hans Leidekker
|
54a61744e0
|
msi: Features don't require a directory.
|
2010-11-05 17:15:34 +01:00 |
Paul Vriens
|
a3c21e7145
|
msi: Update Serbian (Latin and Cyrillic) translations.
Translation by Đorđe Vasiljević.
|
2010-11-04 16:19:36 +01:00 |
Hans Leidekker
|
5871ad6d00
|
msi: Revert 3cd55cc916 .
It breaks the Office 2003 installer.
|
2010-11-03 16:06:43 +01:00 |
Hans Leidekker
|
ee7d8547b6
|
msi: Downgrade some warnings.
|
2010-11-03 16:06:21 +01:00 |
Hans Leidekker
|
566e67a491
|
msi: Components don't require a key path.
|
2010-11-03 16:06:17 +01:00 |
Hans Leidekker
|
aef0aa30fd
|
msi: Don't crash if there is no feature parent.
|
2010-11-03 16:06:12 +01:00 |
Hans Leidekker
|
ced35838ea
|
msi: An inactive dialog control does not require a property.
|
2010-10-26 15:24:46 +02:00 |