In regard to using HarvestDirectory, look at the folder obj\$Configuration
and review the wxs file produced by the HarvestDirectory. Does it include
all of the files that you are trying to harvest from the folder
..\PRISMContingencyService\bin\$(Configuration)\ ? Or are you installing
some of the
I followed the same pattern as I did with my windows app by adding wixproj
with this. Shouldn't this have copied over my files?
false
INSTALLFOLDER
ComponentGroup.Service
var.ServiceDir
true
..\PRISMContingencyService\bin\$(Configuration)\
$
In general you just add your dependent Dlls as components under that
DirectoryRef that has the service in it. Then they get installed to
the same folder. The more complicated issue is that you named things
(like sql lite) that often have their own redist packages. For
example, Log4Net seems to com
I am completely new to wix, so bare with me here. I have followed a guide
here
http://nicholasarmstrong.com/2014/08/sideloading-windows-8-apps-with-wix/
to create an installer that sideloads a windows 8.1 application. I have
that working after messing with it for a while. I also want my wix
install
4 matches
Mail list logo