View previous topic :: View next topic |
Author |
Message |
jimb0 n00b
Joined: 13 Dec 2003 Posts: 5
|
Posted: Sat Jan 14, 2006 3:15 am Post subject: Domino Lotus Client 6.5.5 in Wine quick install |
|
|
Get the domino 6.5.5 for windows client.exe
Emerge wine (version I used is wine-20050930)
run "wine" once as a normal user.
Get winetools (version I used is wt0.9jo) at http://www.von-thadden.de/Joachim/WineTools/index.html#download
tar -xzvf winetools-0.9jo-III.tar.gz
cd winteools-0.9jo-III
./install as root
run "wt" (winetools) as a normal user.
In winetools:
install fake drive
DCOM98
Microsoft Foundation Classes 4.x
windows installer
IE6 (if you wish)
Then make a backup of .wine directory with wt.
Next exit wt.
Then run "wine client.exe" then do a normal lotus notes install. I picked the defaults.
Then when install is done. run "wine /home/jimb0/.wine/drive_c/Program Files/lotus/notes/nlnotes.exe" and configure lotus for the first time.
Have your user.id file. Make sure to put it in the 'wine world' (if outside it, it could crash the lotus client) in the drive_c directory or lotus/notes/data directory.
I have done 2 different installs on different gentoo machines and works very well. I use it for work email at CSC. _________________ L8R
Jimb0 |
|
Back to top |
|
|
vyzivus Apprentice
Joined: 05 Jul 2004 Posts: 173 Location: Slovakia
|
Posted: Tue Jan 31, 2006 12:51 pm Post subject: |
|
|
Many thanks jimb0, this is by far the best Lotus installation guide I have found so far. I tried to install 6.5 and 7.0 so far - both installed correctly and I was able to configure them. 7.0 then died with stack overflow and 6.5 died with some error that LoadLibrary returned null. Where can I get the 6.5.5 version (our company owns only 6.5 and 7.0)? _________________ I thought what I'd do was, I'd pretend I was one of those deaf-mutes or should I? |
|
Back to top |
|
|
vyzivus Apprentice
Joined: 05 Jul 2004 Posts: 173 Location: Slovakia
|
Posted: Tue Jan 31, 2006 12:58 pm Post subject: |
|
|
OK, I installed IE6, now Notes7.0 fails with this:
Code: | 01/31/2006 01:55:58 PM Lotus Notes client started
err:win:DefWindowProcA called for other process window 0x10020
Process ID 8 has been reused, application may require restarting if OSLoadProgram was not used (41728)
err:win:DefWindowProcA called for other process window 0x10020
err:win:DefWindowProcA called for other process window 0x10020
ERROR (0): NetUserEnum failed: err=5 - (131) Negative seek
ERROR (0): no active processes found for this instance
ERROR (0): No notes processes seem to be running
ERROR (0): nothing to report: no active processes found for this instance
|
I have wine 0.9.6 _________________ I thought what I'd do was, I'd pretend I was one of those deaf-mutes or should I? |
|
Back to top |
|
|
vyzivus Apprentice
Joined: 05 Jul 2004 Posts: 173 Location: Slovakia
|
Posted: Tue Jan 31, 2006 2:39 pm Post subject: |
|
|
Finally! Tried Lotus Notes 6.5.3 and it is working. My configuration: no IE6 installed, wine 0.9.6. _________________ I thought what I'd do was, I'd pretend I was one of those deaf-mutes or should I? |
|
Back to top |
|
|
santo n00b
Joined: 24 Apr 2002 Posts: 44 Location: Belgium
|
Posted: Fri Mar 03, 2006 10:35 am Post subject: |
|
|
Nice howto.
I want to add the for me the windows installer didn't want to install through winetools.
The error I got was:
Code: |
wine: could not load L"C:\\windows\\Installer\\InstMsi4\\msiexec.exe" as Win32 binary
|
There is a simple workaround for this however.
Install windows installer manually
place de exe in ~/.wine/drive_c/temp and issue the following command:
Code: |
WINEDLLOVERRIDES='msiexec.exe=n' wine "C://temp/InstMsiA.exe"
|
Just in case someone else is experiencing the same problem... |
|
Back to top |
|
|
reaz82 Apprentice
Joined: 14 Mar 2003 Posts: 203 Location: Austin, Texas
|
Posted: Sat Mar 04, 2006 10:53 pm Post subject: |
|
|
santo wrote: | Nice howto.
I want to add the for me the windows installer didn't want to install through winetools.
The error I got was:
Code: |
wine: could not load L"C:\\windows\\Installer\\InstMsi4\\msiexec.exe" as Win32 binary
|
There is a simple workaround for this however.
Install windows installer manually
place de exe in ~/.wine/drive_c/temp and issue the following command:
Code: |
WINEDLLOVERRIDES='msiexec.exe=n' wine "C://temp/InstMsiA.exe"
|
Just in case someone else is experiencing the same problem... |
Thanks a lot! I was having this problem! |
|
Back to top |
|
|
|