-
- Novice
- Posts: 7
- Liked: never
- Joined: Apr 28, 2016 6:02 am
- Full Name: Daniel Weber
- Contact:
Silent install Monitor client
Hi
I like to deploy the Client with our SCCM environement.
how i can use Parameters to silent install it?
thanks..
I like to deploy the Client with our SCCM environement.
how i can use Parameters to silent install it?
thanks..
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Silent install Monitor client
I'm not in the office to confirm that, but can you please try this command?
Code: Select all
/i E:\Monitor\veeam_monitor_cln_x86.msi /qn
-
- Novice
- Posts: 7
- Liked: never
- Joined: Apr 28, 2016 6:02 am
- Full Name: Daniel Weber
- Contact:
Re: Silent install Monitor client
This i have inside my script, but i like to add the Server Information too.. and the EULA i guess i Need to accept as well?
-
- Veteran
- Posts: 7328
- Liked: 781 times
- Joined: May 21, 2014 11:03 am
- Full Name: Nikita Shestakov
- Location: Prague
- Contact:
Re: Silent install Monitor client
Try the next command
Code: Select all
Msiexec.exe /i E:\Monitor\veeam_monitor_cln_x86.msi /qn VM_CLN_SERVER_NAME=127.0.0.1 ACCEPTEULA=1
-
- Novice
- Posts: 7
- Liked: never
- Joined: Apr 28, 2016 6:02 am
- Full Name: Daniel Weber
- Contact:
Re: Silent install Monitor client
Looks good but still got an error in the log:
Failed to detect Veeam ONE Monitor installation path.
CustomAction VmASetUpgradeInstallDir returned actual error code 1603
Failed to detect Veeam ONE Monitor installation path.
CustomAction VmASetUpgradeInstallDir returned actual error code 1603
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Silent install Monitor client
Are you trying to update all Monitor Clients or this is a fresh install?
-
- Novice
- Posts: 7
- Liked: never
- Joined: Apr 28, 2016 6:02 am
- Full Name: Daniel Weber
- Contact:
Re: Silent install Monitor client
it is a fresh install...
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Silent install Monitor client
Let us double-check it with our QA team for you. Once they provide us with the solution, we will update this topic.
-
- Novice
- Posts: 7
- Liked: never
- Joined: Apr 28, 2016 6:02 am
- Full Name: Daniel Weber
- Contact:
Re: Silent install Monitor client
ok, thank you
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Silent install Monitor client
Try this one with runas admin account:
If this one doesn't help, let our support team take a look at your installation log file.
Code: Select all
msiexec /qn /l*v c:\VeeamOne\MonClnlog.txt /i c:\VeeamOne\cd\Monitor\veeam_monitor_cln_x86.msi REBOOT=ReallySuppress INSTALLDIR="C:\Program Files\Veeam\Veeam ONE\Veeam ONE Monitor Server"
-
- Novice
- Posts: 7
- Liked: never
- Joined: Apr 28, 2016 6:02 am
- Full Name: Daniel Weber
- Contact:
Re: Silent install Monitor client
sadly still the same error in the LOG file..
where i can send the file to the Support?
where i can send the file to the Support?
-
- Veteran
- Posts: 7328
- Liked: 781 times
- Joined: May 21, 2014 11:03 am
- Full Name: Nikita Shestakov
- Location: Prague
- Contact:
Re: Silent install Monitor client
You just need to contact the support team and they will open a case for you.
Once you have the support case number, please post it here.
Thanks!
Once you have the support case number, please post it here.
Thanks!
-
- Novice
- Posts: 7
- Liked: never
- Joined: Apr 28, 2016 6:02 am
- Full Name: Daniel Weber
- Contact:
Re: Silent install Monitor client
Here is my support case number: 01789363
-
- Lurker
- Posts: 2
- Liked: 1 time
- Joined: Apr 06, 2015 2:21 pm
- Full Name: Alexander Shmatov
- Contact:
Re: Silent install Monitor client
INSTALLDIR was wrong for Client.
This one works:
This one works:
Code: Select all
msiexec /qn /l*v c:\VeeamOne\MonClnlog.txt /i c:\VeeamOne\cd\Monitor\veeam_monitor_cln_x86.msi REBOOT=ReallySuppress INSTALLDIR="C:\Program Files (x86)\Veeam\Veeam ONE\Veeam ONE Monitor Client"
Who is online
Users browsing this forum: No registered users and 5 guests