long
September 24, 2019, 9:31am
1
What tools do you guys use in your daily software automation deployment prep routine?
Depending on the software I use these tools below.
I mostly use:
from nirsoft:
MyUninstaller
RegFromApp
RegistryChangesView
FolderChangesView
TcpLogView
DriverView
IconExtract
FullEventlogView
sysinternals:
Process Explorer
Process Monitor
TCPView
SCCM:
cmtrace for logview
Do you have other usefull tools or tips …feel welcome to share.
isnt there a discord channel for psappdeploytoolkit?
1 Like
Hi,
PowerShell ISE
Smartpackager
Winbatch
Process monitor
long
September 25, 2019, 6:27am
3
For repacking wierd software we use Advanced Installer.
Use the Powershell ISE for simple testing’
Main script editor is Visual Code - love the dark theme
did not know these product you mention.
https://www.winbatch.com/
http://www.landparksoftware.com/en/products/smart-packager/best-product-on-the-market
is winbatch not some like https://www.autoitscript.com/site/
RJMonk
September 25, 2019, 6:38am
4
Install watch …
There is no specific channel but r/powershell mostly cover it all.
Hi,
Personnally, I believe Winbatch a lot powerfull that AutoIT. We
are preferring ISE because as we are working on multiple computers
we don’t need installing a software each time. For form creation,
we are using Powershell Studio.
I did repackaging for may be 1% package.
Winbatch is use with older software or to show message to our
users.
Thanks,