New Post: Regarding the SCCM limitation with Applications and "allow user to...
This work around has been working perfectly, however, I have been getting several odd error codes through SCCM and haven't been able to find a solution and though it may pertain to unique error codes...
View ArticleNew Post: show installationwelcome - just closes programs..
Can you pull up a log of one of these installs where clicking Continue just bypassed the check?
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
The first exit code 5000 is being passed back by the Toolkit - it means the user chose to Defer the install. The second however, I suspect is ServiceUI.exe itself. This is one of the reasons we never...
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
I JUST found an available machine that I could pull the toolkit log and you're correct about the 5000 being deferral code... I should have waited a bit longer for a machine to become available...
View ArticleNew Post: Remove-MsiByGUID
Dear all, sorry for asking, but what is the difference between this function and "Execute-MSI -Action Uninstall -Path..." ? It isn't clear for me :-( Regards, Maximilian
View ArticleNew Post: Remove-MsiByGUID
For example MSI could be no longer available on the target system
View ArticleNew Post: BlockExecution Function
Hi, I just have the problem on XP machine. It seems that by default you use "C:\Users\Public<Toolkit_TempPath>C:\Users\Public</Toolkit_TempPath> but this path doesn't exist on XP computer....
View ArticleNew Post: Set-RegistryTag and Remove-RegistryTag
Here's a pair of functions I developed recently to add a "tag" to the Windows Registry after installation. This can be used for easy application detection and version control using SCCM 2012's...
View ArticleNew Post: BlockExecution Function
What version are you using? The custom TempPath function would work on the 3.1.2 which you can get from the source section, since its not been released as a version yet.
View ArticleNew Post: Error 1603/1722 by registering an application
Dear all, I use the tool since two month and it works fine for me. Currently I have to use the tool for a new installation. On the end I get the error code 1603, into eventvwr I saw the error 1722 on...
View ArticleNew Post: MSI Installer with commad line - Failed to install
Hello all, Thanks for the awesome toolkit. I am trying to deploy a package (FIM PasswordClient) and that requires an extra command line that runs during the install. I would like to use the toolkit to...
View ArticleNew Post: Deployment Script: Adobe Flash player 11.9.900.152
and last question I think :D what detection method do you configure ? As the activex MSI isn't installed on all computer ? only detect the plugin version ?
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
is there any code we can put in under post-installation to check if there's a user currently logged on or not?? sort of like if a user is currently logged on , popup a notification and check if any...
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
you can use a custom global condition setting type : script data type : boolean script language : Windows powershell [bool] (Get-Process explorer -ea 0) after I create, for each application, two...
View ArticleNew Post: Deployment Script: Oracle Java Runtime 1.7.0.51
if someone has the same script to deploy a Java 1.6 I am grateful to him :)
View ArticleNew Post: Deployment Script: Oracle Java Runtime 1.7.0.51
what is the pro/cons of using the standard setup vs the MSI+MST lot of people on internet seems to use the MSI+MST to deploy Java with SCCM another thing, on your PSAppDeploy script, you don't use the...
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
wouldnt it be easier just put it down with one deployment and put if conditions into ps1 then? $a= [bool] (Get-Process explorer -ea 0) if $a -eq "true" {} else {}
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
no, because you have to select "allow users to view and interact with the program installation" and you can select that only if you deploy only when a user is logged on but I want that an unused PC...
View ArticleNew Post: Deployment Script: Oracle Java Runtime 1.7.0.51
Just tested, but I have a problem, deployment seems to work well, but after install, Java work in Firefox, but not in Internet Explorer
View Article