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

2009-04-24 Thread Pally Sandher
5 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Copy a file to Windows\Help folder 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 uni

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, > > > > >

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

2009-04-23 Thread Michael
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, Here help.chm presented in two places(Installation location and Windows