Bugs item #1515154, was opened at 2006-06-30 07:19
Message generated for change (Settings changed) made by scotk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1515154&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: light
Group: v2.0
Status: Pending
>Resolution: Fixed
Priority: 8
Private: No
Submitted By: Copsey (copsey)
Assigned to: Scott Kurtzeborn (scotk)
Summary: XmlFile element, Permanent=yes does not link

Initial Comment:
When using the XmlFile element, adding the 
Permanent="yes" attribute causes an error in link

<XmlFile Id="ModifyServiceLocation" Action="setValue" 
ElementPath="/configuration/appSettings/add
[EMAIL PROTECTED]'ServiceLocation']/@value" 
File="[#_F86C7B1F61C44480BEFA68A2D045D7BB]" 
Value="[SERVICELOCATION]" Permanent="yes"/>


C:\WixXMLFileEdit\wixsetup.msi : fatal error 
LGHT0010: There was an error import
ing table: XmlFile with file: C:\Documents and 
Settings\p1098997\Local Settings\
Temp\4\bzlpfv75\XmlFile.idt


XmlFile File    ElementPath     Name    Value   Flags
        Component_      Sequence
s72     l255    l96     L128    L255    i2      s72
        I2
XmlFile XmlFile
ModifyServiceLocation
        [#_F86C7B1F61C44480BEFA68A2D045D7BB]
        /configuration/appSettings/add
[EMAIL PROTECTED]'ServiceLocation']/@value      
        [SERVICELOCATION]       65536
        ProgramComponent        



----------------------------------------------------------------------

Comment By: Scott Kurtzeborn (scotk)
Date: 2006-12-19 20:27

Message:
Logged In: YES 
user_id=1296992
Originator: NO

Looks like the column just had the wrong type on it.  Should have been i4
instead of i2.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1515154&group_id=105970

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to