visual studio - MSI: How to add rows to 'Upgrade' table in c#? -
i have visual studio setup project. after msi built apply transformation. adds 2 rows 'upgrade' table (properties p1,p2)and modifies property securecustomproperties
previousversionsinstalled;newerproductfound
to
previousversionsinstalled;newerproductfound;p1;p2
how can in vs setup avoid transformation applying?
you can't avoid using vs setup. it's 1 of many design limitations of tool. either live through postbuild hacks or rewrite installer using tool such wix.
i maintain open source project called iswix. has project tempates , visual designers make easy such task.
Comments
Post a Comment