On Thu, 01 Jul 2010 15:11:57 -0500, dimesio wrote: > Thufir wrote: >> thufir@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@ARRAKIS:~/.wine/drive_c$ thufir@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@ARRAKIS:~/.wine/drive_c$ thanks for the help, Thufir