New Post: Set-PinnedApplication -Action "PintoTaskBar" for all users
I wasn't aware of the Active Setup option when I did my deployment. Instead, I wrote some code in the Post-Install section to parse the User profiles, check for pinned Taskbar items from 2010, create a...
View ArticleNew Post: Need urgent help on a strange problem..
What version of the PSADT are you using?
View ArticleNew Post: Need urgent help on a strange problem..
g4m3c4ck wrote: What version of the PSADT are you using? I'm using the most recent version "PSAppDeployToolkit v3.5.0". The thing is this is an damned old InstallShield engine it seems .. cause other...
View ArticleNew Post: Get your Complete vc++ install kit
Hi I finally got around to creating an installer for the various vc++ installers. This is built for our environment so it's only geared for x64 machines.. it installs x86 libraries as well but it...
View ArticleNew Post: Syntax
Hi, New to this, so this could be a really easy answer. I'm looking at deploying AutoCAD using the deployment toolkit. I've tried to use this argument Execute-Process Install -Path...
View ArticleNew Post: Need urgent help on a strange problem..
This is a package issue. Not a toolkit issue. 1- You are installing blind. Tack on something like /f2"C:\Setup.log" to get a log file. 2- Simplify and isolate. Try to install without the toolkit. If it...
View ArticleNew Post: Installing Updates
Yes, but it wouldn't line up with the sample I plagiarized from my internet search result :-)
View ArticleNew Post: Installing Updates
I am now packaging IE11 for deployment and I plan to use the install-updates (as mentioned above) for the IE11 prereqs.
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
I've tested out the latest beta, and it works, provided that the logged on user is an admin on the machine. However, most users I'm using PSAppDeploy on are NOT local admins, so the deployment fails to...
View ArticleNew Post: Show-InstallationWelcome when uninstalling ?
johann787 I ran into the same issue.. when uninstalling it show the wrong info. How did you work around it. Could you post the needed changes. Did not understand "PowerSheller" input on the solution.
View ArticleNew Post: Syntax
Is the application source and setup.exe located in the C:\Users\John.R.Taylor\Desktop\AutoCAD 2015 x64\Files\IMG directory? Might be simpler to place the root of the installation source in the "Files"...
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
After further testing with v3.6.0, I think I've got everything working to properly display UI to the current logged on user of a machine. In SCCM, I have the following set: Install: Install.bat...
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
Hummm, so you use PSExec because you had issues using ServiceUI on 32/64 Machines? I use this the 32-bit ServiceUI to deploy Applications to 32 Bit AND 64 Bit Windows 7 / XP with no issues so far. And...
View ArticleNew Post: installTitle not working in StatusMessage?
Show-InstallationProgress -StatusMessage 'Uninstalling application [$installTitle]. Please Wait...' above line should had shown me thiVariables: Application[string]$appVendor = 'Igor Pavlov'...
View ArticleNew Post: installTitle not working in StatusMessage?
I put '' around the [$installTitle] and got this errorError Inner Exception(s): ------------------------- Message : Cannot convert value "Igor Pavlov 7-Zip 9.35 beta" to type "System.Int32". Error:...
View ArticleNew Post: installTitle not working in StatusMessage?
this is working fine? Show-InstallationProgress -StatusMessage $installTitle so how do i combine this with normal text?
View ArticleNew Post: installTitle not working in StatusMessage?
ok found out this is working: Show-InstallationProgress -StatusMessage "Uninstalling application $installTitle. Please Wait..."
View ArticleNew Post: Removing a KB with the tool
Has anyone tried using the tool to remove a kb? I know we can with a task sequence but to handle the reboot notice with a task sequence is rather non-standard for our deployments.
View ArticleNew Post: Update a config file from CSV
Got this code from a friend, if someone has a cleaner way of replacing values in a config file before deployment feel free to post it below. Using function updatefile and some code to pull config out...
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
Correct, I consistently receive failed deployments on 32-bit machines, all with Error code 5 from ServiceUI, similar to what others on this thread have posted as well. While we are working to...
View Article