Extension being cut off #7722
-
I have an executable named: Photography.UI.exe Windows installer is cutting off the exe, so the file name is: Photography.UI Am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hard to say. You don't say what you are doing. Try editing your question to include three parts:
|
Beta Was this translation helpful? Give feedback.
-
Wix 4 I'm attempting to get the exe file from my project and with the install place it in Program Files\Manufacturer\ProductName\exe file
I'm currently going through your Dojo Deployment series to get a handle on version 4. |
Beta Was this translation helpful? Give feedback.
-
I'm an idiot... |
Beta Was this translation helpful? Give feedback.
Wix 4
VS 2022
Application project and Installer project are in the same solution.
I'm attempting to get the exe file from my project and with the install place it in Program Files\Manufacturer\ProductName\exe file
There are no build errors. Install is working except for the exe extension. What shows is Photography.UI
FilePath = D:\SoftwareMVVMTCH\EES\Photography.UI\bin\x64\Debug\net7.0-windows\
Code snippet attached.
I'm currently going thro…