I have a Visual studio Setup project. After MSI is built I apply transformation. It adds 2 rows to 'Upgrade' table (properties P1,P2)and modifies Property SecureCustomProperties from
PREVIOUSVERSIONSINSTALLED;NEWERPRODUCTFOUND
to
PREVIOUSVERSIONSINSTALLED;NEWERPRODUCTFOUND;P1;P2
How I can do it in VS Setup to avoid this transformation applying?