Skip to content
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

Added WiX detection to MSI Parser. #220

Merged
merged 4 commits into from
Feb 4, 2022

Conversation

jedieaston
Copy link
Contributor

@jedieaston jedieaston commented Jan 27, 2022


Resolves #222.

This PR adds WiX detection to the MSI Parser, inspired by similar changes to YamlCreate.ps1. Unfortuately, since there isn't a silver bullet way to determine if a MSI was created by WiX several things are checked.

Also, it seems to reformat PackageParser.cs for some reason, I suppose there was some style issue that was corrected during commit.

Tested: manually. As always, I'm happy to write unit tests if necessary.

Microsoft Reviewers: Open in CodeFlow

@jedieaston jedieaston requested a review from a team as a code owner January 27, 2022 16:01
@jedieaston jedieaston requested review from yao-msft and ryfu-msft and removed request for a team January 27, 2022 16:01
@ryfu-msft
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jedieaston
Copy link
Contributor Author

Component Governance down again?

Starting: NOTICE File Generator
==============================================================================
Task         : OSPO NOTICE File Generator
Description  : Generates a NOTICE file based on a snapshot
Version      : 0.5.14
Author       : ospo
Help         : Generates a NOTICE file based on a Component Governance Snapshot
==============================================================================
##[error]failed to get governed repository id
##[error]Generation failed. Please see https://aka.ms/noticedebugging for more information.
Finishing: NOTICE File Generator

@ryfu-msft
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Contributor

@ryfu-msft ryfu-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@ryfu-msft
Copy link
Contributor

@jedieaston, can you file an issue relating to this change? Just want to make sure that every PR has a linked issue for tracking purposes. In the meantime, I'm looking into why the build is failing...

@Trenly
Copy link
Contributor

Trenly commented Jan 27, 2022

@jedieaston, can you file an issue relating to this change? Just want to make sure that every PR has a linked issue for tracking purposes. In the meantime, I'm looking into why the build is failing...

#222

@ryfu-msft
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ryfu-msft
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ryfu-msft
Copy link
Contributor

@jedieaston, sorry for the delay, took some time to figure out what was going on with Component Governance. You should be good to go now :)

@jedieaston
Copy link
Contributor Author

jedieaston commented Feb 4, 2022

Looks like the changes from main are merged. Ready when you are :D

@ryfu-msft
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@yao-msft yao-msft merged commit 38a111b into microsoft:main Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wix not Differentiated from MSI
4 participants