2
votes
0answers
22 views

How to upgrade from SQL Server 2005 Express instance to SQL Server 2008 Express using Wix

I want to upgrade my SQL Server 2005 Express instance to SQL Server 2008 R2 Express but I am unable to implement it. I am using the code shown below, to install SQL Server 2008 R2 Express if the ...
1
vote
1answer
20 views

How to create a Wix patch in combination with Heat?

I'm developer on a big system (>100 Projects in Solution, >100 000 LOC, > 10 Services, ...) and did the installation of this system in the past with wix and it worked fine. Now I need a way to patch ...
3
votes
1answer
38 views

How to Upgrade Prerequisite software Ms SQL server using Wix

My application Requires MS SQL Server as one of its Prerequisite.Now i want to upgrade the client machine to MS SQL Server 2008 R2 express edition if they have MS SQL Server 2005 express edition. i am ...
2
votes
1answer
45 views

Custom Bootstrapper created using wix3.6 is not unistalling the msi

I'm installing my msi package (my.msi) from custom managed bootstrapper created using wix3.6 burn, the bootstrapper first installs a few prerequisite packages and then installs my.msi. The ...
2
votes
1answer
41 views

Wix 3.6 bootstrapper to just launch msi

I am working with WIX 3.6, it has some great features to create managed bootstrapper application. I have managed to create a WPF ui for that. But, I dont want to create and handle all the events for ...
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
56 views

creating language selection dialog using WiX

I have a created a multilanguage installer using WiX. I am running the installer from command line using command "msiexec /i myinstaller.msi TRANSFORMS=":1041" and it is working fine. Now I have ...
1
vote
1answer
36 views

Multiple Instance command in wix

I am trying to install multiple instaces and I want to do it in one go. Is this possible? I am now using command prompt with below command. I followed the following link ...
0
votes
1answer
40 views

WiX bootstrapper: Uninstall packages in a chain

<ExePackage Id="PackageID1" DisplayName="xxx" Compressed="yes" SourceFile="..\xxx\MyExe.exe" Vital="yes" InstallCommand="parameters to the exe" ...
1
vote
2answers
33 views

Heat Harvest Tool Component ID duplication for registry files

I'm running Heat Harvest tool for multiple registry files (45) I have over a loop to generate wxs file. It works well except for 3 files same Component Id is generated. heat reg MyReg.reg -cg ...
1
vote
1answer
42 views

WiX Installer - how to read sql file content from a folder which reside at same location as .msi

I want to invoke custom action to execute set of .sql files against given database. I am able to do that using custom action code(in c#) if I hardcode path of folder where my sql files are available. ...
0
votes
1answer
15 views

upgrade multi instace web application installer

Can i upgrade multi instance web application installer? I could easily achieve multiinstance web application deployment, but when I changed ProductVersion since the ProductCode (guid) remains same in ...
0
votes
0answers
37 views

Multi instance installer

I want example of WiX 3.6 multiinstance installer. I searched through the net but could get only example which are not complete. Can anybody help me in getting it understood well and a complete ...
0
votes
1answer
52 views

Wix error code 2343

I am packaging a MSI using WIX. The binaries need to be installed on a UNC drive (\share\xxxz\east). The installation works fine, the binaries are installed on the UNC, but I get the following error ...
0
votes
1answer
36 views

Open readme.txt at end of installatin failed in WiX

We would like to open a notepad file at end of the installation. Hence I copied a readme.txt and placed under some local drive during installation then tried to open from that location. But, it is ...
2
votes
1answer
156 views

WIX Bundle bal:condition - util:RegistrySearch variable always false

I want my install to fail if a third party software element is not installed. I added a Fragment with a util:RegistrySearch and a bal:Condition to the Bundle, but I can't get it to work. ...
2
votes
2answers
63 views

WiX - Set Installdirectory dynamically over CustomAction [C#]

I'm about to create an installer, now i have to set the install-directory depending on the operation-system. My directory-tree: <Property Id="TARGETDIR" Value="C:\" /> <Directory ...
1
vote
2answers
109 views

Include dll's in WiX msi base Installer

I am currently making an Outlook addin in Visual Studio 2012, i create an Installer for my project, but in order for my addin to work on my clients computers i also need to add the SharePoint ...
1
vote
1answer
30 views

Add cancel header to the HyperlinkTheme.xml file

Is there is any way to add a cancel event header to the theme file, so that i can configure the user cancellation event and display an appropriate message. so far i am getting a setup failed message ...
1
vote
1answer
32 views

reuse property values in upgrade versions

Wix: Is there a way to reuse previously installed version property values in upgrade version using Wix?
1
vote
2answers
100 views

WiX multi-instance install error (The error code is 2755. The arguments are: 1639)

I've been working on creating multiple instances for my install and this is the code I have so far NOTE: Obvious data has been removed. I get the UI come up and I get all the way up to the Install ...
1
vote
2answers
98 views

WiX: Avoid showing Files In Use dialog and just prompt for reboot at end of install

I am using in WiX 3.6 to force an uninstall of the previous version of my application when installing a newer version. My application installs an extension dll into Windows Explorer, so on uninstall ...
1
vote
1answer
61 views

WiX adding .net files to GAC

I have a problem copying assembly files to GAC using msi installer file. My project requires me to add some .netmodule files along with a .dll file to GAC. But using the assembly = ".net" for ...
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 ...
0
votes
2answers
130 views

Adding Merge Module to Wix Project Causes Upgrade to Fail

So, I have a product installer authored using WiX which is failing to upgrade correctly once the 'Microsoft_VC100_CRT_x86.msm' merge module is incorporated. The old product is not removed during the ...
1
vote
1answer
56 views

WiX toolset: Using WixShellExec to open log file

I have added a custom action using WixShellExec to open the log file after the finish dialog. Everything seems fine but the log file is displayed in the background. Is there any way to bring the log ...
0
votes
1answer
35 views

System.diagnostics logging issue + Wix application name change

In my application i have configured the Trace listener as below "HelloWorld" is my AssemblyName and Namespace <system.diagnostics> <sources> <source name="DebugCategory" ...
1
vote
1answer
52 views

<util:User /> property references not using updated values

I'm trying to use <util:User Id="UpdateServiceAccountLogonAsService" UpdateIfExists="yes" CreateUser="no" Name="[SERVICEACCOUNTFULL]" LogonAsService="yes"/> to grant logonAsService to a ...
2
votes
1answer
65 views

how to find the status of executed MSI from the command prompt

I have created an installer using WiX and it will be executed using the command prompt. What I'm looking for is a way to check the status of the same when it is executed using the command prompt ...
2
votes
1answer
63 views

Is it possible to create CDImage having both “.cab” and “folder structure”

My requirement is create a CDImage having source files packed in both cab and folder structure I followed the below steps: <Package Compressed='yes' ... /> <Media Id='1' ...
1
vote
1answer
40 views

WIX: Creating 2 installers that share components

I currently have a WIX installer that contains all the features of my product. It is a client server system, so there's a fair few features that make up the server side, and the client. I would like ...
1
vote
1answer
153 views

WiX Burn Bootstrapper - Can't detect registry key

I'm installing a product that requires the Visual C++ redistributables (x64). First my bootstrapper attempts to detect if vcredist (x64) is already installed... <util:RegistrySearch Root="HKLM" ...
0
votes
1answer
141 views

Using if condition to compare variable values in WIX

I want to check whether the user has pass an argument for USERNAME which the default value is local. So what I am trying to do is, if the value is local I get message. The problem is in the following ...
1
vote
1answer
76 views

WiX Bootstrapper: Rollback notification

In the bundle.wxs of my managed bootstrapper, I have chained multiple packages: <Chain> <ExePackage Id="Test1"......> <ExePackage Id="Test2"......> <ExePackage ...
0
votes
2answers
89 views

How can I know installation path of a exe?

I'm making a C# program and I need to find installation paths of some software that is installed on a computer. What I have to work with is, I have the Program's name (e.g. Google Chrome), i have the ...
0
votes
1answer
143 views

Not able to register dll using WIX installer

I have my contextmenu shell extension dll. I have used Heat.exe to create component for my dll and in install it works completely fine. But I am not able to register my dll using wix installer. I ...
0
votes
0answers
78 views

Drop database from WiX installer

The properties [DATABASE_NAME] and [SERVER_NAME] are defined by the user at installation and it seems like unless they are hard coded then doing this fails: <Component Id="Component.Sql.Database" ...
3
votes
3answers
338 views

wix installer 3.7 boostrapper Registry search

<?xml version="1.0" encoding="UTF-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" ...
0
votes
1answer
70 views

WiX 3 Custom Action - Function returns without Exception

I've writen a Custom Action in WiX 3.7 and now when i want to connect to a Database (Firebird) somewhere it just returns out of the function, i've debugged now for more then an hour, but could not ...
0
votes
1answer
296 views

Wix Bundle upgrade: new version of MSI is installed before old version is removed

I have a WIX bundle that installs an MSI and also checks if .NET is installed. Everything works as expected when installing the bundle (and the installer). My problem is when the bundle is upgraded. ...
2
votes
2answers
157 views

Can we localize WIX msi and bundle using language selection UI at runtime?

We have an MSI and Bundle created in Wix. I need to localize both of these in such a way that language selection GUI will be popped-up and language can be selected by the user at run time. Would be ...
1
vote
1answer
90 views

How to pass parameters to an ExecPackage in Bundle.wxs of WiX

I am chaining a batch file in Bundle.wxs as an "ExecPackage". The batch file expects a parameter/commandline argument. <ExePackage Id="Test" SourceFile="D:\TestBatch.bat" Vital="yes" ...
0
votes
1answer
150 views

Wix “Product element contains an unexpected child element util: RegistrySearch” error message on launch condition

I am totally new to Wix and I have been tasked with this. The installer should prompt the message "Application requires Reportviewer". It should check if reportViewer is installed and if not throw ...
0
votes
2answers
122 views

How to check values in Wix?

I`ve got the following in Wix: A dialog offers two checkboxes to install software for Excel 2007 and / or Excel 2010. <Control Type="CheckBox" Id="Excel2007" Width="88" Height="17" X="22" Y="120" ...
2
votes
1answer
269 views

wix bootstrapper

I have written a managed wix bootstrapper using WPF. The actual installation steps requires chaining of multiple msi's/exe's and batch files. <Chain> <MsiPackage SourceFile="xxx"/> ...
0
votes
1answer
169 views

Error -2147467259: failed to create SQL database in wix

I want to create a database in the installation process using wix 3.6 I followed many tutorials but I think there is something I am doing wrong. <?xml version="1.0" encoding="UTF-8"?> <Wix ...
2
votes
1answer
38 views

continue if service not starts

I am installing windows service (actually few of them), and this is the snippet of one of them: <Component Id="cmpD9168A36C32F8D411B6EF4270EE6544F" Guid="{E5811AB8-0949-4C75-99BD-6687EB4672D4}" ...
0
votes
1answer
95 views

triggering custom action after component installed

I have several features that I'm installing and I want to trigger a custom action after a certain feature installed. Is it possible to do so?
1
vote
1answer
194 views

Wix 3.6: Conditionally trigger “RemoveExistingProducts”

I crawled the web but found no solution or I just got not the clue. I need to conditionally perform the RemoveExistingProducts action in my setup. I want my setup to uninstall all existing products ...
1
vote
1answer
59 views

WiX 3 - Icon is always blank (white)

i have installed the newest WiX (Installer) for my Visual Studio, and when i want to set the icon, it always ends blank. i'm trying to set the icon of the Entry in "All Windows Software" in the ...

1 2 3 4 5