New 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 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: 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 ArticleCreated Unassigned: deploy-application.exe 64 Bit [202]
Hi,I'm having a problem with an ADT script, where I try to uninstall a bunch of applications. These are 64 Bit applications and - as we want to have userinteraction, but don't want to display the...
View ArticleCommented Unassigned: ADTK Hanging installing MSI [201]
Hello, wondering if anyone has seen this. I have built several packages using the ADTK and have never had this problems. I have a "package" that has several MSIs to install. The actual product is...
View ArticleCreated Unassigned: ADTK Hanging installing MSI [201]
Hello, wondering if anyone has seen this. I have built several packages using the ADTK and have never had this problems. I have a "package" that has several MSIs to install. The actual product is...
View ArticleNew Post: Reboot Deferral
Great, thanks very much Sean. I will take a look at the function. Thanks, Anton Burgess
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
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,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, 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,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 ArticleCreated Unassigned: Binary value not working [200]
I try to use Set-RegistryKey for adding a binary code but what ever I try I don't get it done.They that I want to import is:[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ibufile]@="Youforce...
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: 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: 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: 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: 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: 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 Article