Skip to content

Commit

Permalink
Update installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mtalyat committed Jul 28, 2024
1 parent dd20225 commit 75ec1e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change log

## 1.3.1
- Update installer to ignore extra dll files.

## 1.3.0
- Added `Configure` command for editing settings.
- Remove echo. Now able to use with `Configure`.
Expand Down
5 changes: 0 additions & 5 deletions Installer/Installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ Name: "english"; MessagesFile: "compiler:Default.isl"

[Files]
Source: "C:\Users\mitch\source\repos\ComputerHumanInterface\CHISL\x64\Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\mitch\source\repos\ComputerHumanInterface\CHISL\x64\Release\opencv_videoio_ffmpeg4100_64.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\mitch\source\repos\ComputerHumanInterface\CHISL\x64\Release\opencv_videoio_msmf4100_64.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\mitch\source\repos\ComputerHumanInterface\CHISL\x64\Release\opencv_videoio_msmf4100_64d.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\mitch\source\repos\ComputerHumanInterface\CHISL\x64\Release\opencv_world4100.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\mitch\source\repos\ComputerHumanInterface\CHISL\x64\Release\opencv_world4100d.dll"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Registry]
Expand Down
Binary file modified Installer/Output/chisl_setup.exe
Binary file not shown.

0 comments on commit 75ec1e9

Please sign in to comment.