WIX0001 - Illegal character in path #8809
-
I have a Include-File with some paramters. One is then name of the App that should be installed. I have add a project dependency to this project in my WiX5 project Here the ProductVariables.wxi
Then I want to Harvest all the files of my App (FxCoreMYKEYPartner). Here the Components.wxs
I hope someone can give me a hint I have try to put in the ProjectFoldername hardcoded - but the same error
Then I test following: I remove the last charater of my ProjectFoldername.
Then a build was running. But with no files. And in the Output of VS2022 i see following hint:
What I found out:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I use follwing definition in my ProductVariables.wxi (!) and remove the line in Components.wxs
|
Beta Was this translation helpful? Give feedback.
I use follwing definition in my ProductVariables.wxi (!) and remove the line in Components.wxs
<?define MainOutputDir = $(var.FxCoreMYKEYPartner.TargetDir) ?>