Title: AW: [WiX-users] XmlFile access to user-defined properties

Thanks, Bob and John. I can't test this yet, but I'm confident this is the answer I'm looking for.

-----Ursprüngliche Nachricht-----
Von: Bob Arnson [mailto:[EMAIL PROTECTED]]
Gesendet: Mo 7/3/2006 2:47
An: Darren Kulp
Cc: wix-users@lists.sourceforge.net
Betreff: Re: [WiX-users] XmlFile access to user-defined properties

Darren Kulp wrote:

        Logging confirms that the property is being set properly, but the file has the values set to a null string. I believe this happens because WixCA is a deferred custom action and so does not have access to this property, but I don't know how best to work around this besides modifying XmlFile.cpp.

XmlFile writes the data it needs during script generation. The problem is likely that you're using a private property so it's not getting passed to the MSI server for script generation. You need to use a public property that's marked secure so it's passed.

--
sig://boB
http://bobs.org



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to