[wix-users] WiX nuget package

Hoover, Jacob Jacob.Hoover at greenheck.com
Thu Aug 20 09:32:14 PDT 2020


NuGet packages are fairly new...  The old way has always been the binary zip, and a few MSBuild properties.

https://wixtoolset.org/documentation/manual/v3/msbuild/daily_builds.html

From: wix-users <wix-users-bounces at lists.wixtoolset.org> On Behalf Of Alex Ivanoff via wix-users
Sent: Wednesday, August 19, 2020 8:45 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Cc: Alex Ivanoff <alex.ivanoff at ivanti.com>
Subject: Re: [wix-users] WiX nuget package

Has anyone successfully used WiX nuget package on the build server? Can you please post some samples/instructions?


> On Aug 17, 2020, at 01:38 , Alex Ivanoff via wix-users <wix-users at lists.wixtoolset.org<mailto:wix-users at lists.wixtoolset.org>> wrote:
>
> Sorry, I probably has not asked my question properly. What I am looking for is step-by-step instructions of how to include WiX NuGet package into my project so it can be built on the build server without installing build tools. Something like EWSoftware has for SHFB: https://ewsoftware.github.io/SHFB/html/50ad2c8c-5004-4b4c-97b8c403c9f2.htm<https://ewsoftware.github.io/SHFB/html/50ad2c8c-5004-4b4c-97b8c403c9f2.htm>.
>
>
> -----Original Message-----
> From: wix-users <wix-users-bounces at lists.wixtoolset.org<mailto:wix-users-bounces at lists.wixtoolset.org>> On Behalf Of Nir Bar via wix-users
> Sent: Monday, August 17, 2020 00:01
> To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org<mailto:wix-users at lists.wixtoolset.org>>
> Cc: Nir Bar <nir.bar at panel-sw.com<mailto:nir.bar at panel-sw.com>>
> Subject: Re: [wix-users] WiX nuget package
>
> You can use the official https://urldefense.com/v3/__https://www.nuget.org/packages/WiX/3.11.2__;!!JixBeyntYaY!fXX1yIeJDSwKI8wxY-Z9NAgwp0b1skFosabVCWYYzdyuXnfRcjn3nOBGdoYQSfB7jtU$<https://urldefense.com/v3/__https://www.nuget.org/packages/WiX/3.11.2__;!!JixBeyntYaY!fXX1yIeJDSwKI8wxY-Z9NAgwp0b1skFosabVCWYYzdyuXnfRcjn3nOBGdoYQSfB7jtU$>
>
>
>
> Alternatively use my custom WiX package https://urldefense.com/v3/__https://www.nuget.org/packages/PanelSW.Custom.WiX__;!!JixBeyntYaY!fXX1yIeJDSwKI8wxY-Z9NAgwp0b1skFosabVCWYYzdyuXnfRcjn3nOBGdoYQ4FxowRM$<https://urldefense.com/v3/__https://www.nuget.org/packages/PanelSW.Custom.WiX__;!!JixBeyntYaY!fXX1yIeJDSwKI8wxY-Z9NAgwp0b1skFosabVCWYYzdyuXnfRcjn3nOBGdoYQ4FxowRM$> with some fixes and changes:
>
> - https://urldefense.com/v3/__https://github.com/wixtoolset/issues/issues/5309__;!!JixBeyntYaY!fXX1yIeJDSwKI8wxY-Z9NAgwp0b1skFosabVCWYYzdyuXnfRcjn3nOBGdoYQH0kOVB0$<https://urldefense.com/v3/__https://github.com/wixtoolset/issues/issues/5309__;!!JixBeyntYaY!fXX1yIeJDSwKI8wxY-Z9NAgwp0b1skFosabVCWYYzdyuXnfRcjn3nOBGdoYQH0kOVB0$> attribute creates a bootstrapper that requires elevation when launched
>
> - Support canceling the build when using MSBuild
>
> - https://urldefense.com/v3/__https://wixtoolset.org/documentation/manual/v3/xsd/wix/remotepayload.html__;!!JixBeyntYaY!fXX1yIeJDSwKI8wxY-Z9NAgwp0b1skFosabVCWYYzdyuXnfRcjn3nOBGdoYQUyHYjAo$<https://urldefense.com/v3/__https://wixtoolset.org/documentation/manual/v3/xsd/wix/remotepayload.html__;!!JixBeyntYaY!fXX1yIeJDSwKI8wxY-Z9NAgwp0b1skFosabVCWYYzdyuXnfRcjn3nOBGdoYQUyHYjAo$> can be specified on any package payload rather than the main setup file
>
> - Add https://urldefense.com/v3/__https://wixtoolset.org/documentation/manual/v3/overview/heat.html__;!!JixBeyntYaY!fXX1yIeJDSwKI8wxY-Z9NAgwp0b1skFosabVCWYYzdyuXnfRcjn3nOBGdoYQky3hSJc$<https://urldefense.com/v3/__https://wixtoolset.org/documentation/manual/v3/overview/heat.html__;!!JixBeyntYaY!fXX1yIeJDSwKI8wxY-Z9NAgwp0b1skFosabVCWYYzdyuXnfRcjn3nOBGdoYQky3hSJc$> harvest type "payload_dir" to harvest a PayloadGroup. Specify -url link to set base DownloadUrl for remote payloads
>
> - Fix WiX issue https://urldefense.com/v3/__https://github.com/wixtoolset/issues/issues/6144__;!!JixBeyntYaY!fXX1yIeJDSwKI8wxY-Z9NAgwp0b1skFosabVCWYYzdyuXnfRcjn3nOBGdoYQbYGetmc$<https://urldefense.com/v3/__https://github.com/wixtoolset/issues/issues/6144__;!!JixBeyntYaY!fXX1yIeJDSwKI8wxY-Z9NAgwp0b1skFosabVCWYYzdyuXnfRcjn3nOBGdoYQbYGetmc$> : Support multiple attached containers in bundles. Enables bootstrappers larger than 2GB
>
> - Fix WiX issue https://urldefense.com/v3/__https://github.com/wixtoolset/issues/issues/6174__;!!JixBeyntYaY!fXX1yIeJDSwKI8wxY-Z9NAgwp0b1skFosabVCWYYzdyuXnfRcjn3nOBGdoYQ6huEh1M$<https://urldefense.com/v3/__https://github.com/wixtoolset/issues/issues/6174__;!!JixBeyntYaY!fXX1yIeJDSwKI8wxY-Z9NAgwp0b1skFosabVCWYYzdyuXnfRcjn3nOBGdoYQ6huEh1M$> : Fix bloated bootstrapper when authoring detached containers
>
>
>
> Either way, after installing the package close the solution and then reopen it for the changes to take effect
>
>
>
> --
>
> Nir Bar
>
> WiX Expert
>
>
>
>
>
>
> ---- On Sun, 16 Aug 2020 22:22:58 +0300 Alex Ivanoff via wix-users <wix-users at lists.wixtoolset.org<mailto:wix-users at lists.wixtoolset.org>> wrote ----
>
>
>
> I am looking for the proper way to use WiX nuget package on the build server without installing WIX tools. Is there some documentation or examples available?
>
> Thank you,
> Alex
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant https://urldefense.com/v3/__http://www.firegiant.com/__;!!JixBeyntYaY!fXX1yIeJDSwKI8wxY-Z9NAgwp0b1skFosabVCWYYzdyuXnfRcjn3nOBGdoYQXTGkPEo$<https://urldefense.com/v3/__http://www.firegiant.com/__;!!JixBeyntYaY!fXX1yIeJDSwKI8wxY-Z9NAgwp0b1skFosabVCWYYzdyuXnfRcjn3nOBGdoYQXTGkPEo$>
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant https://urldefense.com/v3/__http://www.firegiant.com/__;!!JixBeyntYaY!fXX1yIeJDSwKI8wxY-Z9NAgwp0b1skFosabVCWYYzdyuXnfRcjn3nOBGdoYQXTGkPEo$<https://urldefense.com/v3/__http://www.firegiant.com/__;!!JixBeyntYaY!fXX1yIeJDSwKI8wxY-Z9NAgwp0b1skFosabVCWYYzdyuXnfRcjn3nOBGdoYQXTGkPEo$>
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant https://urldefense.com/v3/__http://www.firegiant.com/__;!!JixBeyntYaY!ZKcDqh_zjBwqNx86pT2Iki_Rx30MZ0WBEi0Zgq2J4_2_qnZsH3qDQRjgxDpdolb0FeY$<https://urldefense.com/v3/__http://www.firegiant.com/__;!!JixBeyntYaY!ZKcDqh_zjBwqNx86pT2Iki_Rx30MZ0WBEi0Zgq2J4_2_qnZsH3qDQRjgxDpdolb0FeY$>


____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/<http://www.firegiant.com>
NOTE: This email was received from an external source. Please use caution when opening links or attachments in the message.



More information about the wix-users mailing list