New Post: Post-Installation not completeing
I have two commands that are supposed to Activate an office product, but the code doesn't execute.#*=============================================== #* INSTALLATION $installPhase = "Installation"...
View ArticleNew Post: Dot Source AppDeployToolkitMain.ps1 throw an error
Can you share the error details from when you run into this problem?
View ArticleNew Post: Post-Installation not completeing
I'm sure it executes but since you don't use Execute-Process, the operation does not get logged and we get no feedback on what exit code cscript.exe ended with.
View ArticleNew Post: Post-Installation not completeing
I realized my mistake as soon as I started typing for this thread, but I figured I'd might as well post to confirm. Thanks
View ArticleNew Post: Dot Source AppDeployToolkitMain.ps1 throw an error
Module [C:\Windows\ccmcache\3e\AppDeployToolkit\AppDeployToolkitMain.ps1] failed to load: Vous ne pouvez pas appeler de méthode sur une expression ayant la valeur Null. Au niveau de...
View ArticleNew Post: need to prompt deferal prompt for every 1 hr
This behavior is set in the advertisement of your package/ application. You need to set the time on the scheduling tab of the advertisement.
View ArticleNew Post: Deploy a packaged EXE
Yes it can. Execute-Process -FilePath "$dirFiles\path to setup\setup.exe" -WindowStyle Hidden
View ArticleNew Post: need to prompt deferal prompt for every 1 hr
Hi, How do you set recurring Advertisement using Application model. Are you referring to custom Client settings for Application Deployment and Evaluation cycle.
View ArticleNew Post: Deployment Script: Adobe Flash player 11.9.900.152
Thanks again therealjoshuad !!! That worked just as you said it would.
View ArticleNew Post: Execute-Process with Installdir
Just a guess since I am unfamiliar with the app but I would try this..Execute-Process -FilePath "Setup.exe" -Parameters "/s /v`"/qn INSTALLDIR=`"${Env:ProgramFiles}\Avid\iNEWS4\`"`"" -WaitForMsiExec...
View ArticleNew Post: Dot Source AppDeployToolkitMain.ps1 throw an error
Changing the line to this will fix the problem. I will integrate this fix into next version of the toolkit:[string]$envUserDomain = $env:USERDOMAIN | Where-Object { $_ } | ForEach-Object { $_.ToUpper() }
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
When using ServiceUI.exe, do you need to check if someone is loggedon in the .ps1 script? Or does it work fine if no one is logged on?
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
Sorry to be a dummy. What would I need to do to test the not yet release v4 beta? Not exactly sure what I should download from the 'sources' tab. Or is there a document that tells me what to do?
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
Before I dive into testing different scenarios, if I wanted to pass the parameters to deploy-application.exe whe using serviceui.exe, what would the syntax be? Using the below for install did not work....
View ArticleNew Post: Blockexecution not removed from registry
This is a bug that happens when only one app is being blocked. The latest beta under the "Source Code" tab of this site has this resolved if you want to test that. Also, I think you can work around the...
View ArticleNew Post: Question about Defer behaviour
mmashwani wrote: You also need the 4.0 version of Deploy-Application.exe. Ah, stupid me. I downloaded all the files now. But I still have that problem, that nothing happens. When I test the same...
View ArticleNew Post: Deploy a packaged EXE
How could we use this with an SCCM deployment? The documentation provided only covers MSI's
View ArticleNew Post: need to prompt deferal prompt for every 1 hr
Scriptbeginner wrote: Hi, How do you set recurring Advertisement using Application model. Are you referring to custom Client settings for Application Deployment and Evaluation cycle. Sorry, I was...
View ArticleNew Post: Deploy a packaged EXE
Its the same with an exe, except for the command to run the executable. Put your setup files in the "Files" folder. Edit the "Deploy-Application.ps1" Add the command I posted above under the...
View ArticleNew Post: Dot Source AppDeployToolkitMain.ps1 throw an error
mmashwani wrote: Changing the line to this will fix the problem. I will integrate this fix into next version of the toolkit:[string]$envUserDomain = $env:USERDOMAIN | Where-Object { $_ } |...
View Article