So I'm trying to package up and install the remote admin console from the application catalog but I'm failing at every turn. EArlier it would complain that the DefaultSiteServerName was empty, even though it wasn't. After switching the parameters round, it seems that it's now complaining about EnableSQM, which again is not empty.
My first though after seeing this was that I'm hitting a max character limit, so I dropped it all into an install.bat and found the same thing. Even though the full. When checking ConfigMgrAdminUISetup.log it still complains about EnableSQM being empty
I'm trying to install ConfigMgr 2012 R2 console on a Win8.1 x64 machine. Content location is \\server\SMS_PRI\tools\ConsoleSetup\
Really can't fathom this one out!
----------------
<![LOG[UI Setup invoked with args - "C:\Windows\ccmcache\h\ConsoleSetup.exe" /q DEFAULTSITESERVERNAME=server.contoso.com TargetDir="C:\Program Files (x86)\Microsoft Configuration Manager\" EnableSQM=0]LOG]!><time="15:05:26.147-600"
date="06-03-2015" component="" context="" type="1" thread="5040" file="uisetup.cpp:434">
<![LOG[ENABLESQM cannot be empty for silent UI. Set Value ENABLESQM=0 or ENABLESQM=1]LOG]!><time="15:05:26.147-600" date="06-03-2015" component="" context="" type="3" thread="5040" file="uisetup.cpp:108">
----------------
<![LOG[UI Setup invoked with args - "C:\Windows\ccmcache\h\ConsoleSetup.exe" /q TargetDir="C:\Program Files (x86)\Microsoft Configuration Manager\" EnableSQM=0 DefaultSiteServerName="server.contoso.com"]LOG]!><time="14:55:15.011-600"
date="06-03-2015" component="" context="" type="1" thread="6256" file="uisetup.cpp:434">
<![LOG[DEFAULTSITESERVERNAME cannot be empty for silent UI]LOG]!><time="14:55:15.011-600" date="06-03-2015" component="" context="" type="3" thread="6256" file="uisetup.cpp:101">
----------------