Registering scripts using WINE

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
acidb
Newbie
Newbie
Posts: 3
Joined: Tue Nov 24, 2009 9:48 am

Registering scripts using WINE

Post by acidb »

Hi all,

I am trying to install Caseware Working Papers 2008 (a standard audit program used by auditors to create financial statements) on Ubuntu Netbook 10.4 using WINE. The program itself has been installed successfully. In order to make full use of the program, templets also have to be installed using their own extraction (*.cwp). These templets install using scripts that is registered in the regedit.exe (i think). I have tried to install these templets, and they do install 95%, but then bomb trying to register these scripts. The reason I know it is the scripts is that I have tried to run the program with the installed templets and it crashes telling me that the scripts have not been installed/registered.

Therefore, my question: how does Wine manage registering scripts into regedit.exe? Is there a way around this so that I can make this work?

PS: Will I encounter the same problem if I had to install Pastel Partner?

I thank you in advance for the time taken and await a soon reply.

Kind regards,

acidb
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

It's hard to say. Your best hope is to get a copy of the
software into the hands of a Wine QA person.
Is there a trial version somewhere?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Registering scripts using WINE

Post by vitamin »

acidb wrote:Therefore, my question: how does Wine manage registering scripts into regedit.exe? Is there a way around this so that I can make this work?
Regedit doesn't register anything. Please post complete terminal output of installing your *.cwp script.[/quote]
acidb
Newbie
Newbie
Posts: 3
Joined: Tue Nov 24, 2009 9:48 am

Post by acidb »

Hi Vitamin,

The following error presents itself when i try and run from terminal:
"fixme:exec:SHELL_execute flags ignored: 0x00000100
invalid file (bad magic number): Exec format error"

The following error presents itself when i try and run by double clicking on the file itself:
"CASEWARE TEMPLATE PACKAGER
An error occurred while trying to Packager:
Unknown error 0x80004001"

Hope this helps.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

acidb wrote:The following error presents itself when i try and run from terminal:
"fixme:exec:SHELL_execute flags ignored: 0x00000100
invalid file (bad magic number): Exec format error"
You have to use 'wine start foo.cwp'.
Locked