Skip to content
Discussion options

You must be logged in to vote

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.

<Component 
		Id='MainExecutable' 
		Guid='{C51544FD-9F4B-40FC-BAF4-3C8D0DFF569B}'
		Bitness ='always64'>
		<File 
				Id='PhotographyEXE' 
				Name='Photography.UI.EXE' 
				DiskId='1' 
				Source='$(FilesPath)Photography.UI.exe' 
				KeyPath='yes'>

I'm currently going thro…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@robmen
Comment options

Answer selected by rkamarowski
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants