9 questions
0
votes
1
answer
405
views
How to wait for a file being installed to GAC before installing a service with wix
I'm using Wix to create my application installer and using it to install an assembly in the GAC and it works fine.
My issue is when I'm setting the assembly property 'copy local=false' and I'm ...
3
votes
1
answer
304
views
Using Paraffin with TFS
I have a solution that has a number of Wix projects that I'd like to use Paraffin for maintaining the list of included files.
From what I understand, you'd normally point Paraffin at the various bin ...
2
votes
1
answer
646
views
Running Paraffin when building a wixproj
I've got a WiX project which pulls in a WiX Fragment with a load of supporting files.
I'm using Paraffin to build the wsx file for the fragment. At the moment I manually run a one line batch file to ...
8
votes
2
answers
7k
views
WiX automatic file inclusion
Is there a way to include files automatically based on directory structure?
I do not want to add each and every file name with file Id tab.
My build process create the required directory structure:
...
20
votes
6
answers
13k
views
Including all dependencies
I'm just starting out with WiX as I need to be able to automate building an MSI on our CI server. Is there anyway to automatically include all the dependencies of a project?