Displaying 1 result from an estimated 1 matches for "mychmfil".
Did you mean:
mychmfile
2008 May 25
5
Registry override?
I first installed kchmviewer.
I then created the file run_prog:
#!/bin/sh
$1 "`wine winepath -u "$2"`"
I tested by running from a terminal
run_prog kchmviewer c:\MyChmFile.chm
This worked fine
I edited the registry entry for chm.file to
/usr/bin/run_prog kchmviewer %1
>
> Note:
> While researching regedit I noticed the reference to wineprefixcreate at:
> http://wiki.winehq.org/UsefulRegistryKeys
>
> Do you now call wineboot to update?
>...