windows installer - Find Additions or deletions in a TRANSFORM (.MST) -


i reading mst file using vbscript, have managed others how following:

find entries in specific table added. find entries in specific table modified. find entries in specific table deleted.

the available methods in msdn tells changes made, not category - addition/modifications/deletion, or @ least didn't find any.

take @ wilstxfm.vbs found in sdk. shows how use _transformview table figure out changes were.

if create dummy mst 1 add, 1 remove , 1 change you'll see reports back:

one delete 1 change 1 insert / change ( null new value )


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -