Replies: 4 comments 4 replies
-
https://wixtoolset.org/docs/gethelp/ has a bunch of links. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I've been running a weekly live YouTube show for getting started with WiX v4 called "Deployment Dojo". |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you Rob,
The problem is that I simply have to pack an .exe, a runtime folder, and an .icon into an.msi.
And in order to learn how to do this monumental task, I have to study two rather boring books - a chore when you are 84.
Ralph
Sent from BlueMail
…On Feb 4, 2023, 6:13 PM, at 6:13 PM, Rob Mensching ***@***.***> wrote:
I've been running a weekly live YouTube show for getting started with
WiX v4 called "[Deployment
Dojo](https://youtube.com/playlist?list=PLDlzbQXIs18slmqmdlS10_de_Cps-QRg6)".
--
Reply to this email directly or view it on GitHub:
#7203 (comment)
You are receiving this because you authored the thread.
Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I suggest taking a look at https://github.com/oleg-shilo/wixsharp or maybe https://jrsoftware.org/isinfo.php. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have ported a large legacy java-8 application into the 2020s. Creating a binary for Linux was easy. I created a running application for Windows (Intellij with Gradle), but now I have to package it into an msi or exe form. Somebody suggested WIX Toolset, and I am lost.
The documentaions on the WIX-Toolset site doesn't help, since the examples pack trivial HelloWorld type projects. Where can I find instructions for using the toolset for my kind of problem?
Beta Was this translation helpful? Give feedback.
All reactions