Application Association Registration plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 3: Line 3:
This plugin can set an application as the default handler for all of the handlers it has registered on Vista.
This plugin can set an application as the default handler for all of the handlers it has registered on Vista.


Version: 0.2 (2007-09-28) - minor cleanup.
Version: 0.1 (2007-09-28) - initial release.


=== Functions ===
=== Functions ===
Line 20: Line 23:
     SetVistaDefaultApp::SetAsDefault "Firefox"
     SetVistaDefaultApp::SetAsDefault "Firefox"
   SectionEnd
   SectionEnd
=== Links ===
* [http://forums.winamp.com/showthread.php?threadid=278027 Forum thread for the plug-in]





Revision as of 01:57, 29 September 2007

SetVistaDefaultApp Plugin for NSIS (2007-09-28)

This plugin can set an application as the default handler for all of the handlers it has registered on Vista.

Version: 0.2 (2007-09-28) - minor cleanup.

Version: 0.1 (2007-09-28) - initial release.

Functions

  • SetVistaDefaultApp::SetAsDefault "AppRegistryName" - Sets an application as the default handler for all of the handlers it has registered on Vista. The AppRegistryName is the registry value name associated with the application under:
 HKLM\Software\RegisteredApplications\


Return Values

  • None


Example

 Section
   SetVistaDefaultApp::SetAsDefault "Firefox"
 SectionEnd

Links


Download

  • Current Release: 2007-09-28

SetVistaDefaultApp.zip (6 KB)