-
Notifications
You must be signed in to change notification settings - Fork 21
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
Cknieling/msi installer #197
Open
chr11115
wants to merge
14
commits into
develop
Choose a base branch
from
cknieling/msi_installer
base: develop
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
14 commits
Select commit
Hold shift + click to select a range
a5a7883
Extract palladio version information from cmake to separate shared file
chr11115 76f0bfe
Add install subdir to gitignore
chr11115 f6d83f3
Add python script with templates for creating msi installer with WIX
5ce20b5
CI: add installer stage to Jenkins
chr11115 a41f235
Doc: added section to readme for generating msi installer
chr11115 ccec608
Cleanup: remove redundant placeholder string syntax
chr11115 d2a1dad
Install to programm data with msi installer
chr11115 250d6ee
Cleanup: remove unused registry search template
chr11115 c02026a
Use Json for setting/parsing palladio version
chr11115 44a67f0
Doc: update doc with installer requirements and changes
chr11115 7da3b48
CI: run on testing and check if cmake 3.19 can be used
chr11115 5b38340
CI: switch back to production
chr11115 6b38351
CI: use replace instead of replaceAll
chr11115 75ca5df
Hide json package in featuretree of installer
chr11115 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
/build | ||
/install | ||
/.idea | ||
/src/.idea | ||
/src/Pipfile.lock | ||
|
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
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
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.
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.
Should check if the zipFile has been found or explict error with a message otherwise
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.
The call to findOneFile already throws an error if the file isn't found