I've access to SharePoint Production Farm Frontend two Servers which don't have Central Admin, I deployed WSP there many times using Add-SPSolution & Install-SPSolution, last time I used Uninstall-SPSolution & Remove-SPSolution to retract and remove WSP and redeploying it again, because I added new feature in the solution. The problem is, the deploying is stuck and don't complete, as I know after that from Fram's Administrator, a new update has been installed on the Farm and interrupted it.
So, if I replaced my solution dll file in GAC, I copied .ascx files to CONTROLTEMPLATES in 16 hive folder and I created Feature.xml file in FEATURES folder in 16 hive, is the deployment will be done by doing these steps? I need to do deployment without using PowerShell commands, is that possible?