Things like event log sources are not usually set via configuration utilities (you either have the event log setup or you don't). Instead, you would usually configure your application's code for what/how much it logs, and the source is always present while installed and not present when not installed.
Wix ships with support for things like event log sources, there is no need to add that to your configuration tool. -----Original Message----- From: Stelios Kyprou [mailto:stelios.kyp...@formicary.net] Sent: Tuesday, August 03, 2010 5:12 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] [Wix-users] Having an executable in the installation directory for editing configuration files That would be ideal, but i am concerned with one senario: If all configuration is done via the Configuration Utility, then what happens when i uninstall the app? If the Configuration Utility for example creates some new EventLog sources that the app will use when running, they should be removed when the app is gone right? So that we can leave the machine in the same state it was when the app was not present. How would i handle this situation if all the configuration is done by an external executable? Stelios Blair wrote: > Why not just install and launch your configuration utility to configure, on > first installation? Then you don't: > 1. complicate your installation with rerunning it for configuration, and > 2. duplicate code. > > -----Original Message----- > From: Stelios Kyprou [mailto:stelios.kyp...@formicary.net] > Sent: Monday, July 26, 2010 10:01 AM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] [Wix-users] Having an executable in the installation > directory for editing configuration files > > Hello everyone, > > I would like to ask your opinions on one topic. > I have a c# application, which uses configuration files to set some > values needed to run the application. > These values are set by the installer through the dialogs, and all > values are validated via custom actions (in wix 3.5) > But in the event that the user wishes to change these (or some of the) > values after installation, i would prefere if they did it via a GUI, > and not directly access the .config files. > The ideal scenario is a way to manage and reuse the wix dialogs, > together with the custom actions to edit the values, > but i know this is not possible.? > > What is the most common way of doing this? > i.e. make an executable with a GUI? But this way i feel like i'm gonna > duplicate what the installer is doing, both the dialogs, and teh custom > actions. > Any ideas? > > Regards, > Stelios > > ---------------------------------------------------------------------------- > This message is confidential and may be privileged. It is intended solely > for > the named addressee. If you are not the intended recipient, please inform > us. > Any unauthorised dissemination, distribution or copying hereof is > prohibited. > > Formicary Limited registered office in England and Wales, address 1 Taillar > Road, Hedon, East Yorkshire HU12 8GU, registration number 3894343, VAT > number > 747644304, does not guarantee that the integrity of this communication has > been > maintained nor that this communication is free of viruses, interceptions or > interference. > ---------------------------------------------------------------------------- > > ---------------------------------------------------------------------------- > -- > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://ad.doubleclick.net/clk;226879339;13503038;l? > http://clk.atdmt.com/CRS/go/247765532/direct/01/ > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > > ---------------------------------------------------------------------------- -- > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://ad.doubleclick.net/clk;226879339;13503038;l? > http://clk.atdmt.com/CRS/go/247765532/direct/01/ > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ---------------------------------------------------------------------------- This message is confidential and may be privileged. It is intended solely for the named addressee. If you are not the intended recipient, please inform us. Any unauthorised dissemination, distribution or copying hereof is prohibited. Formicary Limited registered office in England and Wales, address 1 Taillar Road, Hedon, East Yorkshire HU12 8GU, registration number 3894343, VAT number 747644304, does not guarantee that the integrity of this communication has been maintained nor that this communication is free of viruses, interceptions or interference. ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users