Adobe Connect User Community
Menu

#1 2010-03-09 23:12:34

**_kmpalencia_**

Presenter msi switches or utility

Is there an adobe msi utility? Or switches to make the install of presenter plug-in silent when it executes?

Thank you,

Kim

Offline

#2 2010-03-12 11:11:10

**_mrock66_**

Re: Presenter msi switches or utility

Hi Kim,  You could try this, not sure if it will work or not. 

msiexec /qn /I Presenter.msi INSTALLDIR=

Offline

#3 2010-03-12 12:42:05

**_kmpalencia_**

Re: Presenter msi switches or utility

Hi Matt,

Thanks for the reponse.

I want to share what did work with everyone:

The Presenter 7 install file is an msi. You would use the following command line syntax for a silent install:

msiexec.exe /i [INSTALL_FILE_LOCATION] /quiet SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx

- Replace [INSTALL_FILE_LOCATION] with the location of Presenter.msi
- Enter a proper value for SERIALNUMBER

Limitations: a silent installation will still show the EULA to the end user. The EULA is part of the program itself, not the installer. There is no way to hide the EULA from the end user.

Presenter update 7.0.1:
The 7.0.1 update is shipped as an exe. You can perform a silent install by using the following command line syntax:

[PATCH_LOCATION] /switch

Use one of the following switches:
/q
/qn
/silent
/s 32q
/NoUserInput
/unattended
/quiet

Limitations: There is no way to hide the final dialogue box that states: "Presenter has been updated"

Offline

#4 2010-08-04 12:25:09

**_jcbrown_**

Re: Presenter msi switches or utility

I am really not sure whether there is an adobe msi utility. I have not heard of one. However I am pretty much sure that there is but one file which I believe is an msi. It is known as the

Last edited by **_jcbrown_** (2010-08-12 01:54:02)

Offline

Board footer