Re: Link my help file to my application install path
- From: "Alexander Halser" <alexander.REMOVETHIS.halser@xxxxxxx>
- Date: Sat, 14 Oct 2006 10:41:59 +0200
The directory where the executable exists is allways searched:
Unfortunately not...
That's a common mistake - the Winhelp viewer is not that intelligent ;-)
Create a shortcut to your program. Change the the shortcut properties: set the
"Start in" folder to a different directory and run your program through the
shortcut. The help file will not be found. The same thing happens when your
application executes a TOpenDialog or TSaveDialog that changes to a different
directory.
If you specify the help file without path, you need to register the path to
your help file in the Windows registry to make sure that it is found. The path
is "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Help" and you typically set
this value during installation of your program. Take a look into your registry
to learn the syntax - you will find several entries there.
--
Alexander Halser
http://www.helpandmanual.com
.
- References:
- Link my help file to my application install path
- From: nek
- Re: Link my help file to my application install path
- From: Bjorge
- Re: Link my help file to my application install path
- From: nek
- Re: Link my help file to my application install path
- From: Alexander Halser
- Re: Link my help file to my application install path
- From: Bjørge
- Link my help file to my application install path
- Prev by Date: Re: multiplication yield strange results
- Next by Date: How to delete from palette
- Previous by thread: Re: Link my help file to my application install path
- Next by thread: Re: Link my help file to my application install path
- Index(es):
Relevant Pages
|