-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Updated msi windows installers to use wix v5 #851
Merged
Merged
Changes from 1 commit
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
0dc7ad5
First attempt at converting wix/Build.OpenJDK_generic.cmd to .ps1 file
jmjaffe37 3dd44ad
Updated main + base + hotspot wix xml templates
jmjaffe37 3fe7cbd
Updated dragonwell + openj9 wix templates to wixv4
jmjaffe37 3fc05bb
Updated remaining templates to wix v4
jmjaffe37 c2fce74
Updated extensions used in wix commands
jmjaffe37 af7f7ea
First attempt at converting to wixv4
jmjaffe37 b0d976b
No attempting to use wix_heat_directory
jmjaffe37 93cde4d
Now using wix 4.0.5
jmjaffe37 3ba44b5
Now placing heat.exe in Resources dir
jmjaffe37 f678094
updated default heat path and error messages
jmjaffe37 a818e88
Now adding wix extensions
jmjaffe37 eed8bf1
Now keeping all heat tools files
jmjaffe37 64c1c3b
updated default heat path, fixed error message
jmjaffe37 f35ec13
Removed 'ALLUSERS' property from Main.wxs.template; causing 'duplicat…
jmjaffe37 3e50487
Changed ID ALLUSERS to ALLUSERSSETUP
jmjaffe37 3ff5cd5
Updated culture translation
jmjaffe37 2ea3ec6
Added + updated error messages
jmjaffe37 d9d4a0a
Updated error message
jmjaffe37 ac2c8ea
Updated comments and wix.yml
jmjaffe37 b138ed5
Deleted Build-OpenJDK.ps1
jmjaffe37 93da458
Attempting to support icedTea again
jmjaffe37 491580c
now heating jdk8 on single line
jmjaffe37 2f363ab
Attempting to build with IcedTea
jmjaffe37 d6c7ac4
Added comments and updated error messages
jmjaffe37 b5e3123
Added back -sfrag flag and added comments
jmjaffe37 c055f90
Updated installer version from 200 to 500 to get rid of warning
jmjaffe37 54c93ab
Updated old source code comments
jmjaffe37 784c8de
Updated wix/README.md
jmjaffe37 3c91bde
Seperated heat and build commands out for readability. Now there is 1…
jmjaffe37 e0d2273
Updated debug and error messages
jmjaffe37 960e7df
Fixed typo
jmjaffe37 5af48b9
Now using wix v5 by default
jmjaffe37 07b7ed9
Added ability for custom output file names
jmjaffe37 352bf89
Removed old comments
jmjaffe37 351d7f7
Merge branch 'master' into jmj/wix4_update
jmjaffe37 d0136da
applied feedback from code review
jmjaffe37 ad44594
Added xml tagging back
jmjaffe37 2c000cb
Updated README.md
jmjaffe37 791cb72
Fixed 'ALLUSERS' property
jmjaffe37 293dee6
Fixed typo
jmjaffe37 814a501
Updated wxs spacing and added a comment
jmjaffe37 7e5c691
Updated README.md with new URL and more md style
jmjaffe37 9791b53
More md style number bullets
jmjaffe37 1602161
Added other necessary env vars to README.md
jmjaffe37 5d1ffd9
Fixed README.md typos
jmjaffe37 bcc4707
Merge branch 'master' into jmj/wix4_update
gdams 4510eae
Testing changes to fix default installdir
jmjaffe37 a96f095
Now able to set installation scope
jmjaffe37 f7ca8d5
Updated comments
jmjaffe37 18ec3e1
support perUser and perMachine
gdams 0698685
Merge branch 'master' into jmj/wix4_update
gdams e6bb06a
formatting tweaks
gdams 6f6a569
use API to fetch versions to build
gdams 311d9ea
remove PerUserOrMachine-Example
gdams ab6da46
Merge branch 'master' into jmj/wix4_update
gdams 434a247
Re-added ability for vendor to choose not to show the end-user licens…
jmjaffe37 a03a907
Fixed back button
jmjaffe37 19a400b
Test
jmjaffe37 40c4f7e
Now installing wix quietly
jmjaffe37 8243553
Now using format closer to what existed previously
jmjaffe37 c57f896
Removed test code
jmjaffe37 6149aef
Added sample code and comment
jmjaffe37 eb0b678
Added license end-user license behavior section to README.md
jmjaffe37 ccab40c
Now using env var for vendor
jmjaffe37 0507767
Took out vendor logic for end-user license agreements (as requested),…
jmjaffe37 375429d
Updated wix installer changelog.md
jmjaffe37 00f04bb
Fixed formatting
jmjaffe37 1bcb898
Update .github/workflows/wix.yml
gdams bd16b79
Updated README.md minimum supported wix version
jmjaffe37 35d0e69
formatting tweak
jmjaffe37 6d8c0b3
Merge branch 'master' into jmj/wix4_update
jmjaffe37 9dd8b96
Merge branch 'master' into jmj/wix4_update
jmjaffe37 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whitespace for this doesn't match your change above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@karianna I am unsure which section you are referring to about the whitespace mismatch. I will say, some of the whitespace tweaks were done by @gdams, but I wanted to change back the inner blocks of if-statements to be indented so the reader is more clear on which lines fall within the if-statement block
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jmjaffe37 feel free to tweak them to however you prefer