Hi everybody :-)
I sequenced Notepad++ but the function "Edit with Notepad++" is not available when I do a right clic on a file. Then I want to add it by script in the OSD file.
I want to make an action before the launch of this application. I added this to my OSD file :
<SCRIPT TIMING="PRE" EVENT="LAUNCH" WAIT="TRUE" PROTECT="TRUE">
<SCRIPTBODY>
reg ADD "HKEY_CLASSES_ROOT\*\shell" /f \n
reg ADD "HKEY_CLASSES_ROOT\*\shell\Ouvrir avec Notepad++" /f \n
reg ADD "HKEY_CLASSES_ROOT\*\shell\Ouvrir avec Notepad++\command" /f \n
reg ADD "HKEY_CLASSES_ROOT\*\shell\Ouvrir avec Notepad++\command" /ve /d "C:\Program Files\Microsoft Application Virtualization Client\sfttray.exe /launch Notepad++ 5.1.1.0" /f \n
</SCRIPTBODY>
</SCRIPT>
But it didn't work :-(
The commands are ok, but nothing is add on the registry.
Can you help me please....... !
Thank you so much.