/build/static/layout/Breadcrumb_cap_w.png

Lotus Lotus Notes

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 11.4k  |  Created: 01/31/2008

Average Rating: 0
Lotus Notes has 1 inventory records, 11 Questions, 1 Blogs and 7 links. Please help add to this by sharing more!

Deployment Tips (11)

Most Common Setup Type
Legacy Setup with no known command line support
Average Package Difficulty Rating
Rated 4 / 5 (Somewhat Difficult) based on 2 ratings
Most Commonly Reported Deployment Method
Vendor Provided Command Line (switch driven)
122
Note
When creating a response transform remove the flowing from the property table due to MSI is running scripts to create these properties and MSI will error if not allow to discover these properties.

RCP_AVAILABLE_DISK_SPACE
RCP_BASE_PLUGIN_ERROR
RCP_COPY_FILE_ERROR
RCP_FILE_NOT_FOUND_ERROR
RCP_INSTALL_LOCATION
RCP_INSTALL_SIZE
RCP_INSTALL_SIZE_PLUS_STAGING
RCP_INVALID_LOCATION_MSG
RCP_IS_DISK_SPACE_AVAILABLE
RCP_JVM_FEATURE_ERROR
RCP_JVM_PARENT_FEATURE_ERROR
RCP_JVM_PLUGIN_ERROR
RCP_LOCATION_INVALID_ERROR
RCP_PROVISIONING_FILE_ERROR
RCP_PROVISIONING_PROCESS_ERROR
RCP_REGISTRY_KEY_FIND_ERROR
RCP_REGISTRY_KEY_FIND_ERROR
SETUPEXEDIR
manifestLocation
pluginCustomizationLocation

Also if you are making a notes.ini in the ini table disable the custom action "ibmWriteIniFile"
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
8
Command Line
After a bit of trial and error, these worked for me (silent, no prompt).

for exe

\\ServerName\notes801\setup.exe /s /v"/i" /v"TRANSFORMS="\\ServerName\notes801\ln801.mst" /qb+"

for msi

msiexec /i "\\ServerName\notes801\lotus notes 8.0.1.msi" TRANSFORMS="\\ServerName\notes801\ln801.mst" /qb+
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Note

For v8.5, to disable pop up window which propose to set Lotus Notes as default email client just add in [INSTALLDIR]notes.ini parameter DontCheckDefaultMail=1

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Note
1. Create a Temp directory on your local machine.

2. Run the Notes Standard Installer and save the temp files in the Temp directory.

3. When you are prompted to install Notes, close the dialog box. The files you will be working with are in the temp directory created in step 1.

4. Locate the plugin_customization.ini located in the deploy folder.

5. Add the following line to the plugin_customization.ini in <sourcedir>\deploy:

com.ibm.collaboration.realtime.community/SametimeServer=sametime.domain.com

where "sametime.domain.com" is the fully qualified domain name (FQDN) of the Sametime server.

6. Save the changes to the plugin_customization.ini in <sourcedir>\deploy.

7. Initiate the installation.

8. The solution to this issue was to use in the Property Table:

SELECTINSTALLFEATURES=SametimeUI
ADDLOCAL=ClientSingleLogon

9. Modify the install.xml in <sourcedir>\deploy with the following change:
<installfeature default="true" description="%Sametime.description" id="SametimeUI" name="%Sametime.name" required="true" show="true" version="8.0.0.20080214.1630"
Examlpe:
Original

</installfeature>
<installfeature default="true" description="%Sametime.description" id="SametimeUI" name="%Sametime.name" required="false" show="true" version="8.5.1.20090929-1223">
<requirements>
Updated so sametime 6.x will install with Lotus Notes

</installfeature>
<installfeature default="true" description="%Sametime.description" id="SametimeUI" name="%Sametime.name" required="true" show="true" version="8.5.1.20090929-1223">
<requirements>
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note
If you have the issue where the desktop shortcut reappears even when you've deleted it from the shortcut table, make sure that the properties in your transform PROGDIR and DATADIR were set correctly - we install to c:\lotus\notes
but by default the above 2 properties were something like C:\Program Files\IBM\Lotus\Notes

so we set PROGDIR to C:\Lotus\Notes
and DATADIR to c:\Lotus\Notes\Data
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Command Line
Examples:

1. Editors and Designer are currently installed along with SametimeUI and CAE. To modify the installation to remove Designer and CAE only, use the following command line syntax:

setup /s /v"SELECTINSTALLFEATURES= Editors,SametimeUI SELECT_EDITORS=1 /qb+"

2. Editors, Activities and CAE are currently installed, To modify the installation to remove all of them, use the following command line syntax:

setup /s /v"SELECTINSTALLFEATURES= /qb+"

3. Activities, SametimeUI, and CAE are currently installed. To modify the installation to add Designer, use the following command line syntax:

setup /s /v"SELECTINSTALLFEATURES=Activities,CAE,SametimeUI,Notes.Designer.Install SELECT_DESIGNER=1 /qb+"
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note
Ripped from Another Site, but relevant...
For Notes 8.5.1 and the SameTime Client..
Add the following lines to the %PROGRAMDIR%\Lotus\notes\framework\rcp\plugin_customization.ini

com.ibm.collaboration.realtime.community/loginByToken=True #checks the box "Use Token based single sign on"
com.ibm.collaboration.realtime.community/tokenLoginOnly=True#forces token based auth
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note

There is a seemingly useless Property in the vendor MSI "CRAZYMODE" which has a value of "1"

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note

I use this for K1000 Managed Installs as well as K2000 deployments for multiuser installs with all defaults.  I zip up the contents of the extracted files upload them to the KBOX and that is it.

 msiexec.exe /i"Lotus Notes 8.5.3.msi" SETMULTIUSER=1 /qb
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
-5
Note
new way to add in same time in 8.5...

http://www-01.ibm.com/support/docview.wss?rs=0&context=SSCVNGG&dc=D600&dc=DB550&dc=D700&dc=DB530&dc=DB520&dc=DB510&dc=DB500&dc=DB540&uid=swg21402813&loc=en_US&cs=utf-8〈=en

Examples:

1. Editors and Designer are currently installed along with SametimeUI and CAE. To modify the installation to remove Designer and CAE only, use the following command line syntax:

setup /s /v"SELECTINSTALLFEATURES= Editors,SametimeUI SELECT_EDITORS=1 /qb+"

2. Editors, Activities and CAE are currently installed, To modify the installation to remove all of them, use the following command line syntax:

setup /s /v"SELECTINSTALLFEATURES= /qb+"

3. Activities, SametimeUI, and CAE are currently installed. To modify the installation to add Designer, use the following command line syntax:

setup /s /v"SELECTINSTALLFEATURES=Activities,CAE,SametimeUI,Notes.Designer.Install SELECT_DESIGNER=1 /qb+"
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
-5
Note
new way to add in same time in 8.5...

http://www-01.ibm.com/support/docview.wss?rs=0&context=SSCVNGG&dc=D600&dc=DB550&dc=D700&dc=DB530&dc=DB520&dc=DB510&dc=DB500&dc=DB540&uid=swg21402813&loc=en_US&cs=utf-8〈=en

Examples:

1. Editors and Designer are currently installed along with SametimeUI and CAE. To modify the installation to remove Designer and CAE only, use the following command line syntax:

setup /s /v"SELECTINSTALLFEATURES= Editors,SametimeUI SELECT_EDITORS=1 /qb+"

2. Editors, Activities and CAE are currently installed, To modify the installation to remove all of them, use the following command line syntax:

setup /s /v"SELECTINSTALLFEATURES= /qb+"

3. Activities, SametimeUI, and CAE are currently installed. To modify the installation to add Designer, use the following command line syntax:

setup /s /v"SELECTINSTALLFEATURES=Activities,CAE,SametimeUI,Notes.Designer.Install SELECT_DESIGNER=1 /qb+"
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Lotus Notes

Version

8

Questions & Answers (11)

Questions & Answers related to Lotus Lotus Notes

3
ANSWERS
1
ANSWERS
5
ANSWERED
1
ANSWERS
37
ANSWERS
6
ANSWERS
1
ANSWERS
13
ANSWERS
3
ANSWERS

Blogs (1)

Blog posts related to Lotus Lotus Notes

blog

Reviews (0)

Reviews related to Lotus Lotus Notes

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ