VMware Cloud Community
toddgeist2
Contributor
Contributor
Jump to solution

Command Line Linux Installer

Hello,

I understand that I can build a native RPM installer for CentOs.  And I may get to that at some point.  But can an installer built by InstallBuilder run headless from the command line on Linux.  I am just looking for the fastest path to get my app running on CentOs via the command line.  Is that possible?

Thanks


Todd

Labels (1)
Reply
0 Kudos
1 Solution

Accepted Solutions
gongomgra
VMware Employee
VMware Employee
Jump to solution

Hi toddgeist2​,

You can use the unattended mode to run the installer without human intervention. Please find below the link to our documentation on this

https://clients.bitrock.com/installbuilder/docs/installbuilder-userguide.html#_unattended_mode

You can also provide other options (like string parameters) using the command line, for example

./installer.run --mode unattended --installdir /path/to/installdir

View solution in original post

Reply
0 Kudos
1 Reply
gongomgra
VMware Employee
VMware Employee
Jump to solution

Hi toddgeist2​,

You can use the unattended mode to run the installer without human intervention. Please find below the link to our documentation on this

https://clients.bitrock.com/installbuilder/docs/installbuilder-userguide.html#_unattended_mode

You can also provide other options (like string parameters) using the command line, for example

./installer.run --mode unattended --installdir /path/to/installdir

Reply
0 Kudos