<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:#0563C1;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:#954F72;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri",sans-serif;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">I’m using the latest x64 msi file(3.2.1.1) to install Shibboleth on a clean Windows server. I’d like to silently install Shibboleth as part of a deployment script and since the msi installs Jetty and the Shibboleth Daemon Windows Service,
I figured it was the easiest way to go. When it’s run with /qn, it hangs and never finishes, so I’m sure I’m just missing at least one, if not more initialization variables, but I’m not sure what those might be. My end goal is an install at C:\Program Files
(x86)\Shibboleth\IDP\ with an install of Jetty, not configured for AD, specifying DNS and IDP Scope(which is all set during GUI run of the msi). I’m attempting to use the following command line:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">msiexec /qn /i C:\Temp\shibboleth-identity-provider-3.2.1.1-x64.msi INSTALL_JETTY=TRUE CONFIGURE_AD=FALSE AD_USE_GC=FALSE DNSNAME=shibboleth-dev.csustan.edu IDP_SCOPE=csustan.edu<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I’ve also tried setting the following just to see if I could get something to work:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">TARGETDIR<o:p></o:p></p>
<p class="MsoNormal">AD_DOMAIN<o:p></o:p></p>
<p class="MsoNormal">AD_USER<o:p></o:p></p>
<p class="MsoNormal">AD_PASS<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Logging doesn’t seem to tell me much, but I may just not know what I’m looking for. I know based on the logs that the /qn install isn’t doing as much as not using /qn, but again, I’m just not sure of what to look for. I’ve looked into
the msi with Orca and I’m not sure what may be relevant.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks!<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Steven Teixeira<o:p></o:p></p>
<p class="MsoNormal">Application and Database Administrator<o:p></o:p></p>
<p class="MsoNormal">Office of Information Technology, Information Services<o:p></o:p></p>
<p class="MsoNormal">CSU Stanislaus<o:p></o:p></p>
<p class="MsoNormal">One University Circle<o:p></o:p></p>
<p class="MsoNormal">Turlock,CA 95382<o:p></o:p></p>
<p class="MsoNormal">209.667.3944<o:p></o:p></p>
<p class="MsoNormal"><a href="www.csustan.edu"><span style="color:#0563C1">www.csustan.edu</span></a><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>