New Post: PSADT and SCCM 2012 Application
We are currently testing the toolkit with SCCM2012 Application model. The application evaluation cycle is set to "Every Day" in SCCM2012, so the toolkit should prompt just once a day to deploy, defer...
View ArticleNew Post: BlockExecution still enabled after the installation
Thanks man, works like a charm!
View ArticleNew Post: BlockExecution still enabled after the installation
By the way - does anyone know why this registry value is not deleted after application install? [Pre-Installation] :: Set the Image File Execution Option registry key to block execution of...
View ArticleNew Post: BlockExecution still enabled after the installation
Nevermind - I used the full process name with the .exe file extension. Problem solved.
View ArticleNew Post: Unwanted Reboots
Turns out the package wrapper on this exe (Inno Setup) is at fault. Once I discovered what it was made with, I was able to make it produce logs and sure enough, it was the reboot culprit. I drilled...
View ArticleNew Post: 3.5.0 fails to process condition logic that processes successfully...
During an installation attempt, version 3.5.0 fails to process condition logic that processes successfully in version 3.1.4.if ((Get-InstalledApplication -Name 'Wireshark 1.12.3 (64-bit)') -eq $appName...
View ArticleNew Post: PSADT incorrectly stating MSI is already installed.
Title says it all...PSADT says the MSI is already installed, and calls out the product code in the log. But if I try to uninstall the product code (msiexec /x {PRODUCT CODE} it says, "This action is...
View ArticleNew Post: script that can detect the session id and use psexec
Hi, is there a script that can detect the session id of the user and kick off the powershell script using psexec? I would like to use a scheduled task to deploy java and pass along the UI to the end...
View ArticleNew Post: A parameter cannot be found that matches parameter name 'eq'.
Message : A parameter cannot be found that matches parameter name 'eq'. InnerException : I think you have a closing bracket missing - it's assuming you have -eq as a parameter of...
View ArticleNew Post: A parameter cannot be found that matches parameter name 'eq'.
Alright. I reverted the script back to its original form. which included the following: Show-InstallationPrompt -Message "The installation of $appName $appVersion complete." -ButtonRightText 'OK' -Icon...
View ArticleNew Post: Using PSAT on Servers, Is PS 2.0 ok?
Can you indicate what the issues might be? 2.0 should be fully supported for the current release. If there's a problem we should investigate. Thanks, Dan
View ArticleNew Post: SCCM 2012 R2 - Run Powershell script
Hello, With SCCM 2102 R2, it is now possible to run a powershell script in a task sequence. Is it possible to use Deploy-Application.ps1 with this function? I'm trying to deploy an application after...
View ArticleNew Post: Deferral and Blocked App
Hello, I have added an application with a defer option of 3 times and also included a blocked application which can not be launched during installation. In testing I have found that if I click defer...
View ArticleNew Post: Deferral and Blocked App
Found the issue with this - just in case someone runs across the same issue. Workstation was only on PowerShell 2.0. Upgraded and all was well.
View ArticleNew Post: BlockExecution still enabled after the installation
Hello. I'm experiencing the same situation. The DebuggerValue registry value isn't being deleted after the application install. Any thoughts why? Thank you in advance.
View ArticleNew Post: BlockExecution still enabled after the installation
sstanfie wrote: Hello. I'm experiencing the same situation. The DebuggerValue registry value isn't being deleted after the application install. Any thoughts why? Thank you in advance. And this happens...
View ArticleNew Post: invoke a reboot after installation
I am also attempting to do this... I have added this to my Deploy-Application.ps1 ##*=============================================== ##* POST-INSTALLATION...
View ArticleNew Post: -ShowInstallationRestartPrompt -NoCountdown not visiable Version 3.5
Instead of changing it this way you only need to change this line (Change File to Command) Line 5458 Version 3.5.0 Start-Process -FilePath "$PSHOME\powershell.exe" -ArgumentList "-ExecutionPolicy...
View ArticleNew Post: Invoking Show-InstallationRestartPrompt
https://psappdeploytoolkit.codeplex.com/discussions/578635
View ArticleNew Post: Show-InstallationProgress Delayed on PowerShell 3.0 and 4.0
I've got the same issue. I get overlapping Show-InstallationProgress windows. Power shell 2 is fine.
View Article