Looking at: http://appdb.winehq.org/objectManager.php?sClass=application&iId=10591 What are the steps to install this application? Yes, it's a garbage application, but I'd like to at least give it a go. Looks like msiexec apparently isn't the right approach. Should that be through wcmd instead? thufir at ARRAKIS:~/.wine/drive_c$ thufir at ARRAKIS:~/.wine/drive_c$ msiexec /a freephoneline.exe fixme:msi:MSI_OpenDatabaseW open failed r = 80030050 for L"C:\\windows\ \temp\\msic3e4.tmp" thufir at ARRAKIS:~/.wine/drive_c$ thufir at ARRAKIS:~/.wine/drive_c$ wine --version wine-1.0.1 thufir at ARRAKIS:~/.wine/drive_c$ thufir at ARRAKIS:~/.wine/drive_c$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=9.10 DISTRIB_CODENAME=karmic DISTRIB_DESCRIPTION="Ubuntu 9.10" thufir at ARRAKIS:~/.wine/drive_c$ thanks, Thufir
On Thu, Jul 1, 2010 at 3:43 PM, Thufir <hawat.thufir at gmail.com> wrote:> Looking at: > > > http://appdb.winehq.org/objectManager.php?sClass=application&iId=10591 > > > What are the steps to install this application? ?Yes, it's a garbage > application, but I'd like to at least give it a go. ?Looks like msiexec > apparently isn't the right approach. ?Should that be through wcmd instead? > > thufir at ARRAKIS:~/.wine/drive_c$ > thufir at ARRAKIS:~/.wine/drive_c$ msiexec /a freephoneline.exe > fixme:msi:MSI_OpenDatabaseW open failed r = 80030050 for L"C:\\windows\ > \temp\\msic3e4.tmp" > thufir at ARRAKIS:~/.wine/drive_c$ > thufir at ARRAKIS:~/.wine/drive_c$ wine --version > wine-1.0.1 > thufir at ARRAKIS:~/.wine/drive_c$ > thufir at ARRAKIS:~/.wine/drive_c$ cat /etc/lsb-release > DISTRIB_ID=Ubuntu > DISTRIB_RELEASE=9.10 > DISTRIB_CODENAME=karmic > DISTRIB_DESCRIPTION="Ubuntu 9.10" > thufir at ARRAKIS:~/.wine/drive_c$ > >I would suggest you upgrade wine. Also did you ever try to run wine as root, or with su, or sudo? If so you probably need to delete your wine prefix. See the FAQ for how to do that. Note that reinstalling wine will not fix a bad prefix. John
Thufir wrote:> thufir at ARRAKIS:~/.wine/drive_c$ msiexec /a freephoneline.exe >Why are you trying to run an exe with msiexec? Run it normally, with wine. http://wiki.winehq.org/FAQ#head-f3515230c198befe0279d32c448d9c8da63be66f And as John said, upgrade. 1.0.1 is very old. The installer works fine in 1.2-rc5.
On Thu, 01 Jul 2010 15:11:57 -0500, dimesio wrote:> Thufir wrote: >> thufir at ARRAKIS:~/.wine/drive_c$ msiexec /a freephoneline.exe >> >> > Why are you trying to run an exe with msiexec? Run it normally, with > wine. > http://wiki.winehq.org/FAQ#head-f3515230c198befe0279d32c448d9c8da63be66f > > And as John said, upgrade. 1.0.1 is very old. The installer works fine > in 1.2-rc5.Ah, I tried that first, but thought maybe I had the wrong approach or syntax. If it works for you, then I need to upgrade :) thufir at ARRAKIS:~/.wine/drive_c$ thufir at ARRAKIS:~/.wine/drive_c$ wine freephoneline.exe fixme:advapi:RegisterTraceGuidsW 0x100778a 0x100a060 0x1001818 1 0x33fe78 (null) (null) 0x100a068 fixme:advapi:RegisterTraceGuidsW 0x100778a 0x100a080 0x1001808 1 0x33fe78 (null) (null) 0x100a088 fixme:advapi:RegisterTraceGuidsW 0x100778a 0x100a0a0 0x10017f8 1 0x33fe78 (null) (null) 0x100a0a8 fixme:advapi:RegisterTraceGuidsW 0x100778a 0x100a0c0 0x10017e8 1 0x33fe78 (null) (null) 0x100a0c8 fixme:advapi:RegisterTraceGuidsW 0x100778a 0x100a0e0 0x10017d8 1 0x33fe78 (null) (null) 0x100a0e8 fixme:advapi:RegisterTraceGuidsW 0x100778a 0x100a100 0x10017c8 1 0x33fe78 (null) (null) 0x100a108 fixme:win:RegisterDeviceNotificationW (hwnd=0x128860, filter=0x7ed5b8bc,flags=0x00000001), STUB! 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 Copyright 2004 Vincent B?ron err:ole:CoGetClassObject class {148bd52a-a2ab-11ce-b11f-00aa00530503} not registered err:ole:CoGetClassObject no class object {148bd52a-a2ab-11ce- b11f-00aa00530503} could be created for context 0x1 thufir at ARRAKIS:~/.wine/drive_c$ thanks for the help, Thufir
On Thu, Jul 1, 2010 at 1:11 PM, dimesio <wineforum-user at winehq.org> wrote:> > Thufir wrote: >> thufir at ARRAKIS:~/.wine/drive_c$ msiexec /a freephoneline.exe >> > > Why are you trying to run an exe with msiexec? Run it normally, with wine. > http://wiki.winehq.org/FAQ#head-f3515230c198befe0279d32c448d9c8da63be66f > > And as John said, upgrade. 1.0.1 is very old. The installer works fine in 1.2-rc5.Just to clarify, this app, http://appdb.winehq.org/objectManager.php?sClass=application&iId=10591 does run on wine? thanks, Thufir
>> Why are you trying to run an exe with msiexec? Run it normally, with wine. >> http://wiki.winehq.org/FAQ#head-f3515230c198befe0279d32c448d9c8da63be66f >> >> And as John said, upgrade. 1.0.1 is very old. The installer works fine in 1.2-rc5. > > Just to clarify, this app, > > http://appdb.winehq.org/objectManager.php?sClass=application&iId=10591 > > does run on wine? >I do not know. The app db said it did not work at 1.1.32 but that is an old version. Not as ancient as 1.0.1 but still old at that. If I was at home I would try that but I am at work now. Have you upgraded wine from your ancient version to the Wine 1.2-rc6 or Wine 1.2-rc5? John
On Fri, Jul 2, 2010 at 5:03 PM, John Drescher <drescherjm at gmail.com> wrote:>>> Why are you trying to run an exe with msiexec? Run it normally, with wine. >>> http://wiki.winehq.org/FAQ#head-f3515230c198befe0279d32c448d9c8da63be66f >>> >>> And as John said, upgrade. 1.0.1 is very old. The installer works fine in 1.2-rc5. >> >> Just to clarify, this app, >> >> http://appdb.winehq.org/objectManager.php?sClass=application&iId=10591 >> >> does run on wine? >> > I do not know. The app db said it did not work at 1.1.32 but that is > an old version. Not as ancient as 1.0.1 but still old at that. If I > was at home I would try that but I am at work now. > > Have you upgraded wine from your ancient version to the Wine 1.2-rc6 > or Wine 1.2-rc5? >It installed without any issue at all on Wine 1.2-rc5. However since I do not have an account with this service I was unable to test the application. Running the application I was first prompted with my account settings. John
John Drescher wrote:> > It installed without any issue at all on Wine 1.2-rc5. However since I > do not have an account with this service I was unable to test the > application. Running the application I was first prompted with my > account settings. >Same here.
John Drescher wrote:> > For me the installer automatically downloaded and installed JRE. The > application was fully installed and it did run to the point that it > was asking for a password. I don't have an account so I was not able > to test. > > BTW, I did start with a clean prefix. >It did the same for me, but both of us used 1.2-rc5. Thufir wrote:> thufir at ARRAKIS:~/Desktop$ wine --version > wine-1.1.42Why are you using 1.1.42? It's not as old as the version you started with, but it's still outdated. Upgrade to 1.2-rc5 or 1.2-rc6.