New Post: Error while checking running applications (3.6.0)
Thanks a lot! Version 3.6.2 fixed my problem :-)
View ArticleNew Post: We have moved...please do not post on this site anymore and migrate...
We have moved to a new homepage! You can now find us as http://psappdeploytoolkit.com. Note that the CodePlex discussion forums will remain in place for historical purposes only (as we couldn't migrate...
View ArticleNew Post: Removal of Office 2007 or 2010 triggers request for an old Lotus...
Parameters for Offscrub07/10/13.vbs with /BYPASS 1 will do the job (lines 171, 178, 186). Execute-Process -Path 'cscript.exe' -Parameters ""$dirSupportFiles\OffScrub07.vbs" ClientAll /S /Q /NoCancel...
View ArticleNew Post: Removal of Office 2007 or 2010 triggers request for an old Lotus...
I have a problem with the OffScrub13.vbs script. It runs and I can track via event logs on the system that components are being uninstalled, Office 2013 is being uninstalled, etc. However, the process...
View ArticleNew Post: OffScrub13.vbs Script Hangs
I have a problem with the OffScrub13.vbs script. It runs and I can track via event logs on the system that components are being uninstalled, Office 2013 is being uninstalled, etc. However, the process...
View ArticleNew Post: OffScrub13.vbs Script Hangs
I had this same, look at Process Manager I bet cscript hang up your installation. I modficate my scripts and put older support files OffScrubsXX.vbs with date created 02-05-2014 (before I had a problem...
View ArticleNew Post: OffScrub13.vbs Script Hangs
If you need my zip solution that should be work for you, not a problem, just mail me.
View ArticleNew Post: Oracle 11g Client installation with response file
your syntax has a spelling mistake. The -responsefile needs to be -responseFile, the F needs to be upper case. Also, target oui.exe, not the setup.exe I use this: Execute-Process -file...
View ArticleNew Post: Problem with Wrapper 3.6.2
Hi there, i would like the new Wrapper but he doesn´t start from Network so i copied them to my USB drive and now the Error called: Deploy Application 1.1.0.0 VALUE CANNOT BE NULL. PARAMETER NAME:...
View ArticleNew Post: Problem with Wrapper 3.6.2
Okay, i find it out. I work with Folder that are starting with #NAME but # doesn´t like the Wrapper in the new Version, with the Old Version 3.5.0 it runs fine. Why is that changed? How can i fix it by...
View ArticleNew Post: Problem with Wrapper 3.6.2
We have moved to a new site. Please use the new site for all discussions: http://psappdeploytoolkit.com/
View ArticleNew Post: OffScrub13.vbs Script Hangs
Please use the new site for future discussions: http://psappdeploytoolkit.com/
View ArticleNew Post: Syntax
Since this is around for archival purposes still, I figured I'd mention a workaround. I had the same error. Instead of using the built in function, I replaced it with Start-Process in the...
View ArticleNew Post: Mouse and Keyboard disabled during installation
Hello, has someone disabled the mouse and keyboard during the installation in his script? Some installations are very important for the computer and I do not want the user simply shuts him. salute,...
View ArticleNew Post: Mouse and Keyboard disabled during installation
Hi, in the past i had the same Problem for BIOS Update and after a Long search i found a script and modified this for us:If ($Battery -like "False") { function Lock-Screen([ScriptBlock]...
View ArticleNew Post: Mouse and Keyboard disabled during installation
did you use this script into the deployment tool script? in my script i want to install mozilla firefox, can i use your script into mine?
View ArticleNew Post: Mouse and Keyboard disabled during installation
Du scheinst ja aus Deutschland zu kommen :) Ich bin mit dem Skripten nicht so bewandert. Kann ich das in dieses PowerShell App Deployment Toolkit-Skript mit einsetzen? <# .SYNOPSISThis script...
View ArticleNew Post: Mouse and Keyboard disabled during installation
Hello, yes i am german but i wrote in english that´s would be help other guys. you can use this script inside the PSAPPDEP, i put it into the section for the Installation, take a look at here. it you...
View ArticleNew Post: Using a wildcard with Remove-MSIApplications
I am installing Java 7 Update 80 x86 and need to specifically remove all previous versions of Java 7 that are x64. Is there any way to do something like Remove-MSIApplications "Java 7 Update *...
View ArticleNew Post: Using a wildcard with Remove-MSIApplications
Hi The site has moved to http://psappdeploytoolkit.com/, so you should post your questions there. Anyway the answer is to use -WildCard switch: Remove-MSIApplications "Java 7 Update * (64-bit)"...
View Article