Questions tagged [paraffin]
10 questions
53
votes
5 answers
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 directory (for images, samples, and other…

Coincoin
- 27,880
- 7
- 55
- 76
20
votes
6 answers
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?

Chris Canal
- 4,824
- 9
- 35
- 45
8
votes
2 answers
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:
ProductName
Directory1
…

Avinash
- 12,851
- 32
- 116
- 186
6
votes
1 answer
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
However, I am afraid I don't really understand the…

ballpointpenguin
- 131
- 7
3
votes
1 answer
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 folders to collect all the files.
When TFS builds…

David Gardiner
- 16,892
- 20
- 80
- 117
2
votes
1 answer
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 run with paraffin with the appropriate arguments…

Twelve47
- 3,924
- 3
- 22
- 29
2
votes
2 answers
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 project, it contains many files (still in early stage…

Chris
- 6,914
- 5
- 54
- 80
1
vote
2 answers
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 9.0\Common7\IDE\PrivateAssemblies then I run the command paraffin…

Venkat S. Rao
- 1,110
- 3
- 13
- 29
1
vote
1 answer
Visual Studio ASP.NET Web API Precompiled files placed in a different folder with TFS
I have an asp.net web api project whose output needs to be packaged in a setup project using wix.
I would like to precompile the site. The problem is that the precompilation process generates variable file names (ie. *.compiled files in…
anon
0
votes
1 answer
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 executing the installation, then my services is not…

chen
- 131
- 1
- 1
- 11