Hallo zusammen,
hat sich schon einmal einer gefragt warum es zum Client so viele Dokumentationen wie Registry Keys MSI Switches und so gibt, aber vom Server so gut wie nichts?
Ich nicht, bis ein Kunde explizit danach fragte, nach einiger Recherche und der Unterstützung des App-V Produkt Teams kamen folgende Schalter ans Tageslicht.
Name
Value
Description
OPTIN
True\False
Configures the MU optin.
USERNAME
String Value that specifies the user name who is performing the install.
COMPANYNAME
String Value that specifies the company name who owns the system.
ADDLOCAL
Release_SoftGrid_Server,
Release_AppVirt_Vss_Writer,
Release_SoftGrid_Management_Console,
Release_SoftGrid_Mgmt_Web_Service
A comma separated list of App-V Server options that you want to install on the system.
DB_HOST
String Value that specifies the hostname of the SQL Server system.
DB_SERVICE
String Value that specifies the database on the SQL Server system that is going to be created or used.
DB_PORT
1433
Numeric Value that specifies the SQL Server remote connection port number
SWICERTHASH
String Value that specifies the certificate thumbprint for the certificate that is installed on the system.
SWISERVERRTSPPORT
554/322
Numeric Value that specifies the RTSP(S) port number on the server.
SWIADMINGROUP
String Value that specifies the Admin Group for the Server.
SWIUSERGROUP
String Value that specifies the User Group for the Default Provider Policy.
SWIDOMAINNAME
String Value that specifies the domain name from which the Admin and User groups mentioned above belong to.
SWICONTENTDIR
String Value that specifies the content directory for the server.
INSTALLDIR
String Value that specifies the installation directory for the server.
Der Wert des Schalters SWICERTHASH sollte keine Leerzeichen enthalten
Als Beispiel hier:
msiexec /i "setup.msi" /qn /l*vx %temp%\serverinstall.txt OPTIN="true" USERNAME="USERNAME" COMPANYNAME="MSFT" ADDLOCAL="Release_SoftGrid_Server,Release_AppVirt_Vss_Writer,Release_SoftGrid_Management_Console,Release_SoftGrid_Mgmt_Web_Service" DB_HOST="VAS" DB_SERVICE="APPVIRT5" DB_PORT="1433" SWICERTHASH="1A4E955464C00D8E8E482372521A83624644E287” SWISERVERRTSPPORT="322" SWIDOMAINNAME="SG.contoso.com" SWIADMINGROUP="Domain Admins" SWIUSERGROUP="Domain Users" SWICONTENTDIR="c:\App-V\content\" INSTALLDIR="C:\Program Files\Microsoft System Center App Virt Management Server\"
Sebastian Gernert – Support Escalation Engineer