SmartUpgrade add Symphony

Would like to create a Smart Upgrade package, to be used with the RunAs feature that will upgrade Notes 8.0.2 clients to 8.5.1, but also add Symphony during the upgrade.

Is there a command string that can handle this?

Subject: Silent Symphony Install doesn’t work from mst in 8.5.1

Thanks for all of the info - it fixed my problem. I thought I could install Symphony by using the feature settings in the InstallShield Tuner and by tweaking the install.XML - no dice. The parameters you mention below in this thread worked from the smartupgrade package. I did have to add Sametime as well as Editors, however, even though I had it selected for install in the mst.

Subject: This should do it…

IBM pointed me to a doc that spelled out the fllowing string for both Sametime and Symphony:

/s /v"SETMULTIUSER=1 SELECTINSTALLFEATURES=SametimeUI,Editors /qb+!

haven’t tried it yet, but it looks good.

Subject: Corrected args for 8.5.1 upgrade

From Dev:

If upgrading to 8.5.1, SELECT_EDITORS=1 also needs to be specified.

So the string should be:

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

Subject: FYI - Here’s what I use internally to install everything for 8.5.1 All Client

/s /v"SELECTINSTALLFEATURES=Editors,Activities,CAE,SametimeUI,Notes.Designer.Install SELECT_EDITORS=1 SELECT_DESIGNER=1 /qb!"