New Post: how does the script handle if program is running on target client?
Hi, Show-InstallationWelcome -CloseApps "iTunes.exe" will prompt user to close iTunes. Refer to documentation for more details. Sean
View ArticleNew Post: how does the script handle if program is running on target client?
Hi Sean Thanks.. I'll reread the docs.. if show-installationWelcome is only activated if process is running then I'll use that.. if not.. I might just use: $ProcessActive = Get-Process outlook...
View ArticleNew Post: how does the script handle if program is running on target client?
Hi, Yes, the prompt will only be activated if the process is running (unless you add the -AllowDefer parameter). If you don't want a prompt and just want to kill the process, you can use:...
View ArticleNew Post: Restart when finished
OK, should be fixed now, can you download the latest source and re-test? Thanks
View ArticleNew Post: MS visio 2013 - uninstallation woes..
Dan... what about Visio Premium 2010? there's a "scrub" case for pro & std.. but what about premium?
View ArticleNew Post: Console apps fail with Execute Process
I'm at a loss. I'm calling a few console based configuration utilities as part of a large installation program. After finally getting the arguments to pass correctly (quoting can be fun) the programs...
View ArticleNew Post: Restart when finished
Hi Sean, Fantastic!! It works like a charm. When will this be available? Thanks very much.
View ArticleNew Post: Regkey to identify In- or Uninstalled Application
Hi, the PADT is a very create and impressive tool, i would like to introduce it in our environment but i have a question. Is it possible, for sccm use, that padt set a registrykey for the application...
View ArticleNew Post: Regkey to identify In- or Uninstalled Application
Hi André, Sure, you can do that: Set-RegistryKey -Key "HKLM:\SOFTWARE\MYNAME\Installed\$installName" -Name "Version" -Value $appVersion Set-RegistryKey -Key...
View ArticleNew Post: VBS fails but PDAT says success
Hi, doing an install of Project via VBS.#*=============================================== #* INSTALLATION $installPhase = "Installation" #*=============================================== # Perform...
View ArticleNew Post: How to prevent windows minimizing
I'm running PSADT v.3.1.1 and may have found a bug where if there is no value set for -MinimizeWindows the script will error out stating 'must be boolean'. Perhaps the function has no default value,...
View ArticleNew Post: VBS fails but PDAT says success
Hi David, did you think that this one is right.""$dirfiles\Install_Microsoft_Office_Project_Standard_2007_12.00.4501.vbs"" On the Beginning you set "" on the End of Line you set"". i think the right is...
View ArticleNew Post: Regkey to identify In- or Uninstalled Application
Hi Seán, thank you very much, very helpful. André :)
View ArticleNew Post: No favicon on 'Show-InstallationRestartPrompt'
We've looked into this before and haven't been able to figure it out. Others have had the same problem:...
View ArticleNew Post: Silent/non silent application installation using the PSADT
Hmmm, not sure what's happening here. If no user is logged in, it should run in silent mode and this dialog should never display. Try adding -CloseAppsCountdown 60 to Show-InstallationWelcome. This...
View ArticleNew Post: How to prevent windows minimizing
Value is set to $true already. Can you screengrab what the issue is? Thanks, Dan
View ArticleNew Post: Console apps fail with Execute Process
How do you mean it fails? We'll need more info to try help
View ArticleNew Post: MS visio 2013 - uninstallation woes..
Umm.... I didn't write the scrub tools - that's all Microsoft. What you could try is having a look in the Visio Premium install source. You should see a folder called something like VisPre.WW - that...
View ArticleNew Post: Dameware service install
*===============================================* INSTALLATION $installPhase = "Installation"*===============================================# Perform installation tasks here Execute-Process -FilePath...
View Article