New Post: Getting Logon Lookup errors in SERVICEUIx86 while deploying IE11...
Hi, you are using an older version of the toolkit that has been deprecated. Please download the latest version from psappdeploytoolkit.com. Also please use the forums on the new site.
View ArticleNew Post: Uninsatll an msi with parameter or options.
Hello, Could you please help me with uninstalling an MSI with options. I believe the “Execute-MSI -Action Uninstall” does not support additional options. This is an example command line : msiexec /qb!...
View ArticleNew Post: Uninsatll an msi with parameter or options.
Hi You can find that from the manual. Use Remove-MSIApplications function, like this: Remove-MSIApplications -Name 'MyProgram' -AddParameters 'AUTO_DELETE=3'. That -Name parameter is the name of the...
View ArticleNew Post: Uninsatll an msi with parameter or options.
Good afternoon;I had time today to test with the new command and wanted to let you know it work great, I did not notice this command in the manual, thanks for the reply.PS : I wish I had seen my...
View ArticleNew Post: Keep getting 60008 errors when deploying via SCCM 2012 R2
I am trying to install the latest version of Adobe Flash Player (version 20.0.0.267) and I keep receiving the dreaded 60008 error when using the following command:Deploy-Application.exe -DeploymentType...
View ArticleNew Post: Keep getting 60008 errors when deploying via SCCM 2012 R2
Disregard, I found the issue. I was using the older version "AppDeployToolkit" folder prior to version 3.6.5. I corrected that and all is well now. Thanks
View ArticleNew Post: Quote
In Example 5 of PSAppDeploymentToolkitAdminGuide.docx C:\PS> Execute-Process -Path 'setup.exe' -Parameters "/s /v"ALLUSERS=1 /qn /L* \"$configToolkitLogDir\$installName.log`"" Launch InstallShield...
View ArticleNew Post: Check diskspace
I've tried using raw numbers since this is done in MB. For example: CheckDiskSpace 60000 thinking this is 6GB and the prompt did not work. I think you have to use -RequiredDiskSpacwe with...
View ArticleNew Post: Check diskspace
Okay, I got it to work. You need to use -RequiredDiskSpace with Check DiskSpace. Below is 60GB is required. Show-InstallationWelcome -CheckDiskSpace 60000 -RequiredDiskSpace 60000 if you use it like...
View ArticleNew Post: Reboot Deferral
Hi there, I'm aware that the PADT facilitates installation deferrals, but we have a requirement to defer reboots which as far as I am aware is not currently a function in the toolkit. We would like to...
View ArticleNew Post: Reboot Deferral
Hi Anton,Yes, you can do this two ways:1. Suppress the reboot return code using the PSADT. Simply set this parameter to false when calling the script (or change it in the script)...
View ArticleNew Post: Reboot Deferral
Hi Sean, Thanks for your reply, I'm aware that the 3010 return code can be suppressed, but then, no reboot request is flagged, therefore not notifying the user that it is required. Previously, we...
View ArticleNew Post: Reboot Deferral
Hi Anton,Have you looked at the Show-InstallationRebootPrompt function?Seán Am 22.08.2016 um 23:38 schrieb aburgess <[email removed]>:From: aburgessHi Sean, Thanks for your reply, I'm aware that...
View ArticleNew Post: Reboot Deferral
Hi Sean, No, I have not looked at the Show-InstallationRebootPrompt function. Does this also allow you to prevent the pass-thru of the exit code while retaining the reboot prompt within the toolkit?...
View ArticleNew Post: Reboot Deferral
Hi Anton,Yes to all your questions. Seán Am 23.08.2016 um 09:33 schrieb aburgess <[email removed]>:From: aburgessHi Sean, No, I have not looked at the Show-InstallationRebootPrompt function. Does...
View ArticleNew Post: Reboot Deferral
Great, thanks very much Sean. I will take a look at the function. Thanks, Anton Burgess
View ArticleNew Post: Upgraded SCCM 2016, now applications close without asking the user...
We recently upgraded our SCCM system to 2016 which are looking to help with our Win10 deployment. Our main use of psappdeploytoolkit to upgrade currently installed applications and have the script wait...
View ArticleNew Post: PSAppdeployment with ServiceUI.exe
we have already integrated PSAppdeploymentToolkit with SCCM , and now we would like to start using serviceUI.exe(to run in other session) along with it so that the end user will get an option to enter...
View ArticleNew Post: Execute-Process file not found
Have a script im trying to use which will uninstall all previous versions of an application, so i threw a load of statements like below in.execute-process 'c:\ver1\uninstall.exe' -continueonerror=$true...
View Article