RepliWeb R-1 Console

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Phil Reynolds

RepliWeb R-1 Console

Post by Phil Reynolds »

I am trying to install RepliWeb R-1 Console, but it is failing.

I have a self-extracting installer that I used on my Windows-based
laptop but when I try to run that with Wine, this happens:

I do:

wine R1_win.exe

Some extraction happens, then:

File not found

C:\windows\temp\rw_products>.\check_before_install.exe
err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5}
not registered
err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5}
not registered
err:ole:create_server class {88d969c0-f192-11d4-a65f-0040963251e5} not
registered
err:ole:CoGetClassObject no class object
{88d969c0-f192-11d4-a65f-0040963251e5} could be created for context 0x7
C:\windows\temp\rw_products>if -5 EQU 4
Syntax error
C:\windows\temp\rw_products>goto DONE
C:\windows\temp\rw_products>exit

This is one of a handful of Windows applications I need to run on my system.

Any advice would be appreciated.

--
Phil Reynolds
mail: [email protected]
Web: http://www.tinsleyviaduct.com/phil/
Waltham 66, Emley Moor 69, Droitwich 79, Windows 95


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
ezissen
Newbie
Newbie
Posts: 1
Joined: Tue Mar 17, 2009 3:36 pm

have you contacted support?

Post by ezissen »

Hello Phil,

As R1 is a commercially supported application, you should contact us directly at [email protected]

Eric Zissen
Senior Technical Support Engineer
RepliWeb Inc.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

RepliWeb R-1 Console

Post by austin987 »

On Mon, Mar 16, 2009 at 1:59 PM, Phil Reynolds
<[email protected]> wrote:
I am trying to install RepliWeb R-1 Console, but it is failing.

I have a self-extracting installer that I used on my Windows-based laptop
but when I try to run that with Wine, this happens:

I do:

wine R1_win.exe

Some extraction happens, then:

File not found

C:\windows\temp\rw_products>.\check_before_install.exe
err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5} not
registered
err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5} not
registered
err:ole:create_server class {88d969c0-f192-11d4-a65f-0040963251e5} not
registered
err:ole:CoGetClassObject no class object
{88d969c0-f192-11d4-a65f-0040963251e5} could be created for context 0x7
C:\windows\temp\rw_products>if -5 EQU 4
Syntax error
C:\windows\temp\rw_products>goto DONE
C:\windows\temp\rw_products>exit

This is one of a handful of Windows applications I need to run on my system.

Any advice would be appreciated.

--
Phil Reynolds
mail: [email protected]
Web: http://www.tinsleyviaduct.com/phil/
Waltham 66, Emley Moor 69, Droitwich 79, Windows 95


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

Try native ole.

--
-Austin
qwertymn
Level 4
Level 4
Posts: 236
Joined: Thu Mar 27, 2008 3:42 am

Post by qwertymn »

Try native ole.

--
-Austin
No don't, that won't probably help anything. Looks like the app needs msxml4.

try this:

'winetricks msxml4'
Locked