What tools do you use when you prep af Application for silent install?

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. :smiley:

isnt there a discord channel for psappdeploytoolkit?

1 Like

Hi,

PowerShell ISE
Smartpackager
Winbatch
Process monitor

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/

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,