New Post: Recurring Prompt For Deferal
Hi, Can some one help me how to get Recurring Prompt for Deferal Options. I'm trying to make a Deferprompt available for Every 1 hr. I don't want to Take SCCM approach. Can i do a function called...
View ArticleNew Post: Custom dialog with countdown and deferal
Has anyone written an extension function that will show a dialog that can have custom title and text and buttons, have a countdown for dialog timeout, and do the deferal processing? I would like to...
View ArticleNew Post: Remove or hide the Continue button
Is it possible to hide or remove the continue button that shows up when you use Show-InstallationWelcome . I have it set to close Outlook, so it prompts the user, but instead of reading they keep...
View ArticleNew Post: Remove or hide the Continue button
The continue button is there so that users can go to the application that needs to be closed, save their work, close the app on their own, and then come back to the install screen and hit continue.
View ArticleNew Post: Show-InstallationRestartPrompt
Hi, I want a restart promt after installing Office 2013. Dont want any countdown just a restart prompt. I use "Show-InstallationRestartPrompt" command with -NoCountdown parameter but its not working...
View ArticleNew Post: Need a challenge? 1 script to install 2 to 3 different OS scenarios
HI, This has just been beating me up, can you please shed some light? I need to have my script install either the new 32/64bit msi check to see if a current 32bit app is installed on the 32or64 bit OS...
View ArticleNew Post: Show-InstallationRestartPrompt
Yeah I get the same, the -NoCountdown doesn't work for me either. This did work for me; Show-InstallationRestartPrompt -Countdownseconds 1
View ArticleNew Post: Java version 8 Update 25 package not working with SCCM with...
try using this; Execute-MSI -Action Install -Path "$dirFiles\jre1.8.0_25.msi"
View ArticleNew Post: Show-InstallationRestartPrompt
This is a bug that has been resolved in the latest beta found under the "Source Code" tab of this site.
View ArticleNew Post: Execute-Process with Installdir
This worked for me; Copy-File -Path "$dirFiles\Java CU.cmd" -Destination "$envWindir\Installer\Java CU.cmd" Set-RegistryKey -Key "HKLM\SOFTWARE\Microsoft\Active Setup\Installed...
View ArticleNew Post: Show-InstallationWelcome 'date is not in the correct format for the...
Someone else reported a similar bug and I was able to resolve it by making a few edits to the Get-UniversalDate function. Please test the 3.6.0 beta from under the "Source Code" tab of this site to see...
View ArticleNew Post: Need a challenge? 1 script to install 2 to 3 different OS scenarios
Do you have 64-bit systems where it is not installed or where you do not wish for it to be installed?
View ArticleNew Post: Need a challenge? 1 script to install 2 to 3 different OS scenarios
It really depends on the requirements for your deployment. This code would reflect what was already installed but it only suits an upgrade scenario because it would do nothing if Java was not already...
View ArticleNew Post: Need a challenge? 1 script to install 2 to 3 different OS scenarios
I would like to add that the | % will only work on Powershell version 3 + Regular For Each Loops would have to be used on systems below version 3.
View ArticleNew Post: Severity 3 not appearing in red in log
Hi, What should be made to get that error appearing in red in the log?Write-Log "Echec dans la copie des fichiers pour la trousse manuelle" -Severity 3 Thanks,
View ArticleNew Post: Severity 3 not appearing in red in log
Model your Write-Log entries after the other entries in the toolkit. If you have a custom function you wrote, then make sure to get the name of the function into a variable (ex: ${CmdletName}) like the...
View ArticleNew Post: Blockexecution not removed from registry
Ok, so it's a new bug that has been introduced? I have used the blockexecution option for at least 3 months without problems.. I will give it a try with a bogus application name, and see if it removes...
View ArticleNew Post: Severity 3 not appearing in red in log
Is it an easy way to return a function name in a variables? My XMl is already set to CMTrace. So If I'm understanding correctly, I only need to add the function name? I will give it a try.
View ArticleNew Post: Show-InstallationWelcome 'date is not in the correct format for the...
Thanks, I have tested this and it appears to be functioning correctly. Annoyingly, though, if you want to swap culture and retest you need to roll the VM back as it doesnt appear to update. The toolkit...
View Article