Skip to content

Commit

Permalink
Hide the installation window.
Browse files Browse the repository at this point in the history
  • Loading branch information
lygstate committed Feb 7, 2018
1 parent 2011fe6 commit 88d4347
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PluginManager.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin name="NotepadStarterPlugin">
<unicodeVersion>2.3.0.0</unicodeVersion>
<unicodeVersion>2.3.1.0</unicodeVersion>
<description>This tool designed as a Notepad++ plugin by [Yonggang Luo](luoyonggang(at)gmail.com), when\nit installed as a Notepad++ plugin or running NotepadStarter.exe in the Notepad++ app\ndirectory, it's will automatically replace the system default notepad.exe application with\nNotepad++ (Without need for removing anything from the windows system.). It's tested\nunder Windows 7, but Windows XP should also works.</description>
<author>Yonggang Luo</author>
<homepage>https://github.com/lygstate/NotepadStarter/</homepage>
Expand Down
2 changes: 1 addition & 1 deletion starter/NotepadStarterInstall.bat
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if not exist "%NotepadStarter%" ( goto NoNotepadPlusPlusOrNotepadStarter )
if not exist "%NotepadPlusPlus%" ( goto NoNotepadPlusPlusOrNotepadStarter )

::Gain Administrator permission
set SHOW_SUBWINDOW=1
set SHOW_SUBWINDOW=0
call "%~dps0request-admin.bat" "%~dpnxs0" %*

reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe" /f
Expand Down
2 changes: 1 addition & 1 deletion utils/VersionInfo.inc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#define NS_VERSION_MAJOR 2
#define NS_VERSION_MINOR 3
#define NS_VERSION_MAINTENANCE 0
#define NS_VERSION_MAINTENANCE 1
#define NS_VERSION_REVISION 0

#define _NS_STR_HELPER(x) L#x
Expand Down

0 comments on commit 88d4347

Please sign in to comment.