mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #804] Installer Source Code #637
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#637
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @randyburden on GitHub (Mar 10, 2021).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/804
Hi, would you be willing to share the installer source code?
The installer looks really great and I have not been able to find any polished and complete working installers written with WixSharp using embedded WPF.
FYI, I found your project via an issue you posted on the WixSharp repo: https://github.com/oleg-shilo/wixsharp/issues/99
@NickeManarin commented on GitHub (Mar 11, 2021):
Hi, I can teach you how to create something similar.
It's a bit of a hack, you just need a XAML host inside a normal WinForms panel.
Besides that, you can use styles found in this repository. :)
@randyburden commented on GitHub (Apr 13, 2021):
Hi, thanks for the offer and tip. I moved forward with a WinForms solution that looks pretty decent.
@Manvish1230 commented on GitHub (Jan 25, 2022):
HI Nicke, I am interested in learning on how to create installer like yours.
I am searching for information on how to host XAML inside WinForms panel, but I could not find it.
Could you share some information?
Thanks
@NickeManarin commented on GitHub (Jan 26, 2022):
Just search for "Host WPF elementin WinForms".
There's a built-in control that allows you to load your own WPF UserControl.