The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
22 views

How to edit an element using XmlConfig in WiX?

How can an xml element's value be edited using XmlConfig in WiX 3.7? I'd like to edit this: <root> <ele1/> <root> to this: <root> <ele1>aValue</ele1> ...
0
votes
0answers
22 views

Conditionally include and rename file in wix

I have an installer that is including a third party library with a 32 and 64 bit version. The library comes with a 32-bit and 64-bit folder with the same file name. What I've done is renamed the files ...
0
votes
2answers
34 views

WIX: Can we upgrade 1.0.0.0 to 1.0.0.1 while changing product code?

I'm asked to upgrade ver 1.0.0.0 to 1.0.0.1. By default, when I tested with a dummy installer, if we change the product code, both 1.0.0.0 and 1.0.0.1 would install side by side. But if we do the ver ...
-2
votes
0answers
12 views

Register com dll using WIX per user install [closed]

How should I register .Net COM dll using per user wix installer because. It does not ask for elevated permission prompt.
-2
votes
1answer
171 views
+100

Complete WiX sample *.wxs to download and install a specific version of .NET Framework if it's not available

There are many incomplete questions and answers about how to download and install .NET Framework(s) if they are not available but none complete code seems to be available on Internet. Can you provide ...
0
votes
0answers
22 views

Wix installer unable to uninstall old version

Facing one really strange problem with WIX installer. I am migrating from VSI to WIX. The VSI version of setup installs everything in Program Files and runs a custom action at the end of uninstall to ...
-1
votes
0answers
29 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 ...
1
vote
1answer
46 views

How to create a directory in Wix on D:

Using WiX 3.7, I have figured out how to create a folder in the root. This <Directory Id="ReceivedFilesDir" Name="ReceivedFiles"> <Component Id="ReceivedFilesComponent" ...
0
votes
1answer
36 views

How to determine whether dotnet and VSTORuntime is installed in WIX Bootstrapper

i made a setup file of my Add-Ins project using wix. it has some dependencies like dotNet and VSTO Runtime. so I used Wix bootstrapper to confirm that dependencies must be installed before installing ...
0
votes
1answer
32 views

Recursivly opening wix bootstrapper

I'm using Wix 3.7's GenerateBootstrapper to generate bootstrappers that I've used in a VS deployment project. My Bundle.wxs is currently a chain with a single item, referencing my MSI. ...
0
votes
2answers
26 views

Dynamically assigning name to shortcut at run time in WIX

I want to assign different names to a shortcut based on user input. Is this feasible using the WiX toolset? I have tried assigning value of property to Name attribute of Shortcut element but it does ...
0
votes
2answers
55 views

Wix: Write register entries under HKCU\Software\Classes\Wow6432Node

I have a super simple installer to test if a installer can write register entries under HKCU\Software\Classes\Wow6432Node (the msi is target x86 and I'm testing it on a Win7 x64 machine). The problem ...
0
votes
1answer
26 views

Transition from visual studio to wix installer

I have visual studio installer installs everything in Programfiles. I have done transition and create new WIX installer. Wix installer alone works fine but when I try to upgrade my old version I get ...
0
votes
2answers
36 views

WiX Installer Spawn an Executable

My questions is simply this, I have a WiX installer .msi that I want to be able to, after successful installation, an executable that runs another installation. Now the reason I need to do this is ...
2
votes
1answer
94 views

Including .NET Installer in Wix Bundle not detecting if already installed

I'm on WiX 3.7, and I can't get the simple bundle element to work, as it doesn't bring across the Net FX installer package, or embed it in the setup.exe . I've resorted to creatingmy own Package for ...
1
vote
0answers
22 views

Wix Patch Generation issues

I am currently struggling to build a working patch for our product using WiX 3.7. We are currently at the development stage with our product and I want to validate the process for building patches ...
0
votes
1answer
29 views

ICE03: String overflow (greater than length permitted in column); Table: CustomAction

I am getting an ICE03: String overflow warning for the following code: <CustomAction Id="CustomActionID" Return="check" Property="SomeProperty" Value="VERY LONG ...
0
votes
0answers
40 views

wix XmlConfig: is it possible to remove all child elements within a parent node

In using wix, it's come up a few times that I'd like to completely replace all the child elements of a parent, but without the child elements being necessarily known. So far I haven't found a way to ...
2
votes
1answer
44 views

How to make a WiX burn bundle that upgrade a “Lite” version of my product

I have two SKUs of my product. Both are using Burn as a bootstrapper. I have authored the MSIs in such a way that the Pro version will upgrade and replace the Lite version. But once I've wrapped them ...
0
votes
2answers
53 views

Prevent services from losing settings on major upgrade in WiX

I'm trying to prevent my services from losing their settings (credentials and other options) on major upgrades in my WiX installer. I followed the advice here, and I'm trying to use ...
1
vote
1answer
35 views

Wix burn does not show multiple entries in ARP

I use Wix 3.7's burn to install prereq's (Windows Installer 4.5, .NET 3.5, SQL Server 2008 R2 and Sync Framework 2.1) prior to the installation of my two product MSI's. Even though all of the ...
1
vote
1answer
97 views

Setup created by WIX Bootstrapper is not started

I am newbie for Bootstrapper. i tried to create a setup file which is intended to first run the dotnet framework setup file and only then the MyApp.exe. After finishing the project i got the final ...
-1
votes
1answer
49 views

Wix 3.7 Burn - how to do a custom splash screen with dynamic information

I have Wix Burn Custom installer using ManagedBootstrapperApplicationHost. What I want to do is, have a splash screen, with Version No. Now I don't want to change splash screen image everytime i ...
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 ...
1
vote
1answer
46 views

Combining an absolute path with a relative path in WiX 3.7

I'm trying to use RemoveFolderEx to delete a folder one level up from my install folder upon uninstall of the app. Here is what I have, but it's not working: <Fragment> <Directory ...
1
vote
1answer
41 views

Uunable to see WIX project type in Visual studio 2008/2010

I have Visual Studio 2008, 2010 and WIX37.msi(WIX 3.7) installed on my machine. However, I am unable to see WIX project type in Visual studio 2008/2010. Do I need to install additional tool/plugin? ...
2
votes
1answer
73 views

Wix Burn after restart/force reboot continuing installation

I have Wix Burn Custom installer using ManagedBootstrapperApplicationHost. After installing one of the prereq microsoft windows installer 4.5 I forcefully reboot the PC (win xp) using: <ExitCode ...
1
vote
1answer
51 views

WiX-Bootstrapper - Set Productname and Companyname for UAC Dialog

I have created a Bootstrapper with WiX 3.7. Now, when I start it on a Windows7 machine, the UAC-Dialog will be shown before installing .NET 4.0 as a prerequisite. Thats ok. I am searching now for a ...
1
vote
1answer
64 views

WiX 3.7 UI not linking correctly

Newbie to WiX here... I have created my WiX installer package, and it installs all features correctly. Then I try adding a UI to it with the following: <UIRef Id="WixUI_Minimal" /> <UIRef ...
1
vote
2answers
97 views

Getting the file version of a native exe in MSBuild

I have a number of Visual C++ projects in a Visual Studio 2010 solution. Also in this solution is a WiX project that builds the installer for the executable that is the product of one of the C++ ...
1
vote
1answer
50 views

Wix Installer ManagedBootstrapperApplicationHost & Reboot / Restart how to handle

I am using Wix Burn to install per-requisites of our project, I have used ManagedBootstrapperApplicationHost to have custom UI, I am checking for WindowsInstaller version and installing it as a ...
0
votes
2answers
55 views

WiX: how to pack exe or dll to use only during installation

I need to include a dll/exe in the resulting MSI (created through a WiX project), but I do not want to deploy them during installation: I only want to use them in some CustomAction my purpose is to ...
1
vote
1answer
79 views

How to combine Wix variables

I can use "!(bind.property.ProductVersion)" to set for example the UpgradeVersion\@Minimum attribute. Works fine. But now I want to set that attribute to something like: ...
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
33 views

MsiPackage - meaning of attribute “cache”

I am searching for a description, what the attribute "cache" is standing for in the MsiPackage. When I look at http://wix.sourceforge.net/manual-wix3/wix_xsd_msipackage.htm I cannot get some ...
1
vote
1answer
274 views

WiX 3.7 use Microsoft Bootstrapper

I'm new to WiX. I found tutorials which included Microsoft Bootsrappers directly in a wix setup project. Unfortunately this is not posible with wix3.7 as it expect to use WiX a Bootstrapper Project ...
0
votes
3answers
107 views

how to dynamically change product version in wix during each msi creation

I have a script where i get the version number of my product to a variable 'PRODUCTVERSION' i.e, PRODUCTVERSION= subprocess.check_output('svnversion c:\sandbox -n', shell=False) I want to pass this ...
0
votes
1answer
155 views

Determine if SqlLocalDB is installed

I am searching for a way to determine in WiX if SQLLocalDB is installed or not. How can I do this? - Can I check a registry-key? - When yes, which key?
0
votes
2answers
50 views

python script to send a variable to wix source path

I have a GUI generated using wxpython which is used to select the path required by wix project to create msi. The selected path from the GUI is written to the registry when clicked on apply button in ...
1
vote
1answer
80 views

WiX: Error RegistryKey element contains an unexpected attribute 'ForceDeleteOnUninstall'

I'm new to WiX. I just installed WixW 3.7 in order to build an open source JiraSVN plugin. But the build breaks in Visual Studio with the following errors: The RegistryKey element contains an ...
0
votes
2answers
160 views

WiX 3.7 IIS Setup

When running our installer, we have it configured to setup 3 websites in IIS, before the upgrade this worked as expected, even if the default website (or any site listening on the same port) was still ...
0
votes
1answer
164 views

Heat errors after WiX upgrade

I upgraded WiX to version 3.7 from version 3.5, and I am now encountering an error in a pre-build step of our installer. The pre-build step in question is "%wix%\bin\heat.exe" dir ...
0
votes
0answers
148 views

How to port Wix 3.0 project (with bootstrapper) to Wix 3.7

i've inherited a setup project which uses Wix 3.0 For programming reason we must switch to VS2012 and therefore to Wix 3.7, too. While reading about Wix 3.7 i found out that 3.7 offers project type ...
1
vote
2answers
53 views

Can a Bundle reference MSIs from local folder during installation?

I am creating a Bundle by chaining two MsiPackages. The Bundle incorporates the two MsiPackages and creates a bundled .exe as installer. Could the Bundle be set up so that it references the MSIs (not ...
0
votes
1answer
240 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
1answer
79 views

What is the proper way to download setup packages in a WiX custom managed bootstrapper application?

I wrote a WiX custom MBA that I have been using which embeds all of the setup packages (msis, cabs and exes) I need for my installation. However I would now like to make a lightweight web bootstrapper ...
2
votes
1answer
75 views

How to get Operating System Name in WiX Installer in non windows Operating Systems?

Recently I learned that we can execute a MSI file prepared for Windows operating system in Linux using Wine. For our software we checked few pre-requisites like the Operating system should be Windows ...