New Post: Move Exit Code
Hi, When the Show-InstallationRestartPrompt is displayed the Exit code is fired. I it possible to delay the exit code until user reboots? My issue is that when exit code is sent and prompt still is...
View ArticleNew Post: Supersedence Behavior (SCCM2012r2)
Hello, I'm very impressed by the range of functions PADT provides and it's exactly what we need for our deployments. But we also need the supersedence feature of SCCM 2012. I have the same problem as...
View ArticleNew Post: Move Exit Code
After Show-InstallationRestartPrompt, try adding the following Exit-Script 1641 This is the SCCM hard restart exit code that will prevent any other application from installing until a reboot is...
View ArticleNew Post: Supersedence Behavior (SCCM2012r2)
Ok so this is interesting - the current user is running as SYSTEM (as indicated with the $) and it's running under Session 0. The toolkit detects this and switches to NonInteractive mode as it would...
View ArticleNew Post: Problem with an exe Execution failed with code: 5
Can you retry with the following line instead:Execute-Process -FilePath "$dirFiles\Oracle\Oracle_10_2_0_1_0_R3NQ_DE.exe"
View ArticleNew Post: Supersedence Behavior (SCCM2012r2)
Thanks for the speedy answer! I thought you integrated with 3.1.0 ServiceUI.exe in the Deploy-Application.exe and handled that automatically. But I'm testing it right now. I guess I should be using the...
View ArticleNew Post: Supersedence Behavior (SCCM2012r2)
We did try to integrate ServiceUI and we hit so many issues we backed it out. We're actively investigating this and other alternative methods though - if we can cobble something together that works...
View ArticleNew Post: Problem with an exe Execution failed with code: 5
sintaxasn wrote: Can you retry with the following line instead:Execute-Process -FilePath "$dirFiles\Oracle\Oracle_10_2_0_1_0_R3NQ_DE.exe" Thanks that is not doing anything either. I failed to mention...
View ArticleNew Post: Deploy-Application.exe command line parameters
I'm curious about how to pass parameters to the .ps1 script from the executable. What options are available to the executable?
View ArticleNew Post: Deploy-Application.exe command line parameters
Hey there, Quite simple. Just add -MyParameter "Value" at the end of the command-line, and you can add whatever parameters you wish. You can also specify an alternate .ps1 file using -File MyFile.ps1....
View ArticleNew Post: Deploy-Application.exe command line parameters
I was getting myself confused because the help for the .ps1 file has the following as an example: .EXAMPLEDeploy-Application.ps1 -Uninstall I assumed the exe would just pass thru parameters, but when I...
View ArticleNew Post: AppDeployToolkitMain - Execute-MSI function
Hi Just noticed that there may be an a problem with the Execute-MSI function as all the uninstalls run silently. The script isSet the installation Parameters$msiUninstallDefaultParams =...
View ArticleNew Post: Intel HD Graphics Exit Code 14
Thank you Dan, who can read a Manual can find it :) best thanks. ;)
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
doum, did you make any progress on the solution for Task Sequences? I've run into exactly the same issue, and I'm curious to see if an Application with the interactive settings on the Deployment Type...
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
Let me just chime in on this - I saw the exact same issue and ended up having to duplicate applications being deployed through TS as packages. It's a lot of hassle to maintain but it works
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
philschwan wrote: doum, did you make any progress on the solution for Task Sequences? I've run into exactly the same issue, and I'm curious to see if an Application with the interactive settings on the...
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
For core apps I don't have a problem with that approach; in fact I do it quite often because the Packages tend to work more consistently in OSD. The problem for me comes with doing application mapping...
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
Nozuka wrote: I actually had the exact same idea. But sadly it did not work with a variable list :( But maybe i did something wrong. edit: never mind, it seems to work. i had to set the following on...
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
Using the PowerShell global condition provided above (two DTs: one for user interaction, one without), so far I'm getting an error "No matching policy assignments received." I did verify that the...
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
philschwan wrote: doum, did you make any progress on the solution for Task Sequences? I've run into exactly the same issue, and I'm curious to see if an Application with the interactive settings on the...
View Article