Paul Vriens wrote:
The single-quotes should be needed as the SQL statement in the trace showed:
trace:msi:MSI_DatabaseOpenViewW L"SELECT `Message` FROM `Error` WHERE
`Error` = The installlation of QuickTime did not complete successfully.
iTunes requires QuickTime." 0x6669a498
Might be worth c
Hi,
On 20/09/06, Paul Vriens <[EMAIL PROTECTED]> wrote:
The single-quotes should be needed as the SQL statement in the trace showed:
trace:msi:MSI_DatabaseOpenViewW L"SELECT `Message` FROM `Error` WHERE
`Error` = The installlation of QuickTime did not complete successfully.
iTunes requires Quic
Hi,
just for fun I've tried to install iTunes 7 on a fresh .wine. According
to the AppDB this fails (one should first install QuickTime).
While going through some traces I saw something the apparently needs
this fix, but I'm no MSI-guy:
diff --git a/dlls/msi/custom.c b/dlls/msi/custom.c
index da