The paraffin tag has no wiki summary.
2
votes
2answers
94 views
WiX: Paraffin and repository/build server integration
Short version: How can I make sure that my component GUIDs remain stable using Paraffin on a build server?
I am currently working on a project that should be deployed via WiX. As this is a web ...
3
votes
1answer
106 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 ...
3
votes
1answer
498 views
How to include all of a project's output in the installer project?
I need to include all the output from some of the programs projects in the installer... my question is similar to the one in this post: How to add a whole directory or project output to WiX package
...
1
vote
1answer
235 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 ...
1
vote
2answers
306 views
WIX Paraffin inside Program files directory
I am new to WIX and I am trying to create a component from within the Program Files directory in Windows. In the Command line I cd to C:\Program Files (x86)\Microsoft Visual Studio ...
5
votes
2answers
2k views
Wix Automatic File Inclusion
Is There any 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 required directory structure
...
37
votes
5answers
13k views
How to add a whole directory or project output to WiX package
We decided to switch from VS integrated setup to WiX.
However, what we currently do is use projects output files as the input for the setup project. This lets us easily add Application Files to a ...
11
votes
5answers
3k 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?
