Need Help <Files> #8904
Unanswered
lucamontin
asked this question in
Questions
Replies: 1 comment
-
I would advise to not use ChatGPT. It won't help you learn, and will just end up with a wall of incorrect XML. You should watch through Rob's Deployment Dojo series. |
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
-
Hello,
Im new here and i really need your help.
I have a WPF project and my plan is to create an .msi installer for this application.
Im using VS code (i know VS is better but im stuck with vs code)
So today for like 8 hours i tried to code my .wxs file but slowly im getting worried i might be dumb.
After 5 hours i finally copied the .exe file into the right directory. But i then realised i also need all other files from the publish folder and subfolders not only the .exe, so i tried to code it in the .wxs but i have no clue how to achieve it.
I tried with Chatgpt (he is very bad with wix v.5), i looked up for youtube tutorials but found none that explain wix v.5 in detail.
So please help me.
This is my code:
I know this wont compile becuase of the Component Group.
What im trying to do is to copy/install all files from the publish folder into the directory path i build above.
Is there a possibility to include the .cab and the wix.pdb files so i just have the one .msi file?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions