From: SourceForge.net <no...@so...> - 2004-04-21 23:21:43
|
Bugs item #935302, was opened at 2004-04-14 16:38 Message generated for change (Comment added) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=935302&group_id=105970 >Category: dark Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Rob Mensching (robmen) Summary: dark.exe failed to extract Name attribute for Environment Initial Comment: The following item was extracted from a msi built with Wise. <Environment Id="LOGDRIVE" Action="create" System="yes" Permanent="yes" Value="E:" /> This is what it should have been. <Environment Id="LOGDRIVE" Name="LOGDRIVE" Action="create" System="yes" Permanent="yes" Value="E:" /> This was discovered during validation with "candle.exe - zs" Eric Jones er...@be... ---------------------------------------------------------------------- >Comment By: Rob Mensching (robmen) Date: 2004-04-21 16:21 Message: Logged In: YES user_id=991639 Simple fix done by Reid. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=935302&group_id=105970 |