Tagged Questions
1
vote
1answer
86 views
XPath expression for parsing WiX Processing-Instructions as MsBuild properties
I have the following wix include VersionFile.wxi
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define ProductVersionMajor = "1" ?>
<?define ProductVersionMinor = "00" ...
0
votes
0answers
53 views
TransformXml task failed while packaging
Hi when I try to do packaging stuff in MSBuild and build the solution.
<Target Name="BeforeBuild">
<MSBuild Projects="%(ProjectReference.FullPath)" Targets="Package" ...
1
vote
1answer
43 views
Rebuild WiX when custom action binary changes?
I have a hand-crafted MSBuild script that build my WiX based installer. The installer contains a custom action DLL as a <Binary> element. MSBuild thinks the MSI is still up to date when this DLL ...
1
vote
1answer
69 views
heatdirectory directory dynamic
I want to add a HeatDirecotry task to my wixproj in Visual Studio, but I need the Directory attribute - the source path - will be a variable - a preprocessor variable, so I can supply it dynamically.
...
0
votes
1answer
239 views
The same wixproj file only works in VS 2012 IDE, but not in VS command prompt
I am trying the steps on this page. I have installed the wix binaries in a folder on my local machine.
So I got a wix installer project created by wix VS 2010 plugin. I can use the VS 2010 IDE to ...
0
votes
0answers
77 views
MSBuild: How to skip unnecessery testing of unmanaged files?
Recently I have developed a msi-installer using wix and have integrated its project into MSBuild via Visual Studio. All works, but now after build I have a couple of warnings like the following:
...
0
votes
1answer
240 views
WiX GenerateBootrstraper no longer works after upgrading
I had a solution with 2 projects in Visual Studio 2010 with .NET 4.
One project is a shared library ("Widget") and the other is a WiX setup project ("Setup").
WiX project was created for v3.6
I ...
0
votes
1answer
183 views
msbuild error MSB1025 from TFS after adding Wix Projects to VS2010 solution
We have a number of Windows Service installers we moved to Wix 3.7, our TFS build now breaks with the error:
MSBUILD : error MSB1025: An internal failure occurred while running MSBuild.
...
1
vote
3answers
492 views
Generating version number in MSBuild
We have a C# solution with a WiX installer and an MSBuild build script. We're in the process of migrating from SVN to Git.
As the fourth part of our version number, we want something that ascends ...
0
votes
1answer
280 views
Issue applying a manifest to a wix generated msi using mt.exe
I'm trying to apply a manifest to a WiX generated msi to create an exe that will immediately display a UAC prompt upon running the installer. Unfortunately I'm getting the following error upon ...
1
vote
2answers
326 views
Edit a msi database table
how can i add or delete entry of a msi database table using msidb.exe rather than using the orca.Is there any commandline like below
msidb.exe [msipath][importingFilepath]
Once the file is added ...
0
votes
1answer
328 views
How to specify that a VisualStudio 2012 project is dependent on two configurations of another?
I have a VisualStudio 2012 solution, consisting of a bunch of C++ projects, each with a Debug / Release configuration and x64 / Win32 platforms. So I end up with four executables:
Debug-Win32.exe
...
0
votes
1answer
147 views
Can Wix 3.6 be used in a self-contained build?
I was using Wix 3.5 in a self-contained build, meaning other developers (and the build server) don't have to install Wix on their machine for the build to work. I tried upgrading to Wix 3.6 but am ...
0
votes
2answers
342 views
How to create a new property in MSBuild and reference it in WIX
We need to create a property to indicate our software version. Then we want to use it inside our WIX project, i.e., reference it in wxs file. We don't want to define it in wxs file because we want the ...
1
vote
1answer
288 views
Anyway to create a custom MSBuild property in WIX wxs file?
My target is to auto-name the output msi file with version number in WIX 3.6 project. I find this link:
Automated installer version numbers for WiX, revisited but we have a slightly different ...
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 ...
0
votes
2answers
85 views
How do you share properties/variables between multiple projects while being able to edit them in one place?
Currently I have this in multiple projects:
<PropertyGroup>
<InstallerMajorVersion>1</InstallerMajorVersion>
<InstallerMinorVersion>09</InstallerMinorVersion>
...
0
votes
3answers
164 views
Easily build a different branch of the same C# project (VS2010/TFS)
I'd prefer to solve this using a Team Build/build definition, but I'm open to other solutions.
Currently, I have a build definition that builds my main branch. If I want to build other branches, ...
2
votes
3answers
294 views
VS2010 - Using <Import /> to share properties between setup projects?
Why doesn't it work to <Import /> this file, when it works when I replace the statement with just copy-pasting the three properties?
../../Setup.Version.proj
<Project ...
8
votes
5answers
1k views
Include MajorVersion etc in filename (OutputName) when building MSI file (wix project)
In my Defines.wxi I have:
<?define MajorVersion="1" ?>
<?define MinorVersion="08" ?>
<?define BuildVersion="11" ?>
In my MyProject.Setup.wixproj I have:
...
3
votes
1answer
146 views
How to pass parameter to candle in command line and let it overwrite the value in the target .wxs
I'm working on a MSBUILD script to dynamically inject a number of parameters to a wix project for several builds, and I understand I can use -d switch in candle to supply additional params.
However ...
1
vote
0answers
496 views
Cannot load WiX projects after installing the VS2010 Web Publishing Updates
I installed the VS2010 web publishing updates yesterday, and now whenever I try to load a WiX setup project (all showing as unloaded in solution explorer) I'm getting the error:
The imported project ...
1
vote
1answer
150 views
msbuild & wix - multiple installers?
I'm working with an application framework that has multiple products. It has a single installer and plugins are included/excluded based on build-server configuration.
I would like to change my build ...
0
votes
1answer
182 views
Is there a way to find which product version number is being applied during WIX setup?
I am having a wix project and product version is being changed through property passed from wixproj file.
My wxs file will be like this
<?xml version="1.0" encoding="UTF-8"?>
<Wix ...
0
votes
0answers
120 views
MS Build error in visual studio: Cannot find resource string
We are upgrade the dotnet application visual studio 2005 to 2008 and using Windows installer xml files (WIX), WIX was also upgraded 2.0 to 3.0 version. In msbuild file the following code getting an ...
1
vote
1answer
419 views
Wix ICE Warning - LGHT1076: ICE69?
I have 2 projects Web Applications. when i Prepared the first build using wix and MSBuild
but when i try to do it for the second file it did not work .... I realized that it contains same product ...
2
votes
1answer
273 views
How to use (wix) torch msbuild task?
I am trying to build patches (msp) from Wix.
One of the step specifies that i have to use Torch task to create wixmst.
I was looking for torch task in Wix.targets. The task exists but there is no ...
2
votes
1answer
2k views
What can cause MSIExec Error 1619 'This installation package could not be opened'
I'm attempting to automate a roundtrip install and uninstall of a set of MSI files (generated by WiX) from a pack of sample programs. For some reason, a .MSI file that's perfectly happy to install on ...
0
votes
2answers
449 views
Make Folder in WiX Output on Build Drop Path
I have a question about WiX. But let me describe my situation first:
I have a VS2010 Solution and added a WiX (Votive) Project to make a Setup. I am building this Setup on a TFS Build Server. ...
0
votes
1answer
263 views
MSBuild WPF Project Failed in WixProject
I need to run MSBuild task in a wixproj, e.g.,
<!-- a.wixproj is calling msbuild on a.csproj -->
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" ...
1
vote
1answer
78 views
Change Bootstrap System message
Created a bootstrapper which install few of the components. But if any on the component fails under mentioned dialog is shown. Is their any way to change the shown system message text?
1
vote
1answer
724 views
Using the solution's configuration name as a test condition for MSBuild Target
I finally realized why my BeforeBuild Target is no longer executing as expected -- it's so silly, it's because the project's configuration names had changed. But what I really want to do is test for ...
1
vote
2answers
247 views
Removing Unit Test dll files when using WIX
I'm trying to create an MSI for my project using WIX. I've got HEAT pointing to the correct directory and the file it spits out is correct, but for some reason when I actually run MSBuild on it it's ...
1
vote
1answer
173 views
WiX & MSBuild : Unrecognized Attribute in App.Config
I have been banging my head against this one for two days...
I have a WiX project that is built by MSBuild on my Team Foundation Server. I have a Build Definition set up, and all was working well for ...
0
votes
1answer
291 views
How can specify multiple paths on LinkerBaseInputPaths Wix Property?
The PropertyGroup MSBUILD Task on WIX lets you set the LinkerBaseInputPaths property, its essentially the -b parameter for light.exe.
The property is named plural for multiple paths (which light.exe ...
1
vote
1answer
89 views
WiX Repeat Dynamic Configurable Build?
I have a .wixproj in VS 2010 that makes a MSI just the way I need it (using heat for harvesting in the pre build event). Now I need to distribute 3 versions of the same thing, that only need to differ ...
2
votes
1answer
693 views
msbuild String to Array
I am building a string with the PowershellTaskFactory that returns a list of files separated with a semicolon.
When I try to pass this to my in Wix it is interpreted as a string. I've been fighting ...
0
votes
1answer
1k views
msbuild wix proj file
I have a current build using teambuild/msbuild that I need to integrate a wix compilation into.
The Wix project is not part of the solution that is being built instead it lives with the various tools ...
2
votes
1answer
181 views
How can I create a bootstrapper which will install 3rd party exe followed by 2 msi apps
Im inexperienced with creating setup projects and was hoping for some direction regarding the best, most flexible, and easiest way of creating a setup bootstrapper. I need custom actions to check for ...
0
votes
1answer
624 views
When using Wix/Votive in Visual Studio 2010, Is there a way to get Votive to automatically extract registry entries for COM Interop?
When using Wix/Votive to create setup projects with Visual Studio integration, it seems like COM registration is a big hole in the feature set. Both Visual Studio and the integrated Visual Studio ...
4
votes
2answers
1k views
c#, MSBuild Bootstrapper with wix, how to download .net framework 3.5 SP1?
I managed to create bootstrapper for my project that includes .net framework 3.5SP1 with this code:
<ItemGroup>
<BootstrapperFile Include="Microsoft.Net.Framework.3.5.SP1">
...
1
vote
1answer
191 views
Why doesn't NAnt generate a bootstrapper file after calling MSBuild on a project?
I have a project with this in its MSBuild script:
<Target Name="AfterBuild">
<GenerateBootstrapper ApplicationFile="MyApp.msi" ApplicationName="My App" ...
0
votes
2answers
350 views
What are the options to build an installer on a build-server without Visual Studio
It seems like it's still not possible to build .vdproj on a build-server without having Visual Studio installed. However, using Wix seems to be a lot more complicated.
Are there any other options to ...
1
vote
3answers
1k views
Build x64 WIX project using Visual Studio 2010?
I can't get VS2010 to build a WIX project for x64 - meaning I can add the platform, but it doesn't build it.
Steps to reproduce:
New Project > Windows Installer XML > Setup Project (Use default ...
4
votes
2answers
2k views
TeamCity + WiX + MSBuild workflow suggestions needed
I've been working on the next step of my continuous integration project, which is to get TeamCity to build my application, automatically change the version number of all assemblies, and then create an ...
0
votes
2answers
450 views
Getting Wix Votive to register COM objects
I'm using the Wix 3.5 Votive (visual studio integration) to author an installer for some COM objects.
In Votive, setting a project reference pulls in the binaries from that project and automatically ...
0
votes
1answer
3k views
Anyone else notice that $(SolutionDir) resolves to ProjectDir when loading Wix projects into Vs2010?
I'm using Vs2010 and Wix 3.6.0917.0, for the record. I use the $(SolutionDir) property quite a bit in my .wixproj file, since I only ever build the installer as part of a solution build or as part of ...
3
votes
1answer
590 views
Visual Studio and msBuild fire BeforeBuild differently on WIX project
I have a WIX (Windows installer XML) v3, project which contains references to other projects in my solution. I am using the copy task inside the BeforeBuild event of the WIX project to collect some of ...
2
votes
2answers
183 views
Generic MSBuild Script
I am trying to build a generic MSBuild script that will be called programmatically from ASP.Net page. This script should do the following:
1) Check out the source code (all projects are asp.net ...
2
votes
4answers
1k views
WIX 3.5 fails under NAnt but not under VS2010
I know this a is a common issue, but everything I can find in the forums seems to relate to 64bit framework incompatability (which is not an issue in my case).
I have a set of simple WIX 3.5 ...
