Yes it is possible. You need two things:
- A development tool that can create packages. The command line interface or scripting solution is perfect for automation.
- A resource monitor that determines what each installation does. You can use Process Monitor or another tool that monitors files and the registry.
As an additional feature, I would also suggest a log analyzer. Thus, you can c create a detailed log for each installation and analyze the log to see what it did to the target machine.
source share