View Single Post
  #8026 (permalink)  
Old 04-17-2010, 01:21 AM
Chuck_IV's Avatar
Chuck_IV
Almost a VIP
Offline
Location: Connecticut
 
Join Date: Jan 2009
Posts: 799
Reputation: 845
Chuck_IV knows their stuffChuck_IV knows their stuffChuck_IV knows their stuffChuck_IV knows their stuffChuck_IV knows their stuffChuck_IV knows their stuffChuck_IV knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [ Kitchen ][ 3-5 ][ v1.6 R3 ][28232 / 23542 / 21893 / 21056] Calkulin's WVGA Kitc

Quote:
Originally Posted by TMartin View Post
No that line will work. I'm just saying you didn't have to change it.
The original line works fine, which is this:
Code:
"CHTE.PATH"=\\Windows\\CHTEditor.exe
I believe the \\Windows\CHTEditor.exe need to have "" around it, so it would look like this

Code:
"CHTE.PATH"="\\Windows\\CHTEditor.exe"
This worked for me when put in the app.reg



Quote:
Originally Posted by JSnively View Post
With \\Program Files\\CHTEditor\\CHTEditor.exe

I get an error CHT Editor Not installed

With \\Windows\\CHTEditor.exe

The File CHTEditor canot be opened. Either it is not signed with a trusted cert orone of its components cannot be found.
You need to put quotes around the path, as I mentioned above.