cancel
Showing results for 
Search instead for 
Did you mean: 

Installing EMP Add In silent

Former Member
0 Kudos

Hi

I am trying to install the EPM add-in for Microsoft Office silently, by following the installation guide. But the installation parameter does not work.

The GUI comes up even though it should not and runs like a normal installation. None of the parameters are set when I click next.

I am running these parameters:

"EPM Add-in_NET40.exe" /S/v"INSTALLDIR=\"C:\Program Files (x86)\SAP BusinessObjects\EPM Add-In\" SETUPPHASE=Install CT_PROFILE=BPCMS CT_LANGUAGES=\"English\" /qn"

Tried /qb and /passive but still the same.

Another thing. How do I make sure the installation is "All Users" ?

Thanks

Torsten

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member

Hi Torsten,

I think your issue you need space between /S/v

Here is example of one that works:

"EPM Add-in.exe" /S /v"INSTALLDIR=\"C:\Program Files (x86)\SAP BusinessObjects\EPM Add-In\" SETUPPHASE=Install CT_PROFILE=BPCMS CT_LANGUAGES=\"ENGLISH\" /qn"