Need Help <Files> #8904
-
Hello, I have a WPF project and my plan is to create an .msi installer for this application. 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. This is my code:
I know this wont compile becuase of the Component Group. 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.
Replies: 1 comment 1 reply
-
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.
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.
https://www.youtube.com/playlist?list=PLDlzbQXIs18slmqmdlS10_de_Cps-QRg6