VMware Cloud Community
clairealex7
Enthusiast
Enthusiast

Install Installbuilder on build machine

Hello, I will need to install InstallBuilder on the build machine silently. I cannot find the command line to do this.

Can you tell me how to do this?

Thank you

Claire

 

Reply
0 Kudos
3 Replies
michieldhont_
Hot Shot
Hot Shot

Hi @clairealex7 ,

 

You can run it in unattended mode and set the installation dir using --prefix:

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

Regards,

Michiel

Reply
0 Kudos
clairealex7
Enthusiast
Enthusiast

Thank you Michiel 🙂

Is this command line valid on Windows?

Cheers,

Claire

Reply
0 Kudos
michieldhont_
Hot Shot
Hot Shot

Hi @clairealex7 ,

Yes, you can run it with the same parameters.

.\installbuilder.exe --mode unattended --prefix C:\ProgramFiles\InstallBuilder

Regards,

Michiel

 

 

 

Reply
0 Kudos