New Post: execute-msi error
I've found it!! This is the correct format: Execute-MSI -Action install -Path "agnc.msi" -Parameters 'ADDLOCAL=Net_Client,VPN_Client,LPE DESKTOP_SHORTCUT="" FIREWALL_STATE=off CERT_DEFAULT_USE="1"...
View ArticleNew Post: App permanently blocked
Hi, Thanks for the great tool, finding it really useful. During test however I have a colleague who has Outlook blocked - he cant launch the app even after a reboot or re-running the Powershell script...
View ArticleNew Post: App permanently blocked
Hi Carl, Look under "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options" for any of the process names you used BlockExecution on and delete the overall key. So...
View ArticleNew Post: App permanently blocked
Cheers Dan, I looked her first but thought I might break something if I deleted a value...will do this tomorrow. I'll ask my colleague what happened during installation and let you know Cheers Carl
View ArticleNew Post: App permanently blocked
I had the same issue while testing a package (I terminated the PS process then re-ran the App Deploy script) and had five different blocked applications that the scheduled task could not remove for...
View ArticleNew Post: Show-InstallationProgress Window Size?
Where can I change the size of this window to allow me a few more rows for text? I assume it is in the main.ps1 but cannot find it.... Thank You! -Tim
View ArticleNew Post: App permanently blocked
Worked like a charm :) Thanks for the advice and the tip oldom - I will add this to my script Glad I raised this as a discussion now Cheers Carl
View ArticleNew Post: Show-InstallationProgress Window Size?
Hi Tim, There is space for 5 rows of text, which should be ample. Have you tried adding in a line break? Show-InstallationProgress "Installation in progress...nPlease waitnThanks for your...
View ArticleNew Post: Show-InstallationProgress Window Size?
Thanks for the reply on this Sean. That does help actually to reduce the text size a bit when needed.
View ArticleNew Post: Using with SCCM
That actually ended up not working for me. Instead I created a single DT with the following settings: Installation Program: "Deploy-Application.EXE" Install User Experience: Installation Behavior:...
View ArticleNew Post: Possible bug in Execute-Process function
So, when I ran an install with the Execute-Process function, I got an error about the working directory not existing. Upon closer review, I noticed that the function is similar to the Execute-MSI...
View ArticleNew Post: Installing on Terminal Servers for Citrix
I've a quick question, is it possible to install applications on a citrix server? What I mean does this do the change user /install, you install the software, then change user /execute.
View ArticleNew Post: Possible bug in Execute-Process function
Hi, I can't reproduce this, the script should continue even if you don't set working directory. Can you send the log file and screenshot of the error you see? Thanks, Seán
View ArticleNew Post: Installing on Terminal Servers for Citrix
It doesn't do that, but it might be functionality we could add. Ideally, you would deploy an application to a bunch of servers and the toolkit would run the relevant commands automatically for Citrix...
View ArticleNew Post: Installing on Terminal Servers for Citrix
That would be awesome if it could, I have just been having difficulties with getting the change user /install to wait till the software is done installing before it goes int change user /execute. Then...
View ArticleNew Post: Deployment Script: Adobe Flash player 11.9.900.152
Thank you for putting this script together! We deployed flash using this script, it worked well except if the computer had IE8 then it failed. The value "svcVersion" was not present on a PC in the...
View ArticleNew Post: Installing on Terminal Servers for Citrix
Hi there, I've added support for installing applications on terminal servers. Would you mind downloading the latest source code and trying it out to make sure it works? It'll be included in the next...
View ArticleNew Post: Windows XP support...
Hello all, A colleague is testing this on XP but does not see any notification bubbles etc It seems the apps are installed fine so the Powershell functionality is there and working correctly just no...
View Article