Replies: 4 comments 2 replies
-
This maybe: https://stackoverflow.com/a/364544/623561 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I read that. the problem is heat.exe (even v5) cannot handle 64 bit DLLs.
also on the SO answer they strongly advise against self-registration yet on
firegiant website they seem to advocate for it:
https://www.firegiant.com/docs/fg-wix/harvesting/selfreg/
what is the difference if any between using this:
<Component Directory="INSTALLFOLDER"> <fg:HarvestFile Source=
"!(bindpath.Foo)\path\to\foo.dll" SelfReg="yes" /> </Component>
vs. creating a custom action that calls regsvr32.exe to register the DLL?
…On Tue, Nov 5, 2024 at 6:44 PM Wesley Manning ***@***.***> wrote:
This maybe: https://stackoverflow.com/a/364544/623561
I don't think that has changed since Wix 3.x.
—
Reply to this email directly, view it on GitHub
<#8820 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6NWEKZS5M3MAZPGL6FI6QLZ7F7AJAVCNFSM6AAAAABRHYXTWGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMJWGE3DGMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
so what's the solution to the OP then? and is wix toolset an outdated
technology? should i be using something else to create an installer for a
windows desktop app? i am creating an installer for the first time and
would appreciate some guidance.
…On Wed, Nov 6, 2024 at 11:03 AM Rob Mensching ***@***.***> wrote:
heat was never designed to harvest 64-bit selfreg, just like it doesn't
support out-of-proc harvesting. The heat code is ancient, annoying, and
uncared for. For those reasons, it will be removed from WiX in a future
release <#6838>.
At FireGiant, we had customers that needed those harvesting features, so
we created Advanced Harvesting
<https://www.firegiant.com/docs/heatwave-build-tools/harvesting/> to
tackle the challenges of 64-bit selfreg and out-of-proc harvesting plus
many, many more.
—
Reply to this email directly, view it on GitHub
<#8820 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6NWEK4P76TLY26OIUADYHDZ7JRXJAVCNFSM6AAAAABRHYXTWGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMJXGAYDONQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any page that describes how to register a COM DLL in WIX v5?
Beta Was this translation helpful? Give feedback.
All reactions