I read FAQ - Create file association from > http://www.indigorose.com/forums/showthread.php?t=23670 and I try to make file association but I can do this ,syntax is wrong ... ( line from faq ) :
Registry.SetValue(HKEY_CLASSES_ROOT, "KQXEditor\\\\shell\\\\open\\\\command", "", SessionVar.Expand("%AppFolder%\\\\MyProgram.exe \\"%1\\"") , REG_SZ);
: Syntax Error
line=1: `)` expected near '%'
Is a wrong syntax in faq or Setup Factory bug ? , I tried to import from registry but then I click ok or check syntax it return the same error ...
what to do ???
sorry for my english ..

Reply With Quote
:
: > remove the space ... "%AppFolder%\\PhotoViewer.exe\\\*"%1\""), ... then you copy from web page

