Skip to content
⌘ NSIS Forum Archive

Script generation like sysdiff

2 posts

lavoied#

Script generation like sysdiff

Hi,
Is it possible to automatically generate a script by monitoring changes made to files and registry.
1. scan the computer
2. make changes manually
3. rescan the computer
5. generate a script with the differences.

thanks
Dany Lavoie
kichik#
As the compiled script is textual, you can use pretty much any scripting language to easily generate scripts. There's is no available solution I know that already does exactly what you're looking for, but you could make one yourself by generating the script, or parts of it.