How to compare changes in two REGISTRY.DAT files the easy way:
When we change registry information in an existing APPV package we usually do so manually in the Sequencer, Ave or TMEdit then save the new version. Afterwards we try to document that changed registry information and often forget some crucial information, making resequencing of the application later on harder than it should be. During the development of an internal APPV workflow application we have created around Tweakappv , TMEdit and AVE, we also wanted to document what has been done in each applications REGISTRY.DAT after the APPV file is saved in a new version automatically. The new and the old Registry.DAT file could be extracted automatically by 7zip command line version with this command: 7-Zip> 7z.exe x " filaname.appv " "registry.dat" –y (just ignore archive errors, the registryfile will work non the less=) But understanding the DAT files is not very easy. By coincidence I found a tool a clever guy have made in C# and pub...