0
votes
1answer
8 views

WIX Project cannot load with pre-build-event specified

After much trouble I have a heat.exe command string that should run and put the files of a folder into a WXS file. It looks like this heat dir ...
-1
votes
0answers
38 views

How to install / uninstall single msi from wix custom bootstrapper bundle containing multiple msi's like add/remove feature of Setup project

I have 2 msi in wix bundle I am using custom bootstrapper of wix 3.7. My Install,uninstall, and cancel command works perfectly. when I am trying to give functionality of add/remove msi from bundle ...
2
votes
1answer
38 views

Can you include a generated file to a WiX project without adding it as an existing file

We use HEAT to build a file for our web project installer. I want to know if there is a way that I can have the file included in the compilation, but not included in the project. The reason I need ...
1
vote
1answer
49 views

Harvest files from multiple directories in wix with HeatDirectory

So far, I was doing this to harvest files from single directory: <HeatDirectory DirectoryRefId="INSTALLFOLDER" OutputFile="references.wxs" Directory="../MyProject/reference1" ...
1
vote
1answer
38 views

Porting Custom Install Actions to Wix

I currently have a Visual Studio Deployment project for creating an MSI for my applicaiton, and I'm porting over to a WiX installer. The VS Installer used a library with Custom Install Actions that ...
0
votes
1answer
82 views

Adding .Net Framework on Wix installer duplicates installer

I'm deploying a simple .MSI installer. But, as test, I wanted to put as a prerequisite Microsoft .Net Framework 4.0, so I wrote this on my .wixproj: <ItemGroup> <BootstrapperFile ...
0
votes
3answers
221 views

Difference between Wix and Visual Studio installer

I'm developing a Visual Studio application with WPF, but right now is the moment where I have to choose my installer. I need my project to be able to write on the GAC and on registry, but I'm not ...
0
votes
1answer
35 views

Does Wix3.5 support in VS2010?

I tried installing WiX 3.5 but my old wix project developed using WiX does not open in VS2010. Is there any specific settings I need to handle?
0
votes
1answer
583 views

WiX Bundle ExePackage DetectCondition always false

This is my first question to Stack Overflow! :-D I am trying to create a WiX Bundle that installs the .NET Framework 4.0 before my .msi installer. I inspected the log file for my bootstrapper using ...
0
votes
1answer
242 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 ...
1
vote
0answers
139 views

Wix installer - Primary Output From “Project” Releasex64 / Buildx64

my project is C++/MFC and i'm converting from VS2010 to VS2012. i'm using Wix 3.7 as an installer. in Visual Stduio's installer i could get the Primary Output from a Project from release or debug ...
0
votes
1answer
140 views

WiX Source Files In a Different Directory From the Project File

I'm building an installer for a Visual Studio 2010 solution and I've decided to go with WiX. I've added the WiX setup project to the solution and am trying to configure it in a similar fashion to the ...
2
votes
1answer
676 views

WIX Bootstrapper for .net 4.5

I am new to WiX and have built a standalone installer. I would like to detect if the system has .net 4.5 on it and prompt the user to install this. My development environment is VS 2010 using the ...
0
votes
1answer
33 views

White labeling the product

I have visual studio solution with 2 projects - ImageBrowser (win forms) and ImageBrowserInstaller (WiX). Assuming that it's a not stand alone product but meant to be enterprise and client that ...
0
votes
0answers
79 views

Crystal report for VS 2010 application using Wix-installer

Im using VisualStudio 2010 with CrystalReports 13.0.4 for VS2010 and now i would like to build an installationproject with Wix. I created a project and referenced the mergemodules from Crystal: ... ...
3
votes
1answer
98 views

How do I add a reference to a VSTO project to a WiX Installer project in Visual Studio 2010?

I've got a Visual Studio 2010 solution which contains a VSTO Add-In project. I've also added a WiX Setup project to the solution, and I now need to add a reference to VSTO project in the Setup ...
0
votes
1answer
253 views

Wix templates not showing up in project list

I downloaded and installed WiX 3.5 and, from what I understood, the set up projects/ windows installer templates should be available when I try to make a new project. Did I miss a step somewhere?
0
votes
1answer
98 views

Installer not showing up any dialogue box

I'm using WiX 3.6 Installer for creating a custom Installer. Here is my code for installer <?xml version="1.0" encoding="UTF-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> ...
2
votes
1answer
1k views

How to convert 100+ Visual Studio Installer Project (vdproj) to Wix Installers?

We have some 100+ Visual Studio C# / .net solutions, which contain an Visual Studio Installer Project (vdproj) for deployment. These are build in Visual Studio 2010. In order to upgrade to Visual ...
1
vote
1answer
232 views

Setting up Windows Media Center Plugin Template

I am beginning a project which involves writing a plugin for Windows Media Center. All I want to do at the moment is run the sample project which is included by default in the Windows Media Center ...
0
votes
2answers
436 views

How to configure visual studio's solution to open/compile wix projects without wix 3.6 installation?

How to configure visual studio's solution to open/compile wix projects without wix 3.6 installing on the machine? In other words the situation that I want to get is: developer after "Get Latest", ...
0
votes
2answers
86 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
295 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: ...
5
votes
2answers
2k views

Replacing VDPROJ Setup files with InstallShield/WIX

Our product currently installs via 4-5 MSI's which are created from .vdproj files which consist are created from the output from vs 2010 projects and additional information in merge modules. I have ...
1
vote
0answers
122 views

How do I link my WIX Project Linker to a resource path that contains spaces?

Other posts point toward an answer, but none of the answers work in Visual Studio 2010. The latest version of WIX doesn't work out of the box as it's supposed to when wiring up to a project ...
0
votes
2answers
323 views

Doesn't heat project support -var param?

I'm having problems using the command "$(WIX)bin\heat.exe" project "$(SolutionDir)\My.project.csproj" -dr FOLDER -cg filesUP -pog:Content -pog:Satellites -gg -g1 -sf -srd -suid -var "var.SourceDir" ...
2
votes
3answers
718 views

How to include a configuration-dependent project output in WiX 3.6

I'm wondering, how to include a configuration-dependent project output in WiX Setup Project? For example, let's look at Visual Studio solution with one .NET application and one Wix Setup Project. ...
2
votes
2answers
276 views

Can WiX source refer to NuGet packages from another projects in solution?

I have a solution with two projects: .NET application WiX setup project. I know, that it is possible to refer to project output in WiX source ($(var.WindowsFormsApplication1.TargetFileName)). ...
7
votes
1answer
2k views

WiX setup: adding a reference to Visual Studio project output issue

I'm trying to learn WiX and now creating sample setup project, using WiX Setup Project template for Visual Studio. I have a solution with three projects: .net class library; .net application, ...
2
votes
1answer
342 views

Convert visual studio install project to WIX

I was wondering if anyone knows how easy it would be to convert an install project created with the standard visual studio 2010 install project to a WIX project. This install project has a custom ...
0
votes
1answer
406 views

How to create an SQL Server database using Wix

I am trying to create a .msi that will install a SQL Server Database. I have the following code but when I run the .msi on a virtual machine, the Database does not show up in the SQL Server Management ...
0
votes
1answer
269 views

Making a custom action dll using Visual Studio 2010 Ultimate

I am working on an installer that requires some customactiondll ihave understod that i need to have a cpp file that could be converted to .dll . I have been reading the posts on the internet mst of ...
3
votes
1answer
497 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 ...
4
votes
2answers
2k views

Creating localized WIX 3.6 bootstrappers.

I created a WIX project in Visual Studio 2010 over a year ago. It creates an MSI file and a bootstrapper setup.exe. Actually, it creates that pair of files for two languages - English and French. I ...
1
vote
0answers
498 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 ...
4
votes
3answers
188 views

Do most things in Wix have to be done by hand?

I've been using Click Once for longer while now and it was easy to deploy applications to my customers. But lately I decided it's time to move on as there are things that I simply can't fix in ...
5
votes
3answers
5k views

WIX 3.6 Installer - Visual Studio 2010 (HeatDirectory)

I'm working on a WIX 3.6 Installer for a web service. But I've run into an issue when attempting to use a HeatDirectory to harvest all of the necessary output and no matter what I try I get the ...
1
vote
2answers
509 views

Product Version in WiX 3.5 and Visual Studio WiX Projects

In another question about setting the Product Version attribute for a WiX installer (How can I set the WiX installer version to the curent build version?), the most voted answer (which I've tried and ...
0
votes
2answers
1k views

Using a bootstrapper for .net 3.5 with WiX and Visual Studio 2010

I am using Visual Studio 2010 to create a WiX project. I want to install .net 3.5 for my software and .net 4.0 for WiX. I used the bootstrappers available with VS2010. It worked for the 4.0 version, ...
2
votes
1answer
265 views

Am I right that WiX Library Project not suitable to share Component(s) Definitions (and there are no way to parametrize Guid)?

The WiX Component mostly allways should have a Guid attribute, so if I want to move the component's definition e.g. compnent with of iis:WebAppPool and iis:WebVirtualDir (or another sample - the ...
3
votes
1answer
810 views

WiX - Trying to set the permissions of a service using util:PermissionEx and getting an Error 1

This question - WiX - Install Windows Service and give permissions is exactly what I am trying to do. I added the UtilExtension schema like so - <Wix ...
0
votes
2answers
569 views

Automatically generate build number based on timestamp with WiX 3.6

I found a number of ways to automatically increment build numbers with Team build setup environments, but none of them are satisfying for me, because I have a C++ MFC application where most of the ...
2
votes
2answers
310 views

How to add file to project but not TFS 2010

I'm in the process of adding a WIX project to my solution and I'm using HEAT to create the files list. I've been having trouble getting builds to work unless the files list(wxs) is checked out. I ...
1
vote
1answer
337 views

Binding components to wixlib in VS2010 + Wix 3.6

I'm converting our wix project from 3.0 to 3.6. The wixlibs generated in the VS2010/wix3.6 set up are not binding the components to the wixlib. In VS2008/wix3.0 there is a checkbox in the library ...
2
votes
1answer
167 views

Wix HeatFile Task Locks Dll

I'm using the Wix HeatFile task in a post build step <HeatFile OutputFile="Interop.dll.wxs" File="..\Interop\bin\x86\$(Configuration)\Interop.dll" DirectoryRefId="INSTALLDIR" ...
3
votes
2answers
121 views

How to customize WiX file for different customers

I've got one customer specific file added to my WiX project like that: <Component Id="IMPORT" DiskId="1" Guid="xxxxx"> <File Id="IMPORT" Name="Import.xml" ...
1
vote
2answers
340 views

Visual Studio WiX installer project deleting msi output on Rebuild

I have inherited a WiX project from a contractor that recently left. When I build the WiX installer project, there is no problem - the .msi is built and output as expected. But when I "rebuild" the ...
2
votes
1answer
154 views

Can WIX modify XML files inside an XAP package?

I am using WIX to automatically modify web.config files depending on the environment the user is installing. I did this using WixUtilExtension and a cutom "choose environment" dialog UI. I was ...

1 2