You are here

How to get Lotus Notes 8.5 on a stick (nomad) to run from the portable applications menu

2 posts / 0 new
Last post
Grant Bingham
Offline
Last seen: 14 years 7 months ago
Joined: 2009-08-14 08:39
How to get Lotus Notes 8.5 on a stick (nomad) to run from the portable applications menu

Lotus Notes 8.5 basic - C1SP2EN.exe(and also not the allcients version) can be installed as a portable application to show as a menu item in portable applications. It will work as per normal - just that it can be launched from the menu. When I say works normally, I mean it makes an icon on the screen, loads itself and then removes itself when you unplug the portable drive.

Following the infocenter instructions:
http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/topic/com.ibm.help...

There are basically four steps:
1. Ensure the user is set to be a roaming user
2. Extract the installation files to a any temp directory
3. Run the command from temp directory: setup /a /v"NOMAD=1 TARGETDIR=F:\ /qb+"
4. Add an ini and ico file

Step 3 comments:
Change the directory to be the directory portableapps where your portable apps are installed. Make it a subdirectory in that: for example, mine is:
e:\portableapps\lotusnotes
Note is whatever the drive letter is for your usb stick

It'll place the autorun.exe file and msi and other directories inside this directory. Portable Apps picks up this autorun.exe file when you refresh it.

Step 4 comments:
Create a ini and ico file for portableapps for Lotus Notes
Create a directory in the Lotus Notes directory called: \app\appinfo
Create an ini file called appinfo.ini and place the following lines in it:
------------
[Format]
Type=PortableApps.comFormat
Version=0.9.8

[Details]
Name=Lotus Notes 8.5
Publisher=IBM
Homepage=www.ibm.com/software/lotus
Category=Mail
Description=Lotus Notes USB

[License]
Shareable=true
OpenSource=true
CommercialUse=true

[Version]
PackageVersion=8.5

[Control]
Icons=1
Start=autorun.exe
---------
Last thing, find a Lotus Notes icon file (search a machine that has Lotus Notes installed on it). Copy this file to the appinfo directory and rename it appicon.ico

Basically this last step can be easily done by copying a similar directory in one of the other applications. That's how I did it - I copied the app directory of another application and then customised it's ini file and icon file.

My instructions seem a bit long winded, but it's not tricky really, and it's quick to do. Works like a charm.

dresden
Offline
Last seen: 14 years 2 weeks ago
Joined: 2010-03-11 23:42
I do this with lotus notes

I do this with lotus notes 7.0.2, working good! thanks

Log in or register to post comments