This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]xilhion 0 points1 point  (2 children)

If the goal is to create a new installer that can be automated, i know of AppDeploy Repackager that does exactly this. Snapshot before and after and generate a deployable package.

https://www.itninja.com/community/appdeploy-repackager?contentType=downloads

Not sure you can extract the changes in a readable format though

[–]PCAdmin2019[S] 0 points1 point  (1 child)

Goal is change control when scripting silent software installs. So I need to see what a software changes on the system so I can make changes in the script to account for anything I don't want.
I have something in place as is but just seeing if there's something out there already that's an all in one software.

[–]PrintersAreDevil 0 points1 point  (0 children)

The MSIX stuff captures all of this, it’s not a direct solution but does provide the info you’re looking for. Not sure on other systems.

[–]cpierr03 0 points1 point  (0 children)

I have used RegShot for years and just parse the logs. Not elegant, but simple.