/build/static/layout/Breadcrumb_cap_w.png

Install Lotus Notes 8.5.x over Kace1000

Hy,

what are the correct steps to install lotus notes 8.5.x over K1000 Appliance?
In the inventory there i have created a software package likes lotus notes. I have uploaded the lotus_notes.zip with all installer files and the setup.exe.

After i created a managed installation with manually config and following command:

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

But always i get the popup with msi exec options.

0 Comments   [ + ] Show comments

Answers (5)

Posted by: ronco 12 years ago
Third Degree Brown Belt
1
dkoeppel,

Have you tried running this (without the KBox involved) from a prompt in Windows, using the exact same command? If so, what was the result? r2
Posted by: dkoeppel 12 years ago
Yellow Belt
0
Yes i have. Setup is starting without errors.
Posted by: ronco 12 years ago
Third Degree Brown Belt
0
dkoeppel,

Is the package being unzipped properly? You can check the C:\ProgramData\Dell\KACE\Downloads\ (on Win7) or C:\Documents and Settings\All Users\Dell\KACE\Downloads (on WinXP) folder to see the .ZIP and extracted contents. Btw, our recommended utility is 7zip, using standard compression, and zipping the contents, NOT the root folder they're in. r2
Posted by: krippe69 12 years ago
Yellow Belt
0
Looks like right syntax.
Try to put it in a bat-file and execute the bat-file from kace, that should do the thing.
Posted by: rmeyer 12 years ago
Second Degree Blue Belt
0
Hi

What I've done is download the InstallShield Tuner provided from IBM/Lotus to set thoes options and make a MST file, that is working very well to be honest.

http://www-01.ibm.com/support/docview.wss?uid=swg21226984
Other customization tools are named here:
http://www-10.lotus.com/ldd/dominowiki.nsf/dx/Locating_supplied_Notes_install_kit_customization_tools

And then I made a bat file like this:


@echo off
echo Installing Lotus Notes 8.5.2...
rem Stopping Trend Micro Real time scanner
cscript StopTMservice.vbs //NOLOGO
start C:\ch-group\bat\StopNotesCL.exe /q
echo Stopping Lotus Notes Services...
taskkill /IM Connect.exe /F
taskkill /IM nslsvice.exe /F

msiexec /i "%~dp0Lotus Notes 8.5.2.msi" TRANSFORMS="%~dp0Desktop.mst" /qb

echo Installing Lotus Notes 8.5.2 Fix Pack 3...
.\FP3\Setup.exe /S /V/qb-!
rem Starting Trend Micro Real time scanner
cscript StartTMservice.vbs //NOLOGO


(note I've made a stop real time scan at the start of the script and a start again at the end, because that will speed up the installation ALOT!)
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.

Don't be a Stranger!

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

Sign up! or login

Share

 
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