Designer Silent Install

We use an application deployment suite to deploy software, and having just updated my PC I am interested in completing the designer installation silently if possible.

 

Has anyone done a silent install in the past of BPM 9, can you advise what switches you pass to install only the designer?

 

Thanks,

 

 

Matt

Tagged:

Comments

  • Hello Trevor,

     

    This is not something which metatorm have tested with or support .

     

    However, this following command line should be what you need to install the designer feature alone.

    Subsequent patches installed silently will need extra work.

     

    This is how to use the setup.exe.

     

    Setup.exe /s /v"/qn ADDLOCAL=eWorkDesigner,eCommon,eWorkAboutNORMAL,eWorkSampleProcesses,eWorkAdminProcesses"

     

    This is how to use the msi.

     

    msiexec /qn /i"metastorm bpm.msi" ADDLOCAL=eWorkDesigner,eCommon,eWorkAboutN
    ORMAL,eWorkSampleProcesses,eWorkAdminProcesses

     

    When using operating system with UAC, ensure you are using an elevated command prompt.

     

    There will be a MSI****.log file in the %temp% with the timestamp you started this installaiton, you can use this to see if the installation failed/succeeded.

     

    Best Regards,

    Vijay Kotecha.

     

    Metatorm Technical Support