Hi I am trying to come up with an installer for a Windows service and it needs to do this:
1. Update the <Application>.exe.config based on deployment environmment I am using a a combination of <util:XmlFile> element and a console app (which is executed as a post build event) to set the properties programatically with the methods supported by Interop.WindowsInstaller and generate environment specific MSI. next step is where i am stuck. 2. Depending on the deployment environment, I also want to add source files to the MSI, like Dev.Config should be part of Dev.MSI etc. These are needed to start the service later. Should i use the console app again to open the MSI and add source files programatically? how do set a <File> element source to be a property in the .wxs file? Thanks! ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users