Hi,
In this post I just want to explain how to write a powershell script when you have multiple wsp’s in file location and you need to deploy in one shot.
Follow the steps to achieve this :
1.Open the Notepad,Write the code below,
2.Save the file with some name and having extension “.ps1”(e.g installer.ps1).
3.Next task to create Batch file.Open the Notepad again,write the following code,
4.Save As file with name “install.bat”.
5.Now its done.Hope you like this article and will save your time too.
In this post I just want to explain how to write a powershell script when you have multiple wsp’s in file location and you need to deploy in one shot.
Follow the steps to achieve this :
1.Open the Notepad,Write the code below,
2.Save the file with some name and having extension “.ps1”(e.g installer.ps1).
3.Next task to create Batch file.Open the Notepad again,write the following code,
4.Save As file with name “install.bat”.
5.Now its done.Hope you like this article and will save your time too.
Comments
Post a Comment