Error when installing through wine-1.1.2-1.1

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
dom4u
Newbie
Newbie
Posts: 1
Joined: Wed Jul 30, 2008 12:17 am

Error when installing through wine-1.1.2-1.1

Post by dom4u »

Hi all,
I am trying to install a windows based tool on linux using wine.

Wine version: wine-1.1.2-1.1
I get the following errors when I try to install the application

[root@localhost CpeTrace_v0.9.1]# wine setup.exe
fixme:reg:GetNativeSystemInfo (0x33f3fc) using GetSystemInfo()
fixme:advapi:CheckTokenMembership ((nil) 0x1262a0 0x33f33c) stub!
fixme:advapi:LookupAccountNameW (null) L"root" (nil) 0x33efd8 (nil) 0x33efdc 0x33efd0 - stub
fixme:advapi:LookupAccountNameW (null) L"root" 0x13b578 0x33efd8 0x130bb0 0x33efdc 0x33efd0 - stub
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
err:msi:ITERATE_Actions Execution halted, action L"SxsInstallCA" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603

Can someone help me and say what I have to do next?

Waiting for your reply...

Regards,
Dom
Usurp
Level 4
Level 4
Posts: 161
Joined: Sat Apr 19, 2008 7:16 am

Re: Error when installing through wine-1.1.2-1.1

Post by Usurp »

dom4u wrote: [root@localhost CpeTrace_v0.9.1]# wine setup.exe
...
Can someone help me and say what I have to do next?
Go back to read the faq, dont run wine as root:
http://wiki.winehq.org/FAQ#head-96bebfa ... 78b0d41014
Locked