this is part of my wix.json
"files": {
"guid": "378896D8-6749-4821-870A-44CBBB791D0C",
"items": [
"service.exe"
]
},
"directories": [
"assets"
]
service.exe located in the same directory as wix.json, there is one text file in the assets subdirectory. I create an msi, then install this msi, in the directory where the installation was made there is a text file from the assets subdirectory, but there is no exe file. I tried to specify an absolute path in json to files, it didn't help
Windows Installer XML Toolset Linker version 3.11.2.4516
this is part of my wix.json
service.exe located in the same directory as wix.json, there is one text file in the assets subdirectory. I create an msi, then install this msi, in the directory where the installation was made there is a text file from the assets subdirectory, but there is no exe file. I tried to specify an absolute path in json to files, it didn't help
Windows Installer XML Toolset Linker version 3.11.2.4516