I'm hoping someone here can help me before I venture into the unforgiving lands of stackoverflow.
Basically I have a folder included in a .rar file with the .msi that I need to copy to the target directory(licence requirements means I can't include it in project ).
I've happily got the copy function going with a hard coded path but obviously this isn't going to work on users machines.
From googling I get the impression that I can use "$(var.SourceDir)\MyFolder" however this returns a "undefined preprocessor variable" error.
Googling again leads me to dead ends of people wanting to hard code the SourceDir so I am at a complete loss .
Any ideas? Am I barking up the wrong tree here?
(I have a grand total of 3 hours of WIX experience so I'm struggling a bit. Just need to get this sorted and the installer is done.)
Basically I have a folder included in a .rar file with the .msi that I need to copy to the target directory(licence requirements means I can't include it in project ).
I've happily got the copy function going with a hard coded path but obviously this isn't going to work on users machines.
From googling I get the impression that I can use "$(var.SourceDir)\MyFolder" however this returns a "undefined preprocessor variable" error.
Googling again leads me to dead ends of people wanting to hard code the SourceDir so I am at a complete loss .
Any ideas? Am I barking up the wrong tree here?
(I have a grand total of 3 hours of WIX experience so I'm struggling a bit. Just need to get this sorted and the installer is done.)
Last edited: