Mitch Richters

Results 26 comments of Mitch Richters

The issue with the 2nd progress window spawning should be addressed in `develop` with https://github.com/PSAppDeployToolkit/PSAppDeployToolkit/commit/d1d41413c4f1b1ad2f8e7752fb15ce66b5346b12 and https://github.com/PSAppDeployToolkit/PSAppDeployToolkit/commit/f71708d006b56e308e9237bfdbeabdf81771a0a9.

> ITNOA > > I get below errors in PowerShell 7.3 Under this line: https://github.com/PSAppDeployToolkit/PSAppDeployToolkit/blob/18e1bb70ddf7561d32f32a726c18d33c00ea272c/Toolkit/AppDeployToolkit/AppDeployToolkitMain.ps1#L15796, add the following: `if ($PSVersionTable.PSEdition.Equals('Core')) {$ReferencedAssemblies += 'System.Collections', 'System.Text.RegularExpressions', 'System.Security.Principal.Windows', 'System.ComponentModel.Primitives', 'Microsoft.Win32.Primitives'}` Once that's done,...

PowerShell 7.x support, at least initially, should be fixed via #882 and #885.

@DanGough has added these new values into the function within our new v4 branch, which will be in public preview soon. Thank you for the suggestion!

It's probably been done like that to try and give some better detail around what `32` means, rather than just a literal constant. Ideally there should be an enum for...

All of the mentioned code areas have been refactored for our upcoming v4 public preview.

A more senior operator within the team would be best to answer this, but it does appear to be an oversight that there's execuable code outside the `if ($msg)` branch....

I'm not sure why you'd be getting that error, the Definition property is normally only absent on non-`[System.Management.Automation.ExternalScriptInfo]` CommandInfo objects. This code has already been re-written in a private branch,...

@Basti890 can you also please update to 3.10.1 and try again? I just noticed that you seem to be on 3.10.0.