New Post: InstallationUI_Timeout not timing out
Anyone else having this issue of the InstallationWelcome window not timing out? What ends up happening here is the window remains front and center with a new window stacking on top of it at each...
View ArticleNew Post: InstallationUI_Timeout not timing out
Hi jteuhs, Can share with us what is the switch you had used in your Show-InstallationWelcome command? Thanks and regards WaiYin
View ArticleNew Post: Detect Active user / Locked Screen / Not Logged On user
Hi Mo, Can you add in both the docs and the comments for the Get-LoggedOnUser Function, About how "ConnectState" returned by the function, That it can hold one of the following values: Active,...
View ArticleNew Post: Detect Active user / Locked Screen / Not Logged On user
Absolutely, I can do that.
View ArticleNew Post: Detect Active user / Locked Screen / Not Logged On user
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: InstallationUI_Timeout not timing out
Hi WaiYin, This is the command in my script: Show-InstallationWelcome -CloseApps "excel,groove,onenote,infopath,onenote,outlook,mspub,powerpnt,winword,winproj,visio" -ForceCloseAppsCountdown 300...
View ArticleNew Post: InstallationUI_Timeout not timing out
Show-InstallationWelcome -CloseApps "excel,groove,onenote,infopath,outlook,mspub,powerpnt,winword,winproj,visio" -ForceCloseAppsCountdown 300 -PersistPrompt -AllowDeferCloseApps -DeferTimes 1...
View ArticleNew Post: InstallationUI_Timeout not timing out
Hi superz202, 1) I have -AllowDeferCloseApps in there and that part does work. As long as there are Office apps open it prompts and displays the countdown, but if no apps are open it just sits there...
View ArticleNew Post: InstallationUI_Timeout not timing out
Regarding the testing you mentioned, I will try adjusting the timeout to 10 minutes and see how it goes. I believe it was failing another time when I had it at the default 6900, but I will verify....
View ArticleNew Post: Update toolkit to 3.6.0.
I would like saying just copy everything and change the xml options as it was previously.
View ArticleNew Post: InstallationUI_Timeout not timing out
Hi, You mention you have -AllowDeferCloseApps in there but i don't see that in that been shared in your earlier post. Can you try this? Show-InstallationWelcome -CloseApps...
View ArticleNew Post: installation notifications to non-admin accounts
Is it possible to show only notifications (boxes/windows) about installations to logged-in non-admin accounts. I'm trying to make use of WSUS package publisher to achieve this.
View ArticleNew Post: InstallationUI_Timeout not timing out
Same result. I adjusted the -ForceCloseAppsCountdown to 120 seconds and the InstallationUI_Timeout to 150 seconds for testing, but it never times out.
View ArticleNew Post: InstallationUI_Timeout not timing out
After doing more test today, it seem like a bug in 3.6.0. The testing i had done earlier was on 3.5.0 which work fine. But today when i test it on 3.6.0 and I get the same result. That why I wrote a...
View ArticleNew Post: InstallationUI_Timeout not timing out
Yep, I saw that one this morning and voted on it. Thank you very much for your help with this.
View ArticleNew Post: BlockExecution silently?
Create blank empty vbs "AppDeployToolkit_BlockAppExecutionMessage_Blank.vbs" and store it on AppDeployToolkit folder Create new Function on AppDeployToolkitExtensions.ps1Function HiddeBlockMessage {...
View ArticleNew Post: Possibilities with Defer option
With 0 deferments and no countdown if no CloseApps are open, I was able to trigger a countdown using the method below. This is not the cleanest method, but a functional workaround. In this case, I'm...
View ArticleNew Post: PromptToSave Switch
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Send installation/uninstallation Email with PC and User Name
Hi, I am using this great tool to install my applications and wanted to give back. Not sure if this has been posted before, I was looking for sending out an Email after having installed an application,...
View ArticleNew Post: Email with .log file...
I added this line to the end of the script and it works great for me, (update for your emails and servers of course). Send-MailMessage -From "Sender Name email@email.com" -To "Recipient Name...
View Article