installing houdini in linux with out prompt

   3156   2   0
User Avatar
Member
624 posts
Joined: Aug. 2008
Offline
I am trying to set Houdini from the command line
and I have
sudo ./houdini.install

is I do it like that I get all the questions and number of what I want to intall

so I di
sudo ./houdini.install –install-Houdini –auto-install but I still get the agreement and other questions we want to automate this
any hint?

thanks guys.
User Avatar
Member
1926 posts
Joined: Nov. 2006
Offline
I would take a look at some of these. I'm not sure which are still relevant, but they are the ones my deployment system passes along:

"installer_args": [
"--no-license",
"--no-menus",
"--accept-EULA",
"--make-dir",
"--no-root-check",
"--no-install-hfs-symlink",
"--no-local-licensing"
]
Graham Thompson, Technical Artist @ Rockstar Games
User Avatar
Member
624 posts
Joined: Aug. 2008
Offline
aja! there are some parameters that don't show in the help such accept-eula make dir
  • Quick Links