New Post: Flash Player 12 ActiveX Uninstall String Issue
Hello, Tu use the uninstaller, use uninstall_flash_player.exe -uninstall -force @+ Eric
View ArticleNew Post: Flash Player 12 ActiveX Uninstall String Issue
I use the uninstaller too and it runs silent by default. It is the best way to remove all old versions of flash. However, keep in mind the executable changes with every new release of flash and it...
View ArticleNew Post: Update-GroupPolicy : add option for /force
Hi, It should be great to have a parameter for launching the gpupdate with /force I have an application that needs some specific NTFS right to function. So after the install, users can't launch it...
View ArticleNew Post: Update-GroupPolicy : add option for /force
ok Execute-process -filepath gpupdate -arguments "/force" -WindowStyle Hidden seems to work
View ArticleNew Post: Lenovo System Update installer
You seem to be missing some of the script, which would cause the script to fail (incomplete Try / Catch, missing includes at the top). This would explain a failure in the script itself and an inability...
View ArticleNew Post: Update-GroupPolicy : add option for /force
I'm loath to include this because if you have Group Policy Preferences, they can sometimes request a logout when using the /Force parameter. This will essentially cause your script to freeze up while...
View ArticleNew Post: Running in SCCM Task Sequence
Hi Jack, The reason we check for a running task sequence is to ensure the installation runs in non-interactive mode if it is running in a task sequence (so as not to break the task sequence)....
View ArticleNew Post: Update-GroupPolicy : add option for /force
You're right, I had not thought about this problem otherwise, is it possible, during the post install, to act as if the setup request a reboot to complete the installation so that the user is notified...
View ArticleNew Post: Lenovo System Update installer
I got all the bugs worked out, and Edited my initial post to display the full working script. Thank you Dan, I also have a few other scripts that I'll be posting to share with others. I'm sure I'll be...
View ArticleNew Post: Execute-Process issue - Newb Question
I've recently run into this issue as well... Execute-Process -FilePath "LOTUS_Notesclient_853_WIN_EN_EVA.exe" -Arguments '/s /v" /qn"' Has not been working for me. The installer requires the exact...
View ArticleNew Post: Deployment Script: Oracle Java Runtime 1.7.0.51
Jerre, How do you handle the requirement for the browser to be closed before the installation proceeds? I see in the script you've just got it closing iexplore.exe, but wouldn't that be disruptive to...
View ArticleNew Post: Write-Log and Exit-Script errors when running Deploy-Application.ps1
I'm receiving the following errors when I run a test Java deploy script I'm working on. Any thoughts? PS C:\temp\toolkit> .\Deploy-Application.ps1 Write-Log : The term 'Write-Log' is not recognized...
View ArticleNew Post: Deployment Script: Oracle Java Runtime 1.7.0.51
Dj,Show-InstallationWelcome Portion of the script is what calls on an interface prompting the user to close the programs listed after -CloseApps "iexplorer,firefox,chrome" As listed above, if any of...
View ArticleNew Post: Execute-Process issue - Newb Question
You might want to try backticking the quotes to tell Powershell to ignore them. By default, quotes mean "execute me". Try this:Execute-Process -FilePath "LOTUS_Notesclient_853_WIN_EN_EVA.exe"...
View ArticleNew Post: Execute-Process issue - Newb Question
Thank you darktempest, I found the issue... I had the syntax correct, but it was being used on the wrong executable. The "support" site neglected to inform me that I would have to run this executable,...
View ArticleNew Post: BlockExecution Function
I've been unable to get any of my scripts use the -BlockExecution function, and I'm thinking its because I made customization to the Config.xml. I changed it to...
View ArticleNew Post: Issue found with Show-InstallationWelcome -BlockExecution parameter...
I found a situation where the script was abnormally exited (power button hit?) in the middle of its execution where the BlockExecution parameter was used. The blocked applications would not launch...
View ArticleNew Post: Test-Battery
Hello, Excuse me for my bad english On function Test-Battery, il your laptop must have multiple battery, the test don't work if only one battery is present and on power. If you put this code, it's work...
View ArticleNew Post: Update-GroupPolicy : add option for /force
Yup, just use Show-InstallationRestartPrompt :)
View Article