The folks over at PowerShell.org recently published a review of VersionRecall (http://powershell.org/wp/2014/04/15/review-sapien-versionrecall/)
There was one paragraph that took us a little bit by surprise:
“Unfortunately, PowerShell Studio doesn’t seem to recognize VersionRecall as a source control provider (at least, it…
Read More
Welcome back. As we previously discussed, PrimalScript 2014 has a few new options for the script packager and has added features for creating MSI databases and deploying your script solutions.
If you have missed the previous three installments, use the…
Read More
The last time we looked at the new installer option in PrimalScript 2014. You can find the article here: http://www.sapien.com/blog/2014/04/07/from-script-to-server-deploying-solutions-with-primalscript-2014-part-2
If you look at the deploy tab again, you will see a “Deployment” group. These functions will help you distribute…
Read More
Last time we looked at the new packager options in PrimalScript 2014. You can find the article here: http://www.sapien.com/blog/2014/03/25/from-script-to-server-deploying-solutions-with-primalscript-2014-part-1
If you look at the deploy tab again, you see an installer group that was not an option in any of…
Read More
If we need to check what Windows version a PowerShell script run on, we usually use a statement like this:
So imagine our surprise when we saw what happens when you run this as a script in PrimalScript:
Instead of…
Read More
One of the many things on our users wish list was the ability to change variables while debugging. While we where looking to solve that, we also looked for a way to call functions while stopped at a breakpoint or…
Read More
[UPDATED: 8/15/2014]
So, you just got a new subscription to a SAPIEN product. You’ve run the installer and you’ve launched the product and you were presented with a screen like this:
Where do you go from here? Well, since you…
Read More
If you take a look at the new 2014 version of PrimalScript you will discover a new tab on the ribbon interface: “Deploy”
This tab combines three major stepping stones for deploying your scripting solutions:
1. The Script Packager that…
Read More
The Jason Helmick over at PowerShell.org wrote an interesting article about his PowerShell toolbox:
New tools in my toolbox!
In the article, he mentions PrimalScript, PowerShell Studio and VersionRecall 2014:
“I’ve used PrimalScript for a very long time and I…
Read More
We have all done it. We started messing with code and changed it to the point where it just won’t work anymore. If you employ some kind of version control or backup you usually have some kind of previous version…
Read More