Skip to main content

Hi,

Sometimes during deployment on Linux machines installer fails to start. Sometimes after some digging I can chase it down to noexec policy on /tmp and/or /home directory. There is a way to change default tmp directory using push installation, there is a unixTempDirectory property in xml file passed during silent installation, but is there a parameter I can pass to override this during local, interactive installation using cvpkgadd?

You can add a Answer File with the installer where you define the option unixTempDirectory.

Example:

unixTempDirectory="/installtest"

Result:

 


That is exactly what I was looking for!

Thanks @Jos Meijer 


Your welcome 🙂


Reply