V3 UI when running v4 script from the ISE?

Hi there !

I was playing with the v4, executing the invoke-Invoke-AppDeployToolkit.ps1 from the powershell_ise and i was surprised to see the old UI interface popping in … It that a normal behavior ?

After a few tests running my script in different ways with psexec -i -s :

  • From the CmdLine (invoking the ps1) => v4 UI
  • From the Cmdline (invoking the exe) => v4 UI
  • From ISE => v3 UI

Hi there - I asked this in the webinar and Mitch said:
Ryan Kasper (You) 12:50 PM
also - i noticed when using the ISE (not VSCode) i get the classic screens automatically; under vscode it is fluent - is that by design?
Mitch Richters 01:20 PM
Unfortunately yes, as ISE is a WPF application, we can’t host our WPF dialogs within it.

2 Likes