-
-
Notifications
You must be signed in to change notification settings - Fork 110
Modernize the Windows MSI: WiX v5, x64, service registration, upgrade from 5.1.1 #701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
vharseko
wants to merge
27
commits into
OpenIdentityPlatform:master
Choose a base branch
from
vharseko:features/windows-distribution-new
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
8710544
Add CI job to install-test the Windows MSI
vharseko 830629c
Require Java via MSI launch condition; fix test-msi (--doNotStart, JR…
vharseko 2b2d25d
remove MSI JAVA_HOME launch condition
vharseko 3edfa16
document MSI install/upgrade/uninstall
vharseko f3b7a15
Modernize MSI: WiX v5, x64, register service via WiX, drop wine
vharseko f925656
Fix MSI CI: DOTNET_ROLL_FORWARD=Major so the net6.0 wix tool runs
vharseko 60364d5
Fix MSI build: WiX v5 Files child Exclude; .NET runtime for wix on macOS
vharseko 8571e3d
Fix MSI build: do Files exclusions in Ant staging (WiX 5 Files takes …
vharseko 7ebd48b
Use forward slashes in WiX Files Include (test non-Windows wix build)
vharseko 8e297c0
Build the MSI on Windows only (WiX cannot author MSIs on Linux/macOS)
vharseko a3e3d00
Publish the Windows MSI in release/deploy without rebuilding the server
vharseko 431b693
MSI: require a JRE at install, upgrade over existing installs, replac…
vharseko 50247e1
Document the unsigned-MSI SmartScreen warning; drop unused wix.versio…
vharseko 20fbcca
Fix unquoted java.io.tmpdir (paths with spaces); harden MSI tests
vharseko 23b355a
Fix unquoted java.io.tmpdir in Windows scripts (install paths with sp…
vharseko a80fcdb
Fix classpath building for install paths with spaces/parentheses (set…
vharseko dc97ea4
Use "if defined" for JAVA_ARGS checks: the quoted java.io.tmpdir brok…
vharseko 74c74bc
Merge branch 'issues/windows-tmpdir-quoting' into features/windows-di…
vharseko a6c9fb0
MSI: ship the empty instance directories and fix the service ImagePat…
vharseko 1a4f66e
MSI: explicit GUIDs for the CreateFolder components (WIX0230)
vharseko a5f8748
start-ds.bat: quote the tmp-cleanup paths (parentheses break the block)
vharseko e3e2813
Merge branch 'issues/windows-tmpdir-quoting' into features/windows-di…
vharseko 262f98f
Windows service: tolerant ImagePath matching in opendj_service.exe
vharseko 7961cb1
Merge branch 'master' into features/windows-distribution-new
vharseko b23db32
Rebuild Windows native binaries with the ImagePath fix
vharseko bc9ef7e
Merge remote-tracking branch 'origin/master' into features/windows-di…
vharseko 72f5ac2
[#701] restrict build workflow permissions and pin action-gh-release
vharseko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,6 @@ | ||
| # WiX sources must stay LF so the WiX toolset parses them consistently across runners. | ||
| *.wxs text eol=lf | ||
| *.wxi text eol=lf | ||
| # Keep HTML checked out with LF on all platforms so javadoc doclint | ||
| # (JDK 25/26) does not treat CR (from CRLF) as part of a multi-line tag name. | ||
| *.html text eol=lf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.