mortenn / BrowserPicker

Smart browser selector for Windows
MIT License
244 stars 17 forks source link

Update installer project #62

Closed mortenn closed 5 months ago

mortenn commented 2 years ago

Need to use dotnet publish and pack files from the publish folder of the output in the wix project.

Consider creating a separate installer with embedded framework resources to enable usage without runtime installed. Testing shows BrowserPicker.exe will be roughly 184MB so I still want an MSI that relies on the user having the .NET runtime installed.

Signing may need some adjustments as well.

mortenn commented 5 months ago

wix is now at v4, but there is some work yet to be done here, like with signing.

mortenn commented 5 months ago

Signing has been implemented in the pipeline, but I want to create an msi for the portable before considering this issue resolved