New Post: Show-InstallationPrompt Help
So I thought about this if you exit with a generic error code...901 is a good exit code number but it still says installation failed. If we have users that "whine" about that or for me which I'm OCD...
View ArticleNew Post: Unable to show welcome message when deplpoying via SCCM 2012
Hi Guys, Has anyone been able to deploy applications to a user collection/ application catalog. It fails in Windows 7 and above computers. I can successfully deploy the same application to a computer...
View ArticleNew Post: Running silent with the exception of the close apps notification
I'm setting up a Java install using the toolkit and I'm intending for it to be installed by the user via ConfigMgr software centre. Because of this I want the install to be silent, with the exception...
View ArticleNew Post: Running silent with the exception of the close apps notification
You can turn balloon notifications off in the XML Config file.
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
I have gotten the ServiceUI.exe solution in the OP to work in my environment, with one caveat. I use both version of ServiceUI.exe I use the 64-bit version to call Deploy-Application.EXE when...
View ArticleNew Post: Deployment Script: IE11 needs one reboot (x86)
There are alot of KBs that need to be used in the package. You want to run the IE install with /log and you will see all the files it uses. The add-content line was just for SCCM 2012 application...
View ArticleNew Post: ZAP MSI Applications
Yes msizap is "unsupported" if using the version lower than 3.1.4000.2726, also if you call it like this "MsiZap.exe GWT! {GUID}".. its not running the "a" option which would not change ACLs. That's...
View ArticleNew Post: Deploy-Application.EXE with multiple Deploy-Application.ps1 files
Maybe I can reword the question: Can I rename the Deploy-Application.ps1 to something else to support multiple PS1 files and specify the custom PS1 file from the Deploy-Application.EXE commandline? Thanks
View ArticleNew Post: Deploy-Application.EXE with multiple Deploy-Application.ps1 files
Actually I was reviewing the release notes and apparently this feature was added to 3.1.4. Can someone tell me the -parameter used to specify the PS1 file name? I don't see it in the admin guide....
View ArticleNew Post: Deploy-Application.EXE with multiple Deploy-Application.ps1 files
Yes, you can have as many PS1 scripts as you want and name each of the PS1 scripts as you want, just run the command line like below,Deploy-Application.EXE app1.ps1 Deploy-Application.EXE app2.ps1...
View ArticleNew Post: Deploy-Application.EXE with multiple Deploy-Application.ps1 files
I have been testing this and it works perfectly. Imagine 140 PS1 files ;-) Thanks
View ArticleNew Post: Error: App Deploy Toolkit Main requires Administrator rights to...
Hello, Currently doing a deployment leveraging PSAppDeployToolkit, which for most part has been going well however on a subset of systems I am receiving an error code 0x1(1) - Incorrect Function -...
View ArticleNew Post: SCCM PowerShell App and HKCU Registry Settings
Hello I am wondering how best to handle applications installations that require the HCKU keys to be modified when the users does not have administrative rights. I understand that when you run as Admin...
View ArticleNew Post: SCCM PowerShell App and HKCU Registry Settings
This is what I usually use. Works pretty...
View ArticleNew Post: Error: App Deploy Toolkit Main requires Administrator rights...
In Salesforces infinite wisdom they have decided against deploying their Outlook Plugin 2.5 into C:\Program Files (x86) and now have moved to installing into the user profile (%APPDATA%). This is...
View ArticleNew Post: Execute-Process
I'm working on a script to install the sccm client. function execute-process will "not wait" until ccmsetup.exe has finished installation. here is the command line: Execute-Process -FilePath...
View ArticleNew Post: Error: App Deploy Toolkit Main requires Administrator rights...
As the plot thickens...Had a call with Salesforce and they are requiring us to submit a change and then if enough users vote on the change they will consider it. Looks like it will be a while, if ever....
View ArticleNew Post: SCCM PowerShell App and HKCU Registry Settings
If the user is currently logged in and I need to alter their HKCU keys I use RunAsCurrentUser to execute a reg add or whatever.http://software.bigfix.com/download/bes/util/RunAsCurrentUser-2.0.3.1.exe...
View ArticleNew Post: SCCM PowerShell App and HKCU Registry Settings
Thank you both for the suggestions. I am pushing out Lync 2013 via SCCM and I added the code below. So far I think its working.Create Active Setup to Update User SettingsCopy-File -Path...
View ArticleNew Post: Error: App Deploy Toolkit Main requires Administrator rights...
I'm gonna sound like a broken record because I just suggested this in the "General" forum, but I think it's valid here. If the user is currently logged in and I need to alter their HKCU keys or install...
View Article