Skip to content

Commit

Permalink
Merge pull request #17 from OCSInventory-NG/release2.8.1
Browse files Browse the repository at this point in the history
Release2.8.1
  • Loading branch information
charleneauger committed Jun 2, 2023
2 parents 158bc8b + 54c1e71 commit b913443
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Packager/1runas.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
!insertmacro FileJoin

!define PRODUCT_NAME "OCS Inventory NG Packager (All-In-One Agent Installer)"
!define PRODUCT_VERSION "2.8.0.0"
!define PRODUCT_VERSION "2.8.1.0"
!define TIME_OUT "300" ; seconds

Name "${PRODUCT_NAME}"
Expand Down
2 changes: 1 addition & 1 deletion Packager/Donnee.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Bottom=22
MinLen=3
Flags=FILE_MUST_EXIST
ValidateText=Please, select an executable file...
Filter=OCS-NG-Windows-Agent-Setup |OCS-NG-Windows-Agent-Setup.exe|All exe files (*.exe)|*.exe
Filter=All exe files (*.exe)|*.exe

[Field 4]
Type=Link
Expand Down
2 changes: 1 addition & 1 deletion Packager/ListBox.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
!insertmacro MUI_LANGUAGE "English"

!define COL_FILE "Plugins.lst"
!define Compile_Version "2.8.0.0"
!define Compile_Version "2.8.1.0"

Var /GLOBAL HWND

Expand Down
2 changes: 1 addition & 1 deletion Packager/OcsPackager.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
!insertmacro WordFind
!include "TextReplace.nsh"
!insertmacro MUI_LANGUAGE "English"
!define Compile_version "2.8.0.0"
!define Compile_version "2.8.1.0"
; Do not forget to change the following line in both Ocspackager and 1runas.nsi files...
!define COL_FILE "Plugins.lst"
; Path to NSIS compiler
Expand Down
2 changes: 1 addition & 1 deletion Packager/instocs.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
!insertmacro FileJoin

!define PRODUCT_NAME "OCS Inventory NG Packager (Privilegied Installer)"
!define PRODUCT_VERSION "2.8.0.0"
!define PRODUCT_VERSION "2.8.1.0"
!define AGENT_LOG_FILENAME "OCS-NG-Windows-Agent-Setup.log"
!define AGENT_PLUGINS_DIR "Plugins"

Expand Down
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ REQUIREMENTS
============

- NSIS 2.46 or higher (http://nsis.sourceforge.net)
- NSIS TextReplace plugin (https://nsis.sourceforge.io/TextReplace_plugin)


BUILDING STEPS
Expand Down

0 comments on commit b913443

Please sign in to comment.