New Post: ZAP MSI Applications
Good stuff! I often find myself zapping older stuff. I'm definitely gonna work this in to mine.
View ArticleNew Post: Installing Updates
Hi, is the MSU in the files folder? If it is try prepending $dirFiles\ to the file path.
View ArticleNew Post: Download v3.1.6?
No target date but likely within the next 10 days. You can download the beta from the source code tab.
View ArticleNew Post: Show-InstallationRestartPrompt, Title has no spaces between words
Hi Sean Are you looking at this bug, or maybe something I did wrong? Thanks. /Andy
View ArticleNew Post: Show-InstallationRestartPrompt, Title has no spaces between words
Hi Andy, I will get around to fixing this before the next release, just short for time at the moment. Not sure if you have tested the latest beta from the source code tab? Sean
View ArticleNew Post: Show-InstallationRestartPrompt, Title has no spaces between words
Yea, the problem is in the latest source. The last commited changes is on Sunday and I downloaded the source and test on Monday. Don't see any other commit changes for the past few days. ;-) /Andy
View ArticleNew Post: Minimum System Requirements
Hi, I'm very interested in the potential for using the Toolkit within my organisation. I couldn't find anything in the documentation about the minimum system requirements (powershell version, .Net...
View ArticleNew Post: Minimum System Requirements
Hi Stuart, PowerShell 2.0, XP/2003 or above, that's it! Regards, Sean
View ArticleNew Post: Show-InstallationRestartPrompt, Title has no spaces between words
OK this should be fixed now in the latest source - would appreciate someone running a test to confirm, thanks.
View ArticleNew Post: get-application issue
Basically trying to find out if .net 4.5 needs to be installed. If 4.5 or 4.5.1 isnt installed then install it. I'm having difficulty with the below code. It always comes out that $dotnetcurrent is...
View ArticleNew Post: Show-InstallationRestartPrompt, Title has no spaces between words
Hi Sean Everything seems to be ok now, wil give it a few more tests. /Andy
View ArticleNew Post: Allowing applications to automatically close while using the defer...
Hi Sean, For this case the reasoning we got from the deployment team is: when deploying packages to a call center environment we don't want to disturb their work if they are on the middle of a call and...
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
Hi Sean, Since ServiceUI is not being reliable wouldn't the other solution proposed by @sintaxasn with the CreateProcessWithTokenW / CreateProcessAsUserW work better? In this case just display the user...
View ArticleNew Post: Parse Get-InstalledApplication
I am looking to invoke an app based on the installLocation from Get-InstalledApplication. When I try it I get back @{InstallLocation=C:\Program Files (x86)\vendor\app...} all I need is C:\Program Files...
View ArticleNew Post: Check for reboot function
While working with my team we discovered that we have an app or two that will fail if a pending reboot is detected...real pain right. I thought does this tool also check for that? Nope it does not....
View ArticleNew Post: get-installedapplication issue
try this: if ( $dotnet45 ) { $dotnetcurrent -eq $true } if ( $dotnet451 ) { $dotnetcurrent -eq $true } I think this will work too: if ($dotnet45 -or $dotnet451 ) { $dotnetcurrent -eq $true }
View ArticleNew Post: SCCM 2012 Packages deploy noninteractive
Hey guys, Having a bit of a strange issue here. I've currently got a few different packages setup with the PSADT, version 3.1.4, and testing with 3.1.5, and when the Deploy-Application.exe is run...
View ArticleNew Post: iTunes self-healing(I think?) after install
Hey Guys, I'm having a weird issue installing iTunes with the PSADT. When iTunes is first run, an MSI window with a progress bar shows briefly, and then iTunes opens up. This doesn't happen if I...
View Article