Hi all,
I’m a long time software developer with absolutely no experience in Sharepoint.
I have just joined a new company and I was asked by the team leader to create an installer for Sharepoint Foundation 2013 and a working Sharepoint solution made by the company, preferably using HTA.
I have experimented installing it manually and deploying the solution, however, what’s the best method to automate these two steps?
I was thinking of something like AutoSPInstaller, and after the end of the installation, I would run Add-SPSolution and Install-SPSolution commands for deploying the solution.
What do you think?
I guess HTA = HTML Application right? :P. Well, you can’t install sharepoint using html, so you can have a pretty html page, but you still need PowerShell or c# in the background :).
