New Post: Need help. Uninstall dialog box does not run and uninstall does not...
Got it figured out. Please disregard.
View ArticleNew Post: Show-InstallationRestartPrompt, Title has no spaces between words
Hi Noticed this as well, took a quick look at the AppDeployToolkitMain.ps1,Start-Process $PSHOME\powershell.exe -ArgumentList "-ExecutionPolicy Bypass -NoProfile -WindowStyle Hidden -File...
View ArticleNew Post: Remove from collection after deployment
If you are using SCCM, the simple way is to build the collection of computers that do not have the software installed. Then once the software has been deployed, SCCM will automatically update the...
View ArticleNew Post: ServiceUI in version 3.1.5
Hi Just downloaded the latest version, in Deploy-Application.ps1, there are these two lines,# Handle ServiceUI invocation If ($serviceUIExitCode -ne $null) { Exit-Script $serviceUIExitCode } Are we...
View ArticleNew Post: Bug in latest version 3.1.5
Hi There is a bug in AppDeployToolkitMain.ps1, replacing it with the older AppDeployToolkitMain.ps1, the error gone.The term 'Write-Log' is not recognized as the name of a cmdlet, function, scrip t...
View ArticleNew Post: ServiceUI in version 3.1.5
Hi Andy, We left this code in as it doesn't break anything and will make scripts written now compatible with any future release that includes the ServiceUI functionality (if we ever get it working...
View ArticleNew Post: Bug in latest version 3.1.5
Hi Andy, I can't reproduce. What happens if you run the Deploy-Application.ps1 template? This error usually appears when the AppDeployToolkitMain.ps1 file has failed to dot-source. Cheers, Sean
View ArticleNew Post: Timeout occurred (0x87D00213 or -2016411117)
I'm getting an error on a bunch of clients in my initial stages of a Java upgrade: I believe what is happening is the UI pops up and asks the user to close stuff, but there is no-one there and...
View ArticleNew Post: Timeout occurred (0x87D00213 or -2016411117)
If you look at the config file for the toolkit you'll see the exit code for the timeout is 1618 - that's not what is showing in your console. The toolkit is set to automatically timeout after 1 hour 55...
View ArticleNew Post: Timeout occurred (0x87D00213 or -2016411117)
I think I didn't have the max runtime high enough - so I set it to two hours to allow for a proper exit. Still - I wouldn't mind having an option to assume after two hours of no user input - just go...
View ArticleNew Post: Bug in latest version 3.1.5
Hi Sean Thanks for the idea trying to run the original Deploy-Application.ps1 template. Found out the faulty part is in AppDeployToolkitConfig.xml, as I didn't update this file. I think this is the...
View ArticleNew Post: Show-InstallationRestartPrompt, Title has no spaces between words
Can Sean or Dan help on this part? I think the Asynchronous function that call the reboot needs to be review and especially the log name, I think $appVendor, $appName and $appVersion need to be passed...
View ArticleNew Post: Timeout occurred (0x87D00213 or -2016411117)
I don't think that's your problem. The toolkit is set to timeout after 1 hr 55 by default so that we can control the exit code passed back to SCCM. You really need to get hold of the log files from an...
View ArticleNew Post: Bug in latest version 3.1.5
Thanks Andy, I've pushed a 3.1.6 beta with this issue fixed.
View ArticleNew Post: Timeout occurred (0x87D00213 or -2016411117)
Here is the log from a machine that "timed out" - nothing of note sadly :/. I checked the detected methods - msi guid and the java.exe being 6.0.81 and it looks like it got updated just fine. Maybe its...
View ArticleNew Post: Timeout occurred (0x87D00213 or -2016411117)
Worth checking AppEnforce.log to see if that shows anything different.
View ArticleNew Post: Show-InstallationRestartPrompt, Title has no spaces between words
Will look in to fixing this.
View ArticleNew Post: Timeout occurred (0x87D00213 or -2016411117)
Yeah something is amiss. From AppDeployment.log:<![LOG[+++ Starting Install enforcement for App DT "Install - Java 6 Update 81 - Unattended" ApplicationDeliveryType -...
View ArticleNew Post: Deployment Script: Citrix Receiver 14.1.0.0 (4.1)
I would very much like to use your script but when I run it I get some errors: At C:\Users\user\Desktop\14.1.0.0.ps1:122 char:48If (([environment])::Is64BitOperatingSystem) -eq $true~ Missing statement...
View ArticleNew Post: Bold App Title
This is what it looks like:Google Image I added a bold switch to the main form. To get it to look like this, you will have to modify the AppDeployToolkitMain.ps1 in the AppDeployToolkit Folder . I...
View Article