I'm trying to get the Australian eTax 2008 program running under wine 1.1.1 on Debian Etch
According to AppDB I need to install msxml4 using winetricks:
http://appdb.winehq.org/objectManager.p ... 9&sAllBugs
Alas, once I've clicked "Next >" on the MS XML installer wizard, the dialog disappears and msiexec just sits there burning CPU.
Any suggestions?
Console output:
Code: Select all
malcolm@thebaine:~$ ./winetricks msxml4
Executing wine msiexec /i /home/malcolm/.winetrickscache/msxml4.msi
fixme:advapi:LookupAccountNameW (null) L"malcolm" (nil) 0x33e974 (nil) 0x33e96c 0x33e970 - stub
fixme:advapi:LookupAccountNameW (null) L"malcolm" 0x12a8f0 0x33e974 0x12a720 0x33e96c 0x33e970 - stub
fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 1 ignored L"Upgrade" table values
Note: command 'wine msiexec /i /home/malcolm/.winetrickscache/msxml4.msi' returned status 1. Aborting.