Forum Discussion

David_G__33241's avatar
David_G__33241
Icon for Nimbostratus rankNimbostratus
May 01, 2015
Solved

Edge Client Installation

I am using MSIEXEC to deploy the Edge Client using the following paramaters:

 

msiexec /i f5fpclients.msi /qb! /promptrestart

 

This works fine however if a previous version already exists then the installer gives a message indicating that it is already installed. Is there a command line option to simply install if it is the first time or overwrite if it already exists regardless of the version? Do I need to use a transform file?

 

https://devcentral.f5.com/articles/advanced-edge-client-installation-for-windows-ndashthe-mysteries-of-windows-installer-revealed

 

Thanks...

 

  • Try this

    MsiExec.exe /i "f5fpclients.msi" STARTAPPWITHWINDOWS=1 /qn REBOOT=ReallySuppress /l* c:\build\logs\F5BIGIPClient.log ARPNOREMOVE=1 ARPNOMODIFY=1 ALLUSERS=1 REINSTALLMODE=vomus REINSTALL=ALL

4 Replies

  • kunjan's avatar
    kunjan
    Icon for Nimbostratus rankNimbostratus

    Try this

    MsiExec.exe /i "f5fpclients.msi" STARTAPPWITHWINDOWS=1 /qn REBOOT=ReallySuppress /l* c:\build\logs\F5BIGIPClient.log ARPNOREMOVE=1 ARPNOMODIFY=1 ALLUSERS=1 REINSTALLMODE=vomus REINSTALL=ALL

  • Try this

    MsiExec.exe /i "f5fpclients.msi" STARTAPPWITHWINDOWS=1 /qn REBOOT=ReallySuppress /l* c:\build\logs\F5BIGIPClient.log ARPNOREMOVE=1 ARPNOMODIFY=1 ALLUSERS=1 REINSTALLMODE=vomus REINSTALL=ALL