Hi, I need to copy a file to Windows\Help folder. I done it by extracts file to install location and then copied to Windows\Help folder, and then deleting during uninstall. snippet for that, <Component Id="C_HELP" Guid="00000000-0000-0000-0000-000000000000"> <File Id ="F_HELP" Name="help.chm" Source="..\..\Packages\help.chm"> <CopyFile Id="CopyHelpFile" DestinationProperty="WINHELP"/> </File> <RemoveFile Id="RemoveHelpFile" Property="WINHELP" Name="help.chm" On="uninstall"/> </Component>
Here help.chm presented in two places(Installation location and Windows\Help). But, its not required. I need single copy of help.chm at Windows\Help. Is there any other way to copy a file directly to Windows\Help folder? Thanks. Regards, -SMR ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign 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