I currently use Web Platform Installer to silently install WSP, which isn't just the installer, but a full single server install of WSP. Does anyone know what arguments Web Platform Installer is passing to the WSP Install?
Hello,
I must say i never used the silent installer however i do know it installs the "Stand alone" package (which installs portal, enterprise and server at once).
You can also install it through the gui --> just select and install "Stand alone" if/when there's no other SolidCP module installed yet.
To do this with silent installer:
SilentInstaller.exe /cname:StandaloneServer /ServerAdminPassword:mypassword
Other available variables for StandAlone server:
WebSiteIP
WebSiteDomain
WebSitePort
DatabaseName
DatabaseServer
DbServerAdmin
DbServerAdminPassword
ServerAdminPassword
Regards,
Marco
Perfect, this is exactly what I was after, where do I get the silentinstaller.exe from, I can't see it in the downloads section, check under tools and just in case the plugins folder.
A copy of the SolidCP.SilentInstaller.exe is included with the normal installer and can be found in the program files. I think the .dll files will need to be in the same location for this to work.
This path would normally be C:Program Files (x86)SolidCP Installer
Nevermind, I found it, after you install SolidCPInstaller.msi, you can find the silent installer in C:Program Files (x86)SolidCP Installer. I found the xml feed for Web Platform Installer, which helps to see what parameters are used. http://installer.solidcp.com/WebPI/1.0.1/SolidCPFeed.xml