This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Litespeed ignoring license and sitemsg while silent Installation


We are installing Litespeed (8.2)via PowerShell remotely. It is getting installed as trail version, even when we supply license and sitemsg as par of installation. Below is script we are using.

Execute-MSI -Action Install -Path "$strMSIInstaller" -Parameters ' INSTALLDIR="D:\Program Files\LiteSpeed" LICENSETYPEDLG=LICENSE LICENSEKEY=xyz-1234-weyu SITEMSG=test-eft SILENTPHASE=1 SILENTINSTALLXML=0 REBOOT=ReallySuppress /qn /norestart'

Parents
  • Hello,

    Please review the help file subject "Install LiteSpeed Silently"

    Here is an example:

    msiexec /i "c:\Litespeed.msi" SILENTINSTALLXML="C:\LiteSpeedRemoteDeploy_Server.xml" SILENTPHASE=0 /qn

    Hope this helps,
    -Ben-
Reply
  • Hello,

    Please review the help file subject "Install LiteSpeed Silently"

    Here is an example:

    msiexec /i "c:\Litespeed.msi" SILENTINSTALLXML="C:\LiteSpeedRemoteDeploy_Server.xml" SILENTPHASE=0 /qn

    Hope this helps,
    -Ben-
Children
No Data