Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.1 KiB

  1. [Version]
  2. Signature = "$Chicago$"
  3. [DefaultInstall]
  4. ;[APP.Install]
  5. AddReg=Protocol.Reg,FileAssoc.Reg
  6. [DefaultUninstall]
  7. ;[APP.Uninstall]
  8. DelReg=Protocol.Reg,FileAssoc.Reg
  9. [Protocol.Reg]
  10. HKCR,CLSID\%CLSID_AppProtocol%,,,"appx: Asychronous Pluggable Protocol Handler"
  11. ;; ???? %APP_INSTALL_DIR%
  12. HKCR,CLSID\%CLSID_AppProtocol%\InProcServer32,,,%APP_INSTALL_DIR%\app.dll
  13. HKCR,CLSID\%CLSID_AppProtocol%\InProcServer32,"ThreadingModel",,"Both"
  14. HKCR,PROTOCOLS\Handler\appx,,,"App Protocol"
  15. HKCR,PROTOCOLS\Handler\appx,"CLSID",,%CLSID_AppProtocol%
  16. [FileAssoc.Reg]
  17. HKCR,".manifest",,,"appmanifestfile"
  18. HKCR,"appmanifestfile",,,"APP"
  19. HKCR,"appmanifestfile\DefaultIcon",,,"%APP_INSTALL_DIR%\app.dll,0"
  20. HKCR,"appmanifestfile\shell",,,"Open"
  21. HKCR,"appmanifestfile\shell\Open",,,"&Open"
  22. HKCR,"appmanifestfile\shell\Open\command",,,"""%IEXPLORE%"" -nohome"
  23. HKCR,"appmanifestfile\shell\Open\ddeexec",,,"""appx:///%1"",,-1,,,,,"
  24. HKCR,"appmanifestfile\shell\Open\ddeexec\application",,,"IExplore"
  25. HKCR,"appmanifestfile\shell\Open\ddeexec\topic",,,"WWW_OpenURL"
  26. [Strings]
  27. ; Do not localize
  28. CLSID_AppProtocol={B8BF3C7E-4DB6-4fdb-9CD3-13D2CE728CA8}
  29. [End]