Hello,
I suppose this question was asked before, but i couldn't find a clear 
answer for it:

When an installer runs on the target machine, and installs all the files 
in the InstallDir, i would like to carry some extra actions.
-Get a config file that was installed, i.e foo.config.
-Modify that file (which is in xml format), by adding some values in the 
key/value pairs.

Now as far as i know from the search i've done, i can only do this after 
InstallFinalize, because that is when the files are showing in the 
InstallDir.?

What is the ideal way of doing this?
i.e:
-are there built in wix methods to grab foo.config?
-should i use the "util:XmlFile" tag for the editing?
-what are the general steps for doing this process? e.g put all the 
steps in a custom action and call it after InstallFinalize?

Thanks in advance,
Stelios

-- 
Stelios Kyprou
Systems Engineer
Formicary - delivering quality financial technology solutions(TM)
www.formicary.net


----------------------------------------------------------------------------
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.
----------------------------------------------------------------------------

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to