|
1 | 1 | RequestExecutionLevel admin ;Require admin rights on NT6+ (When UAC is turned on) |
2 | 2 |
|
3 | 3 | ; plugins required |
4 | | -; untgz - http://nsis.sourceforge.net/UnTGZ_plug-in |
5 | | -; inetc - http://nsis.sourceforge.net/Inetc_plug-in |
6 | | -; http://forums.winamp.com/showthread.php?s=&threadid=198596&perpage=40&highlight=&pagenumber=4 |
7 | | -; http://forums.winamp.com/attachment.php?s=&postid=1831346 |
8 | | -; UAC http://nsis.sourceforge.net/UAC_plug-in |
9 | | -; ZipDLL http://nsis.sourceforge.net/ZipDLL_plug-in |
| 4 | +; untgz - http://nsis.sourceforge.net/UnTGZ_plug-in |
| 5 | +; inetc - http://nsis.sourceforge.net/Inetc_plug-in |
| 6 | +; http://forums.winamp.com/showthread.php?s=&threadid=198596&perpage=40&highlight=&pagenumber=4 |
| 7 | +; http://forums.winamp.com/attachment.php?s=&postid=1831346 |
| 8 | +; UAC - http://nsis.sourceforge.net/UAC_plug-in |
| 9 | +; ZipDLL - http://nsis.sourceforge.net/ZipDLL_plug-in |
| 10 | +; ReplaceInFile - http://nsis.sourceforge.net/ReplaceInFile |
| 11 | +; NSIS 7zip - http://nsis.sourceforge.net/Nsis7z_plug-in |
| 12 | +; NTProfiles.nsh - http://nsis.sourceforge.net/NT_Profile_Paths |
| 13 | + |
10 | 14 |
|
11 | 15 | ; NSIS large strings build from http://nsis.sourceforge.net/Special_Builds |
12 | 16 |
|
13 | 17 | ; HM NIS Edit Wizard helper defines |
14 | 18 | !define PRODUCT_NAME "devkitProUpdater" |
15 | | -!define PRODUCT_VERSION "2.1.1" |
| 19 | +!define PRODUCT_VERSION "2.2.0" |
16 | 20 | !define PRODUCT_PUBLISHER "devkitPro" |
17 | 21 | !define PRODUCT_WEB_SITE "http://www.devkitpro.org" |
18 | 22 | !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" |
19 | 23 | !define PRODUCT_UNINST_ROOT_KEY "HKLM" |
20 | 24 | !define PRODUCT_STARTMENU_REGVAL "NSIS:StartMenuDir" |
21 | | -!define BUILD "50" |
| 25 | +!define BUILD "51" |
22 | 26 |
|
23 | 27 | SetCompressor /SOLID lzma |
24 | 28 |
|
|
0 commit comments