Since I learned powershell I keep it installed on all of my machines.
If I write an script in PowerShell will it be able to run on machines with out me downloading and installing Powershell?
Just checking as I would like to write a Custom Action that works with DUnit (With the XmlTestRunner ) and I want it easy to install for others who may not have Powershell installed.
To use PowerShell actions and script events in FB 6 then you do need PowerShell installed. If you don't have it installed at runtime then you'll see an error message.
If you need to write a more distributable custom action package then I would suggest script, or .NET (we have a cool new .NET custom action API that I just wrote an article about. Plug plug.)
Regards,
Angus
PS Thanks for all the beta feedback you've been sending to our support email, we'll be getting back to you over the next few days.