installing EasyRoyalties (MS Access application)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
wfzimmerman
Newbie
Newbie
Posts: 1
Joined: Wed Feb 08, 2012 1:21 pm

installing EasyRoyalties (MS Access application)

Post by wfzimmerman »

I am trying to install EasyRoyalties, a Microsoft Access application for managing book publishing info.

I have installed Wine 1.3.28, changed the permissions on the exe file to u+wrx, and double-clicked. I get the first two screens of the Windows setup dialog (welcome and accept terms), then it silently fails. I ran wine start ER.exe from the command line and it gives me these two error messages then fails:

Code: Select all

fz@weirwood:~/.wine/drive_c/users$ wine start EasyRoyalties31145U_setup.exe 
fixme:exec:SHELL_execute flags ignored: 0x00000100
wfz@weirwood:~/.wine/drive_c/users$ fixme:storage:create_storagefile Storage share mode not implemented.
How should I proceed to trouble-shoot this?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: installing EasyRoyalties (MS Access application)

Post by dimesio »

wfzimmerman wrote: How should I proceed to trouble-shoot this?
Start by upgrading Wine to the current development release, 1.4-rc2.
Locked