Silent installer fails when trying to install to IIS

207 views
Skip to first unread message

Tim Dembowski

unread,
Apr 3, 2015, 9:32:45 AM4/3/15
to rav...@googlegroups.com
Hello all,

I'm looking to automate our deployment of RavenDB using Chef and I'm running into some problems. When I try to run the installer with powershell with the command below the following errors are thrown. 

.\RavenDB-Build-2951.Setup.exe /quiet /log raven_log.txt /msicl "RAVEN_TARGET_ENVIRONMENT=DEVELOPMENT TARGETDIR=C:\ INSTALLFOLDER=C:\RavenDB RAVEN_INSTALLATION_TYPE=IIS ADDLOCAL=IIS"

WriteIIS7ConfigChanges:  Error 0x8007000d: Failed set site name property
WriteIIS7ConfigChanges:  Error 0x8007000d: Failed to create site
WriteIIS7ConfigChanges:  Error 0x8007000d: Failed to configure IIS site.
WriteIIS7ConfigChanges:  Error 0x8007000d: WriteIIS7ConfigChanges Failed.

I've attached the log file from the installation if that helps. Has anyone been able to install Raven under IIS silently? 

Thanks!
raven_log.txt

Oren Eini (Ayende Rahien)

unread,
Apr 3, 2015, 9:36:04 AM4/3/15
to ravendb
Just to be sure, you run this as admin, right?

Hibernating Rhinos Ltd  

Oren Eini l CEO Mobile: + 972-52-548-6969

Office: +972-4-622-7811 l Fax: +972-153-4-622-7811

 


--
You received this message because you are subscribed to the Google Groups "RavenDB - 2nd generation document database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Tim Dembowski

unread,
Apr 3, 2015, 9:42:58 AM4/3/15
to rav...@googlegroups.com
That's correct, we're running as admin.

Arkadiusz Paliński

unread,
Apr 7, 2015, 4:33:36 AM4/7/15
to rav...@googlegroups.com
Hi Tim,

quiet mode installation under IIS is the non trivial task. Note that there is a bunch of options that you can choose / change / type in the installer's UI. You can even create a dedicated website or application pool. I think the best option for you is to install by using existing website on IIS. This is the command I successfully used to install RavenDB under IIS on the site named "RavenSite" which was already created and properly configured:


.\RavenDB-Build-2951.Setup.exe /quiet /log raven_log.txt /msicl "RAVEN_TARGET_ENVIRONMENT=DEVELOPMENT TARGETDIR=C:\ INSTALLFOLDER=C:\RavenDB RAVEN_INSTALLATION_TYPE=IIS Remove=Service ADDLOCAL=IIS WEBSITE_TYPE=EXISTING WEBSITE_ID=* WEBSITE_DESCRIPTION=RavenSite WEBSITE_VD=RavenDB"



Reply all
Reply to author
Forward
0 new messages