Replies: 1 comment
-
I have the tutorial msi package the only diference is that its named MSIPackage. <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
<Fragment>
<ComponentGroup Id="AppComponents" Directory="INSTALLFOLDER">
<Component>
<File Source="MyCSharpApp.exe">
</File>
</Component>
</ComponentGroup>
</Fragment>
</Wix> is going to include all the output files |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Practicaly the title the thing is that i do not know how to make the bundle (i did not find the docs to it)
I made an msi installer the thing i do not know ho to make it a bundle that installs .net 9 and then the app
The question is if i can combine the Bundle with the msi so that i do not need a Bundle and a MSi project in the solution. Like if it's possible to attach the install logic directily if not how would i do it with a bundle.
Beta Was this translation helpful? Give feedback.
All reactions