PDA

View Full Version : Opening CHM Files



vodaley
06-08-2008, 04:35 PM
How to open CHM files (Readme file at the end of installation)

linder
06-09-2008, 01:22 AM
Pavel,

In Windows, you have to use the ShellExecute(Ex) API to handle this.

So you can use the "Run Program" feature in SetupBuilder and mark the "Use ShellExecuteEx" checkbox option.

Does this help?

Friedrich

vodaley
06-09-2008, 01:31 AM
I have tried to run program with shell execute, it doesn't works.

linder
06-09-2008, 01:42 AM
Pavel,

We have developed a simple demo project for you (see attached).

HTH,
Friedrich