You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
somehow I have now the Problem, that if the psadt module is installed the appinstall via psadt uses it, instead of the local one. I try to check, if i can get why
The text was updated successfully, but these errors were encountered:
ok, the issue is still accuring and I found a post to it too Link . somehow it dot-source the module main and not the local one. Could you look at it? it wan't in the v3.9.3. Maybe it's a problem with the variable fix?
@JonathanPitre my gues is, that the invocation in this park is broken somehow
`
If (Test-Path -LiteralPath 'variable:HostInvocation') {
$InvocationInfo = $HostInvocation
}
Else {
$InvocationInfo = $MyInvocation
}
[String]$scriptDirectory = Split-Path -Path $InvocationInfo.MyCommand.Definition -Parent
somehow I have now the Problem, that if the psadt module is installed the appinstall via psadt uses it, instead of the local one. I try to check, if i can get why
The text was updated successfully, but these errors were encountered: