Re: [WiX-users] Adding service installation to wix installer

2015-01-01 Thread Phill Hogland
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

Re: [WiX-users] Adding service installation to wix installer

2014-12-31 Thread Justin Dyer
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)\ $

Re: [WiX-users] Adding service installation to wix installer

2014-12-31 Thread Phil Wilson
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

[WiX-users] Adding service installation to wix installer

2014-12-30 Thread Justin Dyer
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