srinivas nomu wrote:

    Can you please elaborate a little bit the process or point to me
    to any documentation. I searched on web and could not find
    relevant topic. Thanks.


You can use IniFile elements to write to a file, as long as the other code reading that file can handle the format.

<IniFile Id="ini1" Action="addLine" Directory="foo" Name="license.dat" Section="License" Key="Key" Value="[LICKEY]" />

yields

[License]
Key=...

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to