New Post: How to Open a Exe
Go to the "Source Code" tab of this site. Navigate to "Sources\Deploy-Application\Deploy-Application\Deploy-Application.cs" for the C# code for Deploy-Applicaiton.exe. Also, please post questions like...
View ArticleNew Post: Difference between Silent and NonInteractive
Please look in Microsoft Word toolkit documentation file under heading titled "Toolkit Parameters". As updates are always being made to documentation, you can also get the latest version of the...
View ArticleNew Post: How to Open a Exe
Thanks For the reply. I did take a look at source code and Just want to rename a AppdeployToolkIt folder to Appdeploy scripts.Once I'm done renaming can i recompile the C++ code to generate an EXE...
View ArticleNew Post: How to Open a Exe
It is C# code, not C++. If you want to modify and recompile, then download all of the files from the "Source Code" tab and open the project for Deploy-Application.exe in Visual Studio.
View ArticleNew Post: Deployment Script: Adobe Flash player 11.9.900.152
Ws2000: I used this to only close IE on Windows 7 and lower:if ($osVersion -ge 6.2) { Show-InstallationWelcome -CloseApps "Firefox,Chrome" -CloseAppsCountdown 30 } if ($osVersion -lt 6.2) {...
View ArticleNew Post: test whether app is in use, else just update it.
A quick follow up question.. If I use this: Show-InstallationWelcome -CloseApps 'iexplore' -AllowDeferCloseApps -DeferTimes 1 -CheckDiskSpace -PersistPrompt## Show Progress Message (with the default...
View ArticleNew Post: deploy ie10, detection method that doesn't fail?
Hi I need to deploy ie10.. however even though I deploy it and ask the user to close any ie instances.. it still fails the detection method, because it isn't installed before a reboot has occurred.. it...
View ArticleNew Post: Java version 8 Update 25 package not working with SCCM with...
Hi Stian I have changed my script and now i am using msi file instead of exe After that its working fine [CmdletBinding()] Param ([Parameter(Mandatory=$false)] [ValidateSet('Install','Uninstall')]...
View ArticleNew Post: Java version 8 Update 25 package not working with SCCM with...
I have followed steps mentioned in this link to fix thisHow to install Java via SCCM 2012
View ArticleNew Post: Set-PinnedApplication -Action "PintoTaskBar" for all users
Hi, I am configuring an Office 2013 installation package, and am having issues with pinning shortcuts to the taskbar for the currently logged in user. I can't get it to work via the OCT shortcuts route...
View ArticleNew Post: Add the ability to accept user input from Show-Installation Prompt
I would like something like this for our suite of application products we have for users. Basically we are going to leverage the SCCM app store for our users and present to them a package suite in...
View ArticleNew Post: User interface with check box for installation.
I would like something like this for our suite of application products we have for users. Basically we are going to leverage the SCCM app store for our users and present to them a package suite in...
View ArticleNew Post: Difference between Silent and NonInteractive
Hi, It is still unclear. With SCCM, if there are blocking apps will that window appear to the user or if the program will just close? What should be done to be sure the the user will be ask to close...
View ArticleNew Post: Difference between Silent and NonInteractive
This is what the documentation says regarding NonInteractive: NonInteractive = Very silent, i.e. no blocking apps. NonInteractive mode is automatically set if it is detected that the process is not...
View ArticleNew Post: Deploy a packaged EXE
We package our software into "exe's". Can this toolkit deploy exe's for install?
View ArticleNew Post: Deployment Script: Adobe Flash player 11.9.900.152
therealjoshuad wrote: Ws2000: I used this to only close IE on Windows 7 and lower:if ($osVersion -ge 6.2) { Show-InstallationWelcome -CloseApps "Firefox,Chrome" -CloseAppsCountdown 30 } if ($osVersion...
View ArticleNew Post: Check for pending reboot
Nice work. For the Windows Update you just need to add the RebootRequired value: HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired The new xPendingReboot module...
View ArticleNew Post: test whether app is in use, else just update it.
I suggest testing with both parameters -AllowDefer and AllowDeferCloseApps and that will tell you everything you need to know.
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
This is a great thread. Could someone verify that the solution at this point in time is the below? And if I have only 64-bit OS machines, is it better to use the 64-bt version of serviceUI or use the...
View ArticleNew Post: How to Open a Exe
I have modified Deploy-Application.cs files with the required changes. After rebuilding the application, i can't find the EXE file. I did see once Deploy-application.exe file with in Debug folder. How...
View Article