New Post: Close Applications - Automatically Save Documents/Prompt to save
Hi Craig, I'm with you on this one. It would be great to have a user friendlier approach for processes with a user interface. I find the -CloseApps naming misleading as it is killing processes using...
View ArticleNew Post: Close Applications - Automatically Save Documents/Prompt to save
MarcoHH wrote: Hi Craig, I'm with you on this one. It would be great to have a user friendlier approach for processes with a user interface. I find the -CloseApps naming misleading as it is killing...
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
A small update on my front - regarding the Interactive Service Detection service. Sorry for the delay, but I've been swamped with work. I switched over to x64 based version of ServiceUI and all my UI...
View ArticleNew Post: Prompting user to close application(s) [Deploy Application Invoker]
Communicator.exe service is used by lync 2010 version . lync.exe Service is used by 2013 version.
View ArticleNew Post: Prompting user to close application(s) [Deploy Application Invoker]
Can you copy and paste the contents of the entire Deploy-Application.ps1?
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
Correct, my solution is only intended for mixed environments and only for deployments using the Application model. If all your machines are 64-bit, or you're using the Package model for deployments,...
View ArticleNew Post: Trying to detect "Shutdown.exe /r /t 1000"
Trying to detect "Shutdown.exe /r /t 1000" I came close with ideas from this http://blog.stevex.net/making-a-windows-forms-app-respond-to-system-shutdown/ which translated to PS I...
View ArticleNew Post: Providing execute-msi or execute-process with variables as...
The separate file already exists as AppDeployToolkitConfig.xml. The default MSI settings are listed under <MSI_Options> Otherwise, you'll have to set and use $YourOwnVariables in...
View ArticleNew Post: Trying to detect "Shutdown.exe /r /t 1000"
I ended up using this clunky but effective code:shutdown.exe /a 2>&1 | out-null switch ($LASTEXITCODE) { 0 { Write-Host "pending shutdown was stopped" break } 1116 { Write-Host "No pending...
View ArticleNew Post: Oracle 11g Client installation with response file
I am trying to install Oracle 11g Client with response file but its not working Execute-Process -FilePath "$dirFiles\Oracle 64 bit\setup.exe" -Arguments "-Silent -noconfig -nowait -noconsole...
View ArticleNew Post: Defer showing as failed in sccm
I have somewhat of a similar issue. SCCM does not retry the installation after a deferment. I am using the command line of: Show-InstallationWelcome -CloseApps 'outlook' -AllowDeferCloseApps...
View ArticleNew Post: Deployment Script: Java 6 update X
been using this with java 6 installs seems to be going well.. this is reg file I use is below*=============================================== ##* PRE-INSTALLATION...
View ArticleNew Post: SCCM Retry
Hello I am using the defer option with my deployment via SCCM. After deferring the application, it does not seem like an install is retried. Currently in my Software Center my application is listed...
View ArticleNew Post: deployment script Java 6 update X silent no autoupdate
worked on every version of java 6 so far... registry file I use is below*=============================================== ##* PRE-INSTALLATION ##*===============================================...
View ArticleNew Post: Show-InstallationWelcome 'date is not in the correct format for the...
Hi, I ran in to the same problem with version 3.5.0. I'm trying the DeferDays option, it then shows the same error as the first entry in this discussion. mmashwani replied with solving the issue by...
View ArticleNew Post: Show-InstallationProgress -StatusMessage not accepting break line code
Hi, I'm quite new to "PowerShell App Deployment Toolkit" but I like it a lot. Yesterday I ran into a problem which I haven't been able to solve. I want to use the "break line" option in the...
View ArticleNew Post: Problems with -CloseAppsCountdown
Hi there, we would like to work with CloseAppsCountdown (in Version 3.5.0) but the Problem is, the counter are not displayed. Can anyone tell me why? We try out different forms but this not working, no...
View ArticleNew Post: Remote control for SCCM 2012 deploy
files I used CMRcViewer.exe RDPCORESCCM.dll folder from console install I386\usually 00000409 or something like this
View ArticleNew Post: -ShowInstallationRestartPrompt -NoCountdown not visiable Version 3.5
I changed line 5459 in appdeploytoolkitmain.ps1 to -NoCountdown Start-Process -FilePath "$PSHOME\powershell.exe" -ArgumentList "-ExecutionPolicy Bypass -NoProfile -NoLogo -WindowStyle Hidden -File...
View ArticleNew Post: Problems with -CloseAppsCountdown
I am having the same issue. Have you gotten anything to work?
View Article