Re: [WiX-users] Copy a file to Windows\Help folder

2009-04-24 Thread Pally Sandher
I suggest you use a more 'unique' name than "help.chm" though. Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the ** Integr

Re: [WiX-users] Copy a file to Windows\Help folder

2009-04-23 Thread Rob Mensching
Why not just install to [WindowsFolder]Help? Michael wrote: > 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, > > > > >