Skip to content

Commit

Permalink
try including the jre recursively
Browse files Browse the repository at this point in the history
angryziber committed Jan 20, 2022
1 parent 22d9471 commit a7ed570
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ext/win-installer/Installer/Installer.nsi
Original file line number Diff line number Diff line change
@@ -111,13 +111,7 @@ FunctionEnd

Section Main
SetOutPath "$INSTDIR"

File "..\AppFiles\*.*"
File "..\AppFiles\jre\bin\java*.*"
File "..\AppFiles\jre\conf\*.*"
File "..\AppFiles\jre\lib\*.*"
File "..\AppFiles\jre\lib\security\*.*"
File "..\AppFiles\jre\lib\client\*.*"
File /r "..\AppFiles\*"

;Remember the install location for uninstalls, upgrades and reinstalls
WriteRegStr HKLM "Software\${ApplicationName}" "" $INSTDIR

0 comments on commit a7ed570

Please sign in to comment.