Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
ProGet Silent Installation with IIS
-
Hi, i am trying to install ProGet silently with /ConfigureIIS, however it never actually installs as IIS. Whenever i check the debug logs it still says ConfigureIIS = False.
I'm following instructions from the silent installation page:
http://inedo.com/support/documentation/proget/installation/silent-installationMy full command is:
ProGetSetup.exe /S /Edition=LicenseKey /LicenseKey=x /InstallSqlExpress /ConfigureIISIs this parameter suppose to work?
Product: ProGet
Version: 4.6.7
-
This could be a bug in the way arguments are processed. Does it work if you add:
/UseIntegratedWebServer=false
to the arguments?
-
Thanks a lot Dean!
That did it, or rather false did not work but False did work.
Final command: ProGetSetup.exe /S /Edition=LicenseKey /LicenseKey=x /InstallSqlExpress /ConfigureIIS /UseIntegratedWebServer=False
-
Glad that worked! I created an issue for this; we should get this behavior a little more intuitive in an upcoming maintenance release.