Application Association Registration plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
|||
Line 30: | Line 30: | ||
=== Download === | === Download === | ||
* Current Release: 2007-09- | * Current Release: 2007-09-30 | ||
<attach> | <attach>AppAssocReg.zip</attach> | ||
[[Category:Plugins]] | [[Category:Plugins]] |
Revision as of 13:09, 30 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-30
AppAssocReg.zip (10 KB)