X Tutup
The Wayback Machine - https://web.archive.org/web/20260301184435/https://github.com/PowerShell/PowerShell/pull/13139
Skip to content

Refactor MSI code to make it easier to add a WiX EXE installer#13139

Merged
TravisEz13 merged 19 commits intoPowerShell:masterfrom
TravisEz13:refactor-msi-generation
Jul 10, 2020
Merged

Refactor MSI code to make it easier to add a WiX EXE installer#13139
TravisEz13 merged 19 commits intoPowerShell:masterfrom
TravisEz13:refactor-msi-generation

Conversation

@TravisEz13
Copy link
Member

@TravisEz13 TravisEz13 commented Jul 8, 2020

PR Summary

Refactor MSI generation code to move candle and light to their own function

PR Context

Refactor msi code to make it easier to add a WiX EXE installer

PR Checklist

@ghost ghost assigned iSazonov Jul 8, 2020
@TravisEz13 TravisEz13 force-pushed the refactor-msi-generation branch from 878d4c9 to 25bd839 Compare July 9, 2020 19:55
@TravisEz13 TravisEz13 force-pushed the refactor-msi-generation branch from a342e60 to 866136b Compare July 9, 2020 20:30
@TravisEz13 TravisEz13 marked this pull request as ready for review July 9, 2020 22:14
@TravisEz13
Copy link
Member Author

cc @heaths

@TravisEz13 TravisEz13 assigned TravisEz13 and unassigned iSazonov Jul 9, 2020
Copy link
Contributor

@heaths heaths left a comment

Choose a reason for hiding this comment

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

Nice clean-up!

Write-Verbose "$resolvedWxsFiles" -Verbose

Write-Log "running candle..."
Start-NativeExecution -VerboseOutputOnError { & $wixPaths.wixCandleExePath $resolvedWxsFiles -out "$outDir\\" $extensionArgs -arch $ProductTargetArchitecture $buildArguments -v}
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the intent here to use msbuild eventually, or just to build MSIs and/or bundles separately?

Copy link
Member Author

Choose a reason for hiding this comment

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

separately.

@TravisEz13 TravisEz13 force-pushed the refactor-msi-generation branch from 6c7f999 to 27278b1 Compare July 10, 2020 16:21
@TravisEz13 TravisEz13 added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Jul 10, 2020
@TravisEz13 TravisEz13 changed the title Refactor msi code to make it easier to add a WiX EXE installer Refactor MSI code to make it easier to add a WiX EXE installer Jul 10, 2020
@TravisEz13 TravisEz13 merged commit 3a2c164 into PowerShell:master Jul 10, 2020
@TravisEz13 TravisEz13 deleted the refactor-msi-generation branch July 10, 2020 17:46
@ghost
Copy link

ghost commented Aug 17, 2020

🎉v7.1.0-preview.6 has been released which incorporates this pull request.:tada:

Handy links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup