-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Known issue due to breaking changes in Visual Studio 17.13. I've heard from a little bird that FireGiant devs are working on it. |
Beta Was this translation helpful? Give feedback.
-
thanks for your reply Rob. I hope that a release come soon because this is a blocking situation, especially that it is not possible to downgrade VS2022CE as i know |
Beta Was this translation helpful? Give feedback.
-
Hi again, |
Beta Was this translation helpful? Give feedback.
Hi again,
As it was urgent for me, and to be sure, i build my installers on another machine with previous version of VS.
Nevertheless, but after, i saw the workaround suggested on other posts consisting on adding the line:
<Target Name="CollectSuggestedVisualStudioComponentIds" />
at the end of the wixproj files.
And this works for me.
regards