New Post: Refresh "Software Center" within the script
Can you open the Command Prompt with Admin rights and navigate to C:\Windows\CCMCache - look for the most recent folder to for the install. Then run: Powershell.exe -ExecutionPolicy Bypass -File...
View ArticleNew Post: -CloseApps only allowing 5 seconds to respond.
Hey guys, When running the -closeapps it pops up the normal window asking to close my open apps. But If I don't choose within 5 seconds it fails the install and shows the response below: [14-05-2014...
View ArticleNew Post: Refresh "Software Center" within the script
Hi Dan, I have testet to manually install using the recommended command line and it works, no messages occured. Then I have tried to use the same command within an application package, in this case the...
View ArticleNew Post: Function to detect pending reboot
A much better place to look is in: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired If the RebootRequired key exists, then one or more windows...
View ArticleNew Post: Refresh "Software Center" within the script
Hey Maximilian, Hmmm, this is starting to sound like some sort of detection issue with SCCM itself and not the toolkit. Can you maybe privately contact me through CodePlex and share your script with...
View ArticleNew Post: Offering code for more Logging capabilities
For our purposes we need way more logging capabilities. -separate install/remove logs -log rotation This must happen around line 266 in AppDeployToolkitMain.ps1 or else logging has already started. So...
View ArticleNew Post: Offering code for more Logging capabilities
Hey, Actually, better to raise a Feature Request under Issues. We'll review and look to integrate if it's worth doing (which I don't doubt it is!) Cheers, Dan
View ArticleNew Post: Execute-Process -NoWait ... enabled?
I've just pushed an update to the repository that adds -NoWait as a usable parameter on Execute-Process. It'll be included in the next release, or you can grab the latest source if you need it...
View ArticleNew Post: Deploy-Application.exe
I don't suppose there would be any possibility of explaining what is in the deploy-application.exe, or releasing the code for that and what it is compiled in?
View ArticleNew Post: Deploy-Application.exe
Sorry, new to the site, didn't look hard enough - doh - it's in the source code section
View ArticleNew Post: rename Deploy of the ps1 or exe
sintaxasn wrote: Actually you don't need to modify the script to do this. Just add the DeployMode parameter when you're running it. Deploy-Application.exe -deptMarketing or Thanks Dan, is there a...
View ArticleNew Post: rename Deploy of the ps1 or exe
Okay, let me revise my initial proposal as follows. Here's your new Param section changes:[switch] $TerminalServerMode = $false, [string] $Profile = $null And here's the body of your script:# Validate...
View ArticleNew Post: User being prompted to close app if deployment type is available...
Hi, I'm using the PSADT to upgrade Adobe Reader to version 11.0.07 on my clients. If the applications deployment type is available to user is prompted to close the app is it is running at the time of...
View ArticleNew Post: User being prompted to close app if deployment type is available...
Hi Sean, Is there a user logged on at the time? What happens if you choose "only when a user is logged on" and set installation program visibility to "normal". Refer to the screenshots in the...
View ArticleNew Post: User being prompted to close app if deployment type is available...
Hi Sean, The issue appears to have been related to the change from originally having "User is able to interact with application" unchecked to checked took longer to propagate than expected. Far more...
View ArticleNew Post: Office 2013 Install - Can't Find .MSP
I'm using the included Office example and the uninstall is working great. However I can't get the install to work. It complains that it can't find the .MSP. I have verified the spelling, and location...
View ArticleNew Post: User being prompted to close app if deployment type is available...
Hi Sean, Glad you got it sorted and great that the support team like it! Cheers Sean
View ArticleNew Post: Question on registry detection
I borrowed this to fix an issue I was having and it took a bit of troubleshooting to get working, figured I would share my experience. The below section of code was not actually populating the...
View Article