New Post: Deployment Script: Google Chrome Enterprise 65.156.32827
Google Chrome allows you to set policies to control the defaults for the installation. You used to be able to just set the registry keys and be done but I guess that was not secure enough. so now you...
View ArticleNew Post: Any way to stop the -BlockExecution for POST-INSTALLATION?
I am using -BlockExecution in my Show-InstallationWelcome to prevent users from launching certain application during the install. However, I'd like to launch one of the programs as the last step after...
View ArticleNew Post: Any way to stop the -BlockExecution for POST-INSTALLATION?
Interesting use case. Can you try adding "Unblock-AppExecution" as a step in the Post-Installation section? This should work, although there might be an error encountered when the toolkit is finished...
View ArticleNew Post: Any way to stop the -BlockExecution for POST-INSTALLATION?
I'm happy to hear you find my use case interesting :-). Your solution worked flawlessly! Thank you very much!!! The exit code is 0 as well so it doesn't throw an error and my SCCM reporting is perfect....
View ArticleNew Post: help on syntax for execute-process
Hi I have a very very annoying program which... after it's installed.. needs to be repaired... Don't ask why (ie. don't get me started) anyway I thought I'd use the ps app deploy script for this.. so...
View ArticleNew Post: help on syntax for execute-process
ok, so just looking at my post I spotted mistakes.. This actually returns a success: Execute-Process "C:\Windows\System32\RunDll32.exe -Parameters...
View ArticleNew Post: help on syntax for execute-process
here's the relevant part of the log: [04-12-2013 11:53:32] [Pre-Installation] Copying File [\sccm01\AppsAndPackages\NetBas\NetBAS repair\SupportFiles\setup.iss] to [C:\setup.iss]... [04-12-2013...
View ArticleNew Post: help on syntax for execute-process
The line should be as follows: Execute-Process "C:\Windows\System32\RunDll32.exe" -Parameters "C:\PROGRA~2\COMMON~1\INSTAL~1\PROFES~1\RunTime\10\00\Intel32\Ctor.dll,LaunchSetup '"C:\Program Files...
View ArticleNew Post: Wrapping notepad++ issues
I have been asked to supply a deploy-able version of Notepad++. I am running into problems when I am trying to call on the custom functions of PSADT. The running process for Notepad++ is...
View ArticleNew Post: Wrapping notepad++ issues
I've just pushed a fix to source for this. Can you test it out and make sure it works as expected? Works on my end, and doesn't seem to break anything :)
View ArticleNew Post: "DoesItemExist" Checks if the registry key, registry entry, file,...
Spacing looks a bit weird on CodePlex. Pasted it straight out of Notepad++.Function DoesItemExist{ <# .SYNOPSIS Check if the item exists. Can check directories, files, registry keys, registry...
View ArticleNew Post: Get-InstalledApplication help
Hello, I'm attempting to detect when an application is installed and if so run and uninstall routine for it. I know that Remove-MSIApplications will do this, but I would like it slightly user...
View ArticleNew Post: Get-InstalledApplication help
Oh you were so close! -eq $true ;) Regards, Dan
View ArticleNew Post: Wrapping notepad++ issues
Closing the running processes works now but I still get the same message when trying to use the Remove-MSIApplications cmdlet.
View ArticleNew Post: Any way to stop the -BlockExecution for POST-INSTALLATION?
I've taken the liberty of quickly building this as a standalone function. I haven't tested it but you might want to try it out and see if you can fix it up anywhere it needs work. You can then release...
View ArticleNew Post: Deployment Script: Google Chrome Enterprise 65.156.32827
Can I humbly ask, where are you seeing Google Chrome (Enterprise or otherwise) as version 65.156.32827? Currently I see a much lesser version 31.0.1650.63, noted on the msi, and on the About after...
View Article