Chris Sutcliffe wrote:
> I have my .wxs file setup so that the user can specify the INSTALLDIR
> (via WixUI_Mondo).  I need to be able for force some files to be
> installed in specific directories under INSTALLDIR (i.e. the user
> cannot choose their location).  Is this possible?  If so, how do I go
> about doing it?
>   
Just put those files in components and those components in features that 
don't have their ConfigurableDirectory attributes set. Then, even if the 
feature is shown in the customize dialog, users can't change the directory.

-- 
sig://boB
http://bobs.org



_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to