From: SourceForge.net <no...@so...> - 2004-04-20 15:27:28
|
Bugs item #938647, was opened at 2004-04-20 11:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=938647&group_id=105970 Category: dark Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Toscano (vikingcoder) Assigned to: Nobody/Anonymous (nobody) Summary: property "SecureCustomProperties" needs special handling. Initial Comment: Running DARK on a MSI that contains SecureCustomProperties yields something like... <Property Id="SecureCustomProperties"><![CDATA [PREVIOUSVERSIONSINSTALLED;NEWERPRODUCTFOUND]] ></Property> When it should yield... <Property Id="PREVIOUSVERSIONSINSTALLED" Secure="yes"></Property> <Property Id="NEWERPRODUCTFOUND" Secure="yes"></Property> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=938647&group_id=105970 |