Products | Versions |
---|---|
Spotfire Analyst | 7.5 and higher |
msiexec /qn /i "FULL PATH\TIBCO Spotfire.msi" SETUPEXEDIR="%TEMP%" ALLUSERS=1 SERVERURL=http://spotfireserver:port/ INSTALLDIR=<PATH to where you'd like to install the client>
The error will look as below.
Error 1314. The specified path %TEMP%\Cabinets is unavailable".
There can be a few reasons why this error can be seen.
msiexec /qn /i "FULL PATH\TIBCO Spotfire.msi" SETUPEXEDIR="C:\Windows\Temp" ALLUSERS=1 SERVERURL=http://spotfireserver:port/ INSTALLDIR=<PATH to where you'd like to install the client>
The user account running the installation must have write access to the path "C:\Windows\Temp" in this case.
Point "SETUPEXEDIR" to "C:\Windows\Temp" instead of "%TEMP%". The command will look like the one below:
msiexec /qn /i "FULL PATH\TIBCO Spotfire.msi" SETUPEXEDIR="C:\Windows\Temp" ALLUSERS=1 SERVERURL=http://spotfireserver:port/ INSTALLDIR=<PATH to where you'd like to install the client>
"SETUPEXEDIR" can also point to some other path where the System Account has write access.