I'm trying to create an install that can check if the file being installed 
already exists, and not install over the top of the existing file. The reason 
is the customers are customizing their website that we install with a custom 
header GIF file, and every time we install we have to manually copy from a 
backup of the file over the newly installed default file.

Is this possible? Or do I need to write a custom action to copy the file 
somewhere else, then copy it back over the newly installed file?

Thanks!

<Directory Id="dir_WebUI_img_branding_default_logo_7" Name="logo">

<Component Id="comp_WebUI_93" DiskId="1" KeyPath="yes" 
Guid="128474CB-A2F2-4203-94CD-434DA75F9925">

<File Id="file_WebUI_93" Name="header.gif" 
Source="WebUI\img\branding\default\logo\header.gif" />

</Component>

</Directory>



David Bartmess

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to