G
Guest
Peghelp expects the helpfile to be in /Windows or at least the pointer file
so the help file is listed when the device help system builds the help list.
I haven't been able to find a fairly straightforward way to deploy my help
file and the helpfile pointer (.lnk file) to the /Windows directory of the
handheld device. I'd rather not programmatically move the files there at
runtime as I don't think uninstall will remove those files later. Adding the
files to my installer just deploys the files to the program files directory.
I'd also rather not hack the .inf file to direct the files to the correct
directory in the resulting cab files - unless the .inf files modification can
be described to me in some detail with explanations. I'm fairly new to
installation and I'm trying to post a new game I've developed in C# using
..net Compact Framework.
so the help file is listed when the device help system builds the help list.
I haven't been able to find a fairly straightforward way to deploy my help
file and the helpfile pointer (.lnk file) to the /Windows directory of the
handheld device. I'd rather not programmatically move the files there at
runtime as I don't think uninstall will remove those files later. Adding the
files to my installer just deploys the files to the program files directory.
I'd also rather not hack the .inf file to direct the files to the correct
directory in the resulting cab files - unless the .inf files modification can
be described to me in some detail with explanations. I'm fairly new to
installation and I'm trying to post a new game I've developed in C# using
..net Compact Framework.