Reading xml value in property for Wix

In my application installer, I want to read the credentials for entering the database from an XML file. Is there a way I can do this. If I had to use custom actions, how would I assign a return value to a property?

+5
source share
2 answers

Here is a good example: http://www.dalun.com/wix/05.22.2007.htm They use VBS code there; if you need C, start by looking at MsiSetProperty ( http://msdn.microsoft.com/en-us/library/aa370391%28VS.85%29.aspx ).

+1
source

WiX Xml, Xml write. . BTW, VBScript - ActiveScript Windows.

+5