This content has been marked as final.
Show 4 replies
-
1. Re: Silently deploy fully updated version of Livecycle ES3?
N Santosh Kumar Feb 15, 2013 6:10 AM (in response to web1c)LiveCycle installer also support silent installation that can be used for automated deployment
-
2. Re: Silently deploy fully updated version of Livecycle ES3?
brigitte-m May 23, 2013 3:02 AM (in response to N Santosh Kumar)N Santosh Kumar, could you please state HOW to initiate a silent install? I can only find statements like yours above but NOT how to actually do the trick ...
-
3. Re: Silently deploy fully updated version of Livecycle ES3?
Sabian Zildjian Feb 28, 2014 12:34 PM (in response to web1c)Standard MSI commands for the Updates
msiexec /p <UpdateFile>.MSP /quiet
-
4. Re: Silently deploy fully updated version of Livecycle ES3?
Sabian Zildjian Feb 28, 2014 12:34 PM (in response to brigitte-m)brigitte-m,
Here is the syntax for a silent install:
Here is the basic syntax on how to do this:
msiexec.exe /i "[FILE_PATH]\Designer.msi" USERNAME="THE_USERNAME" COMPANYNAME="THE_COMPANY_NAME" SERIALNUMBER="XXXX-XXXX-XXXX-XXXX-XXXX-XXXXX" /L*v "[PATH_TO_VERBOSE_INSTALL_LOG]\DesignerInstallLog.log" /quiet



