I have a problem that I'd appropriate your assistance with . I'm using wix (with vs 2013) to create installer that does the following : Copy all files from folder A to folder B (both user editable) . If it contains some specific file create a windows service out of it .
I prefer to do it in Wix for easier support of upgrade \ uninstall etc ...
I have a problem with it : I copy all the files using CopyFile element and For the service I need to specify the file name \ source in the File element for which I want to create a service , but I can't specify the Source since it's dynamic (even though I have a property for it).
Thanks !