Greetings.
What are the registry keys required to automatically play presentation files? I'm trying to replicate this function on all formats (e.g. PPT, PPS, etc.) like with the .PRS format on the standard version, but having trouble manually creating the registry entries.
For example:
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Applications\Presentations.exe\shell\show]
@="S&how"
[HKEY_CLASSES_ROOT\Applications\Presentations.exe\shell\show\command]
@="\"\\SoftMaker Office 2008\\Presentations.exe\" /Shell /Minimized"
[HKEY_CLASSES_ROOT\Applications\Presentations.exe\shell\show\ddeexec]
@="[show(\"%1\")]"
[HKEY_CLASSES_ROOT\Applications\Presentations.exe\shell\show\ddeexec\Application]
@="SoftMaker Presentations"
[HKEY_CLASSES_ROOT\Applications\Presentations.exe\shell\show\ddeexec\ifexec]
@="[ShowAndQuit(\"%1\")]"
[HKEY_CLASSES_ROOT\Applications\Presentations.exe\shell\show\ddeexec\Topic]
@="control"
I think something is missing.