On Mon, 4 Oct 2010 10:49:10 +0200
"Simon Chromow" <simon.chro...@bewotec.de> wrote:

> What I need to know is, is it possible to protect some files( for
> example *.config )
> 
> from being unistalled or overwritten?

You can mark the component as being 'Permanent' or, if the user will be
changing the files, not set a GUID so Windows Installer will copy
the file but not keep track of it. You might want to set
'NeverOverwrite' in that case to prevent upgrades overwriting local
changes. 

-- 
Bruce Cran

------------------------------------------------------------------------------
Virtualization is moving to the mainstream and overtaking non-virtualized
environment for deploying applications. Does it make network security 
easier or more difficult to achieve? Read this whitepaper to separate the 
two and get a better understanding.
http://p.sf.net/sfu/hp-phase2-d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to