From: SourceForge.net <no...@so...> - 2004-04-21 23:23:41
|
Bugs item #938647, was opened at 2004-04-20 08:27 Message generated for change (Comment added) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=938647&group_id=105970 Category: dark Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Michael Toscano (vikingcoder) >Assigned to: Rob Mensching (robmen) >Summary: property 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> ---------------------------------------------------------------------- >Comment By: Rob Mensching (robmen) Date: 2004-04-21 16:23 Message: Logged In: YES user_id=991639 Reid added handling for the special Properties. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=938647&group_id=105970 |