Donte Posted April 10, 2021 Report post Posted April 10, 2021 (edited) Hi Guys, Am not too good with batch script and PowerShell and am trying to amend an existing batch script to do a certain install but I keep getting "system error 55 has occurred" on the network drive path of the line, and also " error code 1605" for the install command part of the script I am trying to find a way to re write the scrip using PowerShell. the main action is to perform an install of an application which upgrades or updates the current application to new version on the local server. I want to re use the same script for other devices too. I hope the above makes some sense. Edited April 27, 2021 by Donte some irrelevant part of the contents was not needed Quote Share this post Link to post Share on other sites More sharing options...
0 John2kvtr Posted April 12, 2021 Report post Posted April 12, 2021 Check out PS App Deploy Toolkit. We use it for everything these days. It also has a pretty good user community to get tips and tricks. The site for it is here: www.psappdeploytoolkit.com Quote Share this post Link to post Share on other sites More sharing options...
0 Donte Posted April 12, 2021 Report post Posted April 12, 2021 Thanks for the Tip, I will go download the deploy tool kit and look up the site. Quote Share this post Link to post Share on other sites More sharing options...
0 anyweb Posted May 12, 2021 Report post Posted May 12, 2021 can you go into some detail, include snippets of what you have now and what you'd like to achieve, otherwise we are just left wondering... Quote Share this post Link to post Share on other sites More sharing options...
0 Donte Posted May 24, 2021 Report post Posted May 24, 2021 Thanks @anyweb, I want to perform uninstallation of an application from multiple machines using a script that can be deployed through SCCM with the below lines. I wanted opinions for which is the best to use between using batch script or PowerShell msiexec /x {FXXXX-9XXX-XXX84-AXX-4B3XXX} /q /l*v %Windir%\Logs\Sccm\uninstall-XXX Del "C:\Users\Public\Desktop\LIVE - XXX" /Q Del /Q %Windir%\Logs\Sccm\Installed_XXX.log So far using a batch script with the above does the uninstall manually, but when I deploy the script, it shows success and hits the machine but does not remove the application. I have tried using PSDA kit and had the same issue, Quote Share this post Link to post Share on other sites More sharing options...
0 anyweb Posted July 13, 2021 Report post Posted July 13, 2021 3 hours ago, JackieThomas said: Im trying to develop some react app for kids, but stuck with some problem. Anyone senior here?:) what have you tried and did it fail ? why not raise your own topic and explain what you've tried and what you want to achieve... Quote Share this post Link to post Share on other sites More sharing options...
Hi Guys, Am not too good with batch script and PowerShell and am trying to amend an existing batch script to do a certain install but I keep
getting "system error 55 has occurred" on the network drive path of the line, and also " error code 1605" for the install command part of the script
I am trying to find a way to re write the scrip using PowerShell. the main action is to perform an install of an application which upgrades or updates
the current application to new version on the local server. I want to re use the same script for other devices too.
I hope the above makes some sense.
Edited by Dontesome irrelevant part of the contents was not needed
Share this post
Link to post
Share on other sites