Skip to content

Commit

Permalink
Merge pull request #162 from OCSInventory-NG/2.6.0.1-release
Browse files Browse the repository at this point in the history
Prepapre 2.6.0.1 release and NSIS to visual 2019 DLL
  • Loading branch information
charleneauger authored Mar 18, 2020
2 parents 743d442 + f9ab09f commit c120185
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 29 deletions.
4 changes: 2 additions & 2 deletions Agent/OCSInventory.rc
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ BEGIN
VALUE "Comments", "OCS Inventory NG Agent"
VALUE "CompanyName", "OCS Inventory NG"
VALUE "FileDescription", "OCS Inventory NG Agent"
VALUE "FileVersion", "2.6.0.0"
VALUE "FileVersion", "2.6.0.1"
VALUE "InternalName", "OCSInventory.exe"
VALUE "LegalCopyright", "Open Source Software released under GNU General Public License V2"
VALUE "LegalTrademarks", "http://www.ocsinventory-ng.org"
VALUE "OriginalFilename", "OCSInventory.exe"
VALUE "ProductName", "OCS Inventory NG Windows Agent"
VALUE "ProductVersion", "2.6.0.0"
VALUE "ProductVersion", "2.6.0.1"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions ComHTTP/HTTP.rc
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ BEGIN
VALUE "Comments", "OCS Inventory NG Communication Provider"
VALUE "CompanyName", "OCS Inventory NG"
VALUE "FileDescription", "OCS Inventory NG cURL Communication Provider"
VALUE "FileVersion", "2.6.0.0"
VALUE "FileVersion", "2.6.0.1"
VALUE "InternalName", "ComHTTP.dll"
VALUE "LegalCopyright", "Open Source Software released under GNU General Public License V2"
VALUE "LegalTrademarks", "http://www.ocsinventory-ng.org"
VALUE "OriginalFilename", "ComHTTP.dll"
VALUE "ProductName", "OCS Inventory NG Windows Agent"
VALUE "ProductVersion", "2.6.0.0"
VALUE "ProductVersion", "2.6.0.1"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions Download/Download.rc
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ BEGIN
VALUE "Comments", "OCS Inventory NG Package Download and Setup Tool"
VALUE "CompanyName", "OCS Inventory NG"
VALUE "FileDescription", "OCS Inventory NG Package Download and Setup Tool"
VALUE "FileVersion", "2.6.0.0"
VALUE "FileVersion", "2.6.0.1"
VALUE "InternalName", "Download.exe"
VALUE "LegalCopyright", "Open Source Software released under GNU General Public License V2"
VALUE "LegalTrademarks", "http://www.ocsinventory-ng.org"
VALUE "OriginalFilename", "Download.exe"
VALUE "ProductName", "OCS Inventory NG Windows Agent"
VALUE "ProductVersion", "2.6.0.0"
VALUE "ProductVersion", "2.6.0.1"
END
END
BLOCK "VarFileInfo"
Expand Down
24 changes: 15 additions & 9 deletions NSIS_agent_setup/OCS-NG_Windows_Agent_Setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ setcompressor /SOLID lzma

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "OCS Inventory NG Agent"
!define PRODUCT_VERSION "2.6.0.0"
!define PRODUCT_VERSION "2.6.0.1"
!define PRODUCT_PUBLISHER "OCS Inventory NG Team"
!define PRODUCT_WEB_SITE "http://www.ocsinventory-ng.org"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\OCSInventory.exe"
Expand Down Expand Up @@ -1616,7 +1616,7 @@ Section "OCS Inventory Agent" SEC03
clearerrors
; MSVC 9 CRT redist current for XP and higher
SetOutPath "$INSTDIR"
File "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.CRT\msvcp140.dll"
File "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.CRT\msvcp140.dll"
Iferrors 0 +5
StrCpy $logBuffer "$logBuffer ERROR copying msvcp140.dll $\r$\n"
Call Write_Log
Expand All @@ -1628,44 +1628,50 @@ Section "OCS Inventory Agent" SEC03
Call Write_Log
strcpy $installSatus ":("
clearerrors
File "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.MFC\mfc140.dll"
File "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.MFC\mfc140.dll"
Iferrors 0 +5
StrCpy $logBuffer "$logBuffer ERROR copying mfc140.dll $\r$\n"
Call Write_Log
strcpy $installSatus ":("
clearerrors
File "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.MFC\mfc140u.dll"
File "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.MFC\mfc140u.dll"
Iferrors 0 +5
StrCpy $logBuffer "$logBuffer ERROR copying mfc140u.dll $\r$\n"
Call Write_Log
strcpy $installSatus ":("
clearerrors
File "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.MFC\mfcm140.dll"
File "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.MFC\mfcm140.dll"
Iferrors 0 +5
StrCpy $logBuffer "$logBuffer ERROR copying mfcm140.dll $\r$\n"
Call Write_Log
strcpy $installSatus ":("
clearerrors
File "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.MFC\mfcm140u.dll"
File "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.MFC\mfcm140u.dll"
Iferrors 0 +5
StrCpy $logBuffer "$logBuffer ERROR copying mfcm140u.dll $\r$\n"
Call Write_Log
strcpy $installSatus ":("
clearerrors
;Lib for Win 8.0 / 8.1 / win 10
File "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.CRT\vcruntime140.dll"
File "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.CRT\vcruntime140.dll"
Iferrors 0 +5
StrCpy $logBuffer "$logBuffer ERROR copying vcruntime140.dll $\r$\n"
Call Write_Log
strcpy $installSatus ":("
clearerrors
File "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.OpenMP\vcomp140.dll"
File "vcruntime140_1.dll"
Iferrors 0 +5
StrCpy $logBuffer "$logBuffer ERROR copying vcruntime140.dll $\r$\n"
Call Write_Log
strcpy $installSatus ":("
clearerrors
File "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.OpenMP\vcomp140.dll"
Iferrors 0 +5
StrCpy $logBuffer "$logBuffer ERROR copying vcomp140.dll $\r$\n"
Call Write_Log
strcpy $installSatus ":("
clearerrors
File "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.CXXAMP\vcamp140.dll"
File "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.CXXAMP\vcamp140.dll"
Iferrors 0 +5
StrCpy $logBuffer "$logBuffer ERROR copying vcamp140.dll $\r$\n"
Call Write_Log
Expand Down
4 changes: 2 additions & 2 deletions OCSInventory Front/OCSInventory Front.rc
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ BEGIN
VALUE "Comments", "OCS Inventory NG Framework Provider"
VALUE "CompanyName", "OCS Inventory NG"
VALUE "FileDescription", "OCS Inventory NG Framework Provider"
VALUE "FileVersion", "2.6.0.0"
VALUE "FileVersion", "2.6.0.1"
VALUE "InternalName", "OCSInventory Front.dll"
VALUE "LegalCopyright", "Open Source Software released under GNU General Public License V2"
VALUE "LegalTrademarks", "http://www.ocsinventory-ng.org"
VALUE "OriginalFilename", "OCSInventory Front.dll"
VALUE "ProductName", "OCS Inventory NG Windows Agent"
VALUE "ProductVersion", "2.6.0.0"
VALUE "ProductVersion", "2.6.0.1"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions OcsNotifyUser/OcsNotifyUser.rc
Original file line number Diff line number Diff line change
Expand Up @@ -404,13 +404,13 @@ BEGIN
VALUE "Comments", "OCS Inventory NG User Notification Provider"
VALUE "CompanyName", "OCS Inventory NG"
VALUE "FileDescription", "OCS Inventory NG User Notification Provider"
VALUE "FileVersion", "2.6.0.0"
VALUE "FileVersion", "2.6.0.1"
VALUE "InternalName", "OcsNotifyUser.exe"
VALUE "LegalCopyright", "Open Source Software released under GNU General Public License V2"
VALUE "LegalTrademarks", "http://www.ocsinventory-ng.org"
VALUE "OriginalFilename", "OcsNotifyUser.exe"
VALUE "ProductName", "OCS Inventory NG Windows Agent"
VALUE "ProductVersion", "2.6.0.0"
VALUE "ProductVersion", "2.6.0.1"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions OcsSystray/OcsSystray.rc
Original file line number Diff line number Diff line change
Expand Up @@ -407,13 +407,13 @@ BEGIN
VALUE "Comments", "OCS Inventory NG Systray applet"
VALUE "CompanyName", "OCS Inventory NG"
VALUE "FileDescription", "OCS Inventory NG Systray applet"
VALUE "FileVersion", "2.6.0.0"
VALUE "FileVersion", "2.6.0.1"
VALUE "InternalName", "OcsSystray.exe"
VALUE "LegalCopyright", "Open Source Software released under GNU General Public License V2"
VALUE "LegalTrademarks", "http://www.ocsinventory-ng.org"
VALUE "OriginalFilename", "OcsSystray.exe"
VALUE "ProductName", "OCS Inventory NG Windows Agent"
VALUE "ProductVersion", "2.6.0.0"
VALUE "ProductVersion", "2.6.0.1"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions OcsWmi/OcsWmi.rc
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ BEGIN
VALUE "Comments", "OCS Inventory NG WMI Provider"
VALUE "CompanyName", "OCS Inventory NG"
VALUE "FileDescription", "OCS Inventory NG WMI Provider"
VALUE "FileVersion", "2.6.0.0"
VALUE "FileVersion", "2.6.0.1"
VALUE "InternalName", "OcsWmi.dll"
VALUE "LegalCopyright", "Open Source Software released under GNU General Public License V2"
VALUE "LegalTrademarks", "http://www.ocsinventory-ng.org"
VALUE "OriginalFilename", "OcsWmi.dll"
VALUE "ProductName", "OCS Inventory NG Windows Agent"
VALUE "ProductVersion", "2.6.0.0"
VALUE "ProductVersion", "2.6.0.1"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions Service/Service.rc
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ BEGIN
VALUE "Comments", "OCS Inventory NG Service"
VALUE "CompanyName", "OCS Inventory NG"
VALUE "FileDescription", "OCS Inventory NG Service"
VALUE "FileVersion", "2.6.0.0"
VALUE "FileVersion", "2.6.0.1"
VALUE "InternalName", "OcsService.exe"
VALUE "LegalCopyright", "Open Source Software released under GNU General Public License V2"
VALUE "LegalTrademarks", "http://www.ocsinventory-ng.org"
VALUE "OriginalFilename", "OcsService.exe"
VALUE "ProductName", "OCS Inventory NG Windows Agent"
VALUE "ProductVersion", "2.6.0.0"
VALUE "ProductVersion", "2.6.0.1"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions SysInfo/SysInfo.rc
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ BEGIN
VALUE "Comments", "OCS Inventory NG System Provider"
VALUE "CompanyName", "OCS Inventory NG"
VALUE "FileDescription", "OCS Inventory NG System Provider"
VALUE "FileVersion", "2.6.0.0"
VALUE "FileVersion", "2.6.0.1"
VALUE "InternalName", "SysInfo.dll"
VALUE "LegalCopyright", "Open Source Software released under GNU General Public License V2"
VALUE "LegalTrademarks", "http://www.ocsinventory-ng.org"
VALUE "OriginalFilename", "SysInfo.dll"
VALUE "ProductName", "OCS Inventory NG Windows Agent"
VALUE "ProductVersion", "2.6.0.0"
VALUE "ProductVersion", "2.6.0.1"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions TestSysInfo/TestSysInfo.rc
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ BEGIN
VALUE "Comments", "OCS Inventory NG System Information Testing tool"
VALUE "CompanyName", "OCS Inventory NG"
VALUE "FileDescription", "OCS Inventory NG System Information Testing tool"
VALUE "FileVersion", "2.6.0.0"
VALUE "FileVersion", "2.6.0.1"
VALUE "InternalName", "TestSysInfo.exe"
VALUE "LegalCopyright", "Open Source Software released under GNU General Public License V2"
VALUE "LegalTrademarks", "http://www.ocsinventory-ng.org"
VALUE "OriginalFilename", "TestSysInfo.exe"
VALUE "ProductName", "OCS Inventory NG Windows Agent"
VALUE "ProductVersion", "2.6.0.0"
VALUE "ProductVersion", "2.6.0.1"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit c120185

Please sign in to comment.