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

python - How to create a legend for 3D bar in matplotlib? -

php - Dynamic url re-writing using htaccess -

java - Multi-Label Document Classification -