diff --git a/Build/make_zip.bat b/Build/make_zip.bat index 7cd7cdfbf..81337f89e 100644 --- a/Build/make_zip.bat +++ b/Build/make_zip.bat @@ -25,8 +25,8 @@ IF /I "%~1" == "/?" GOTO SHOWHELP rem IF EXIST "%~dp0..\signinfo_notepad3.txt" SET "SIGN=True" -SET INPUTDIRx86=bin\Release_x86 -SET INPUTDIRx64=bin\Release_x64 +SET INPUTDIRx86=bin\Release_x86_v141_xp +SET INPUTDIRx64=bin\Release_x64_v141_xp SET "TEMP_NAME=temp_zip" IF NOT EXIST "..\%INPUTDIRx86%\Notepad3.exe" CALL :SUBMSG "ERROR" "Compile Notepad3 x86 first!" diff --git a/distrib/Notepad3_2.0.2.411.exe b/distrib/Notepad3_2.0.2.411.exe new file mode 100644 index 000000000..dcdd37012 Binary files /dev/null and b/distrib/Notepad3_2.0.2.411.exe differ diff --git a/distrib/Notepad3_x_2.0.2.411.exe b/distrib/Notepad3_x_2.0.2.411.exe new file mode 100644 index 000000000..1b8151487 Binary files /dev/null and b/distrib/Notepad3_x_2.0.2.411.exe differ diff --git a/distrib/notepad3_setup.iss b/distrib/notepad3_setup.iss index 389aeeb7d..2bebd2e95 100644 --- a/distrib/notepad3_setup.iss +++ b/distrib/notepad3_setup.iss @@ -12,23 +12,23 @@ #define bindir "..\Bin" -#ifnexist bindir + "\Release_x86\Notepad3.exe" +#ifnexist bindir + "\Release_x86_v141_xp\Notepad3.exe" #error Compile Notepad3 x86 first #endif -#ifnexist bindir + "\Release_x86\minipath.exe" +#ifnexist bindir + "\Release_x86_v141_xp\minipath.exe" #error Compile MiniPath x86 first #endif -#ifnexist bindir + "\Release_x64\Notepad3.exe" +#ifnexist bindir + "\Release_x64_v141_xp\Notepad3.exe" #error Compile Notepad3 x64 first #endif -#ifnexist bindir + "\Release_x64\minipath.exe" +#ifnexist bindir + "\Release_x64_v141_xp\minipath.exe" #error Compile MiniPath x64 first #endif -#define app_version GetFileVersion(bindir + "\Release_x86\Notepad3.exe") +#define app_version GetFileVersion(bindir + "\Release_x86_v141_xp\Notepad3.exe") #define app_name "Notepad3" #define app_copyright "Copyright © 2008-2016, Rizonesoft." #define quick_launch "{userappdata}\Microsoft\Internet Explorer\Quick Launch" @@ -116,13 +116,13 @@ Name: remove_default; Description: {cm:tsk_RemoveDefault}; GroupDescript [Files] -Source: {#bindir}\Release_x64\Notepad3.exe; DestDir: {app}; Flags: ignoreversion; Check: Is64BitInstallMode() -Source: {#bindir}\Release_x86\Notepad3.exe; DestDir: {app}; Flags: ignoreversion; Check: not Is64BitInstallMode() +Source: {#bindir}\Release_x64_v141_xp\Notepad3.exe; DestDir: {app}; Flags: ignoreversion; Check: Is64BitInstallMode() +Source: {#bindir}\Release_x86_v141_xp\Notepad3.exe; DestDir: {app}; Flags: ignoreversion; Check: not Is64BitInstallMode() Source: License.txt; DestDir: {app}; Flags: ignoreversion Source: Readme.txt; DestDir: {app}; Flags: ignoreversion Source: Notepad3.ini; DestDir: {userappdata}\Rizonesoft\Notepad3; Flags: onlyifdoesntexist uninsneveruninstall -Source: {#bindir}\Release_x64\minipath.exe; DestDir: {app}; Flags: ignoreversion; Check: Is64BitInstallMode() -Source: {#bindir}\Release_x86\minipath.exe; DestDir: {app}; Flags: ignoreversion; Check: not Is64BitInstallMode() +Source: {#bindir}\Release_x64_v141_xp\minipath.exe; DestDir: {app}; Flags: ignoreversion; Check: Is64BitInstallMode() +Source: {#bindir}\Release_x86_v141_xp\minipath.exe; DestDir: {app}; Flags: ignoreversion; Check: not Is64BitInstallMode() Source: minipath.ini; DestDir: {userappdata}\Rizonesoft\Notepad3; Flags: onlyifdoesntexist uninsneveruninstall [Dirs] diff --git a/distrib/notepad3_setup_2.iss b/distrib/notepad3_setup_2.iss index 269a5b2fa..95a5df4ae 100644 --- a/distrib/notepad3_setup_2.iss +++ b/distrib/notepad3_setup_2.iss @@ -12,23 +12,23 @@ #define bindir "..\Bin" -#ifnexist bindir + "\Release_x86\Notepad3.exe" +#ifnexist bindir + "\Release_x86_v141_xp\Notepad3.exe" #error Compile Notepad3 x86 first #endif -#ifnexist bindir + "\Release_x86\minipath.exe" +#ifnexist bindir + "\Release_x86_v141_xp\minipath.exe" #error Compile MiniPath x86 first #endif -#ifnexist bindir + "\Release_x64\Notepad3.exe" +#ifnexist bindir + "\Release_x64_v141_xp\Notepad3.exe" #error Compile Notepad3 x64 first #endif -#ifnexist bindir + "\Release_x64\minipath.exe" +#ifnexist bindir + "\Release_x64_v141_xp\minipath.exe" #error Compile MiniPath x64 first #endif -#define app_version GetFileVersion(bindir + "\Release_x86\Notepad3.exe") +#define app_version GetFileVersion(bindir + "\Release_x86_v141_xp\Notepad3.exe") #define app_name "Notepad3" #define app_copyright "Copyright © 2008-2016, Rizonesoft." #define quick_launch "{userappdata}\Microsoft\Internet Explorer\Quick Launch" @@ -112,13 +112,13 @@ Name: reset_settings; Description: {cm:tsk_ResetSettings}; GroupDescript [Files] -Source: {#bindir}\Release_x64\Notepad3.exe; DestDir: {app}; Flags: ignoreversion; Check: Is64BitInstallMode() -Source: {#bindir}\Release_x86\Notepad3.exe; DestDir: {app}; Flags: ignoreversion; Check: not Is64BitInstallMode() +Source: {#bindir}\Release_x64_v141_xp\Notepad3.exe; DestDir: {app}; Flags: ignoreversion; Check: Is64BitInstallMode() +Source: {#bindir}\Release_x86_v141_xp\Notepad3.exe; DestDir: {app}; Flags: ignoreversion; Check: not Is64BitInstallMode() Source: License.txt; DestDir: {app}; Flags: ignoreversion Source: Readme.txt; DestDir: {app}; Flags: ignoreversion Source: Notepad3.ini; DestDir: {userappdata}\Rizonesoft\Notepad3; Flags: onlyifdoesntexist uninsneveruninstall -Source: {#bindir}\Release_x64\minipath.exe; DestDir: {app}; Flags: ignoreversion; Check: Is64BitInstallMode() -Source: {#bindir}\Release_x86\minipath.exe; DestDir: {app}; Flags: ignoreversion; Check: not Is64BitInstallMode() +Source: {#bindir}\Release_x64_v141_xp\minipath.exe; DestDir: {app}; Flags: ignoreversion; Check: Is64BitInstallMode() +Source: {#bindir}\Release_x86_v141_xp\minipath.exe; DestDir: {app}; Flags: ignoreversion; Check: not Is64BitInstallMode() Source: minipath.ini; DestDir: {userappdata}\Rizonesoft\Notepad3; Flags: onlyifdoesntexist uninsneveruninstall [Dirs]