On 11-Jul-11 12:15, Steve Craft wrote:
> I have  an .exe.config file with 5<appSettings/>  values.
>
> I need a GUI with 5 textboxes to capture end-user input, and then update the 
> .exe.config.
>
> How should that be done? I am not sure if UAC allows for an exe to be edited 
> like this.
>
Use XmlFile to edit a file you're installing (or XmlConfig to edit a 
file that already exists).

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


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to