launching program from CHM doesn't work

Posted: 08-02-2006, 08:16 AM
Hi,

I have a compiled HtmlHelp file (.chm) that launches an external program. It
works well on Windows XP, but not on Vista.
I'm wondering if someone could point out what the problem is.

The code is like this:
<OBJECT id=hhctrl type="application/x-oleobject"
classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11" width=100 height=100>
<PARAM name="Command" value="ShortCut">
<PARAM name="Item1" value=",rundll32.exe,shell32.dll,Control_RunDLL
MAIN.CPL">
</OBJECT>

I tried disabling UAC, but that didn't help at all.

Thanks!

Reply With Quote

Responses to "launching program from CHM doesn't work"

 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Launching a program when user launches remote desktop connection Myschif Windows XP Work Remotely 1 08-21-2006 09:58 PM
getting a program to work in xp sheldon Windows XP Configuration & Management 3 10-02-2004 09:58 PM
New program won't work Thomas Wendell Windows XP New Users 1 09-23-2003 10:13 AM
After MSBlast found, a software program is not fully launching Jenifer Windows XP Security & Administration 0 08-14-2003 07:18 PM
Wrong program launching fran Windows XP Basics 1 07-23-2003 02:50 AM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90