I am unable to install the programme from photobook.com.my on my Ubuntu 7.10
Gutsy with wine 1.0. Can someone help on this?
The wine is set default to WinXP and there is nothing in new override for
library.
Below is the output:
$ wine Desktop/MyPhotoBookInstaller.exe
Usage:
Install a product:
msiexec {package|productcode} [property]
msiexec /i {package|productcode} [property]
msiexec /a package [property]
Repair an installation:
msiexec /f[p|o|e|d|c|a|u|m|s|v] {package|productcode}
Uninstall a product:
msiexec /x {package|productcode} [property]
Advertise a product:
msiexec /j[u|m] package [/t transform] [/g languageid]
msiexec {u|m} package [/t transform] [/g languageid]
Apply a patch:
msiexec /p patchpackage [property]
msiexec /p patchpackage /a package [property]
Modifiers for above operations:
msiexec /l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] logfile
msiexec /q{|n|b|r|f|n+|b+|b-}
Register a module:
msiexec /y module
Unregister a module:
msiexec /z module
Display usage and copyright:
msiexec {/h|/?}
NOTE: Product code on commandline unimplemented as of yet
Sounds like this bug: http://bugs.winehq.org/show_bug.cgi?id=9628 This thread has some workarounds: http://forum.winehq.org/viewtopic.php?t=2454
Dimesio, Bug 9628 doesnt look the same. This problem seems to say that the msiexec argument "Product code" on commandline unimplemented as of yet.
Try this one: http://bugs.winehq.org/show_bug.cgi?id=12222 Same workarounds.
better try this one :http://www.winehq.org/pipermail/wine-patches/2008-October/062900.html probably the fix for this bug (?)
qwertymn, What am i suppose to do with the attachment.bin? I am only using binary of the wine for Linux Ubuntu 7.10. It sounded like I am expected to compile the source. Umm...have NOT done that for wine yet.