Adam Piontek

Results 29 comments of Adam Piontek

I am also seeing this issue. PSADT v3.9.3, Interactive SCCM install, no deferral, Show-InstallationWelcome comes up visible. But v3.10.1, the log indicates it has been displayed, but nothing comes up...

I can't speak for OP, but the issue I am describing is specifically SCCM running powershell -File install-script.ps1, there's no scheduled task involved. And as reported, the checkbox in SCCM...

If one uses `Execute-ProcessAsUser` then PSADT will use Task Scheduler to run a script as the user. And the functions `Show-BalloonTip` and `Set-ActiveSetup` do indeed make use of that function....

We had issues in the past not getting proper exit codes from using the EXE so we use the PowerShell directly. I would be surprised if using the EXE helped...

@DanGough The issue I described also happens with 3.10.1. I tested with 3.10.0 to narrow down if the issue was introduced earlier than 3.10.0 and it was. I can test...

@GeoSimos In fact, both SCCM and Intune will run installers in a 32-bit environment by default. The use of the `sysnative` path is to force the execution into a 64-bit...

The log where I'm reproducing the issue shows it ran Interactive, even in 3.10.0, so that's not the problem. I appreciate the thoughts about using the exe but right now...

I believe I have found a fix, and it is reverting one line of code in `Show-WelcomePrompt`. What's more, I was able to reproduce @GeoSimos issue with `Show-InstallationPrompt` — and...

> Thanks for reporting this. We will move away from using a VBScript for this functionality soon in a new release. If the new approach hasn't already been implemented, I...