File not being found. error WIX0094 #7956
Unanswered
corey-Robinson1337
asked this question in
Questions
Replies: 1 comment
-
The linker is telling you that you need a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build up an msi that will do the following when installing --
run a getEmail.exe file that uses active directory to get the currently logged in user's email and write it to a file
install an electron app that will use the created file.
here's my Product.wxs file
and the full error I get when I try to build this
Does anyone know why the file isn't being found?
Beta Was this translation helpful? Give feedback.
All reactions