1
vote
1answer
23 views

Regasm installs shell extension correctly, but heat-generated WXS does not, writes to different registry path

I wrote a shell extension (item in explorer's file context menu), and used WiX's heat to create an MSI from the DLL. PROBLEM: Installing the MSI does not make the context menu item appear. In ...
0
votes
1answer
40 views

How to write a registry key and value in bundle of wix?

I can write a registry key and value in setup project of wix,the code like this: <RegistryKey Id="WinApp" Root="HKLM" Key="Software\App\[ProductName]" Action="createAndRemoveOnUninstall" > ...
2
votes
1answer
161 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. ...
0
votes
1answer
101 views

WIX MSI perMachine installer writing installed property to HKCU instead of HKLM

WIX MSI perMachine installer writing installed property to HKCU instead of HKLM. One of the symptoms is that the original logic I used to detect an attempt to install an older version of the product ...
1
vote
1answer
98 views

error LGHT0204: ICE57: Component has both per-user and per-machine data with a per-machine KeyPath

Hi I get below error causing to fail the build but the Wix Installer MSI gets created in bin. How can i avoid these errors or suppress ? error LGHT0204: ICE57: Component ...
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" ...
1
vote
2answers
182 views

WIX installing x64 component with x86 installer?

I have a WiX installer for an x86 application. However, it needs to write to the x64 region of the registry for a single component. To do this, I have something like the following <Component ...
0
votes
1answer
224 views

Reading DWORD values from registry using WiX's RegistrySearch

I've created an installer with WiX and am trying to preserve an existing DWORD registry entry during a repair installation of my product. To store the existing values, I am using the following WiX ...
1
vote
1answer
149 views

How can I debug a WIX installation that's not successfully registering one OCX?

I am trying to create an MSI that will place two OCX files in the Program Files (x86) folder as well as register both the OCX files. The first of the two OCX files (which actually makes use of the ...
0
votes
0answers
117 views

(Wix) Can not search registry with key is property which is set from Setproperty

I'm beginner with WIX, and I have a question about registry search with key contain property is set when user click next button. When I click button Next on the dialog, I do some action like that: ...
0
votes
0answers
78 views

In Wix how to prevent overwrite of registry installed by previous installation

I am using WiX to create a windows installer. I want to know how to prevent overwrite of registry of previously installed version. NeverOverwrite="yes" and KeyPath option is not applicable due to use ...
0
votes
0answers
88 views

Manual registration of Excel COM addin

I have an Excel addin created using ATL COM. Usually this addin is installed using self registration, but I want to move away from that. I created an installer that manually adds everything to the ...
0
votes
2answers
158 views

Writing in the x64 part of the registry with an otherwise x86 mai pack created in Wix

I'm writing an installer pack for a product using Wix, the whole thing is in x86, but now i need to add a key to the x64 part of the registry. I looked around and found this stack answer which I ...
1
vote
1answer
280 views

One registry key for many products not deleted on uninstall

My company has many products, we want to create a registry key Software\$(var.Manufacturer)that will have all of our products if our customers have installed more than one (which is likely) I then ...
2
votes
1answer
390 views

Adding a .reg file to registry WIX

been looking around and I cannot seem to find a solution. PROBLEM: I have a .reg file and I need to add it to the registry during my install. I am using WIX 3.5. I cannot add it manually using the ...
1
vote
2answers
1k views

COM registration fails: “Automation error: the system cannot find the file specified”, when installing dll into other folder than the tlb file

We have a COM component (let's call it MyLib) developed in VB.NET, for our Access application (let's call it MyApp) to use. In order to do that, we need to do COM registration using the generated ...
1
vote
1answer
337 views

Wix Product LaunchCondition if no RegistryValue or RegistryValue is Below 1.3.44

[ I need to get this to work for the Product / .msi directly, not by using Bundle / Burn ] [ Using WiX 3.6 ] Fragment that Puts Registry Value into a Variable <?xml version="1.0" ...
0
votes
2answers
687 views

WIX: writing a permanent registry key but erase the value when uninstalling

I have such a scenario for our installer project using WIX 3.6: we want to create a registry key in the installation(if this one does not already exist), write a string value with version number. In ...
1
vote
1answer
404 views

Storing the value of CheckBox in WiX

I have authored an installer using Wix 3.6 RC. I have a checkbox in the dialog UI which is disabled and unchecked initially. There is a "Verify" button next to it. When I press this button a custom ...
1
vote
1answer
740 views

VSTO x64 runtime installed but can't be found

I created a WiX installer deploying an add in for Windows 2010. Target system is currently x64 Win & Office installed. I walked through several microsoft sites telling me that i'll need than an ...
0
votes
1answer
294 views

Registering DLLs using .reg file in WiX

Background to Question I am currently in the process of trying to put together a means of distributing a new project I am working on which requires that a COM exposed .NET DLL be registered on the ...
1
vote
1answer
171 views

How do I build a registry search based on values in registry

I have a registry value that holds the current version of a config to use HKLM\SOFTWARE\companyname\productname\CurrentVersion = 13.5 I can successfully search for this and get its value using ...
3
votes
1answer
409 views

Can I create DWORD registry keys with wix?

I'm trying to create a DWORD registry key by setting Type to dword. I'm getting: error CNDL0021 : The RegistryValue/@Type attribute's value, 'dword', is not one of the legal ...
1
vote
2answers
341 views

Add a new CLSID to windows registry using WiX

I am trying to register a new filter with Windows Desktop Search. Ideal way to achieve do this would be registering new filter with existing persistent handler CLSID. But this cannot be done since ...
3
votes
1answer
284 views

How to get elevated permission to edit a registry CLSID, with in a WiX fragment

I am trying to set windows desktop search to use a different html filter other than the system default filter(nlhtml.dll). When I look up the PersistentHandler ...
2
votes
1answer
133 views

I would like to detect if a specific Microsoft Hotfix has been installed on a user's system using WIX. What's the simplest way to achieve this?

I have been doing a bit of reading on this, but I am starting to suspect this is more and more work. I thought I would be able to simply scan the registry for the hotfix in question. In attempting to ...
5
votes
2answers
1k views

Saving a Wix checkbox value that defaults to checked to the registry

I have an installer authored with Wix. In the UI wizard, there's a checkbox that defaults to checked. I want to save the value of this checkbox to the registry for changes, repairs and upgrades ...
1
vote
2answers
681 views

How to set a WiX RegistryValue relative to the install path

This leaves me with \Default.udl <RegistryKey Key="Software\My Company\Product\Connections" Root="HKCU"> <RegistryValue Name="Default" Value="[INSTALLLOCATION]\Default.udl" Type="string" ...
0
votes
2answers
264 views

WiX Changing UI behavior based on registry value

The short version is that I am building an installer package, and I want the “Next” button of my welcome screen to change its behavior based on whether or not a specific registry key exists. It seems ...
1
vote
1answer
233 views

How do I take a command line parameter and add it to the registry using wix installer?

I have a WIX installer script and I want to be able to let the user of the resultant MSI file to be able to set the default language, product key and user information during that command line call. ...
5
votes
1answer
727 views

Wix !(bind.AssemblyFullName.fileId) only works on GACed assemblies?

Woe, woe and thrice woe. Why does Wix make installing .NET assemblies SOOOOOO difficult! I'm installing a COM Inprocess Server which is implemented in .NET, in my Wix install I need to create the ...
0
votes
1answer
193 views

Order of registry read/remove during uninstall from a wix installer

I have an installer (made using wix). During installation it takes input from user to be used in setting up an IIS website. Now the problem was that during uninstall it was corrupting the IIS default ...
1
vote
2answers
1k views

WiX not writing registry values (Win 7 x64)

I am new to WiX and I have become completely stumped as to how to create registry keys during the installation process. I am using the RegistryKey and RegistryValue elements like this: <Component ...
2
votes
1answer
432 views

Disable registry redirection in WIX

I'm using wix to deploy my application. This application used a registry key which is shared between x64 and x86 processes. Thus it must not use the Wow64Node. The application uses the KEY_WOW64_64KEY ...
0
votes
1answer
474 views

Could not open key: HKEY_CURRENT_USER\Software\Classes\MyAppAssembly

I created setup for my applicaiton using WIX 3.5. Installer works fine for first time. But after uninstalling application and then reinstalling again on same machine, I get following error message: ...
1
vote
1answer
402 views

Setting particular registry value in Windows 7 with WiX

The following code works in Windows 7 x86 but not x64, whats the difference and how do I go about setting this key? It also works when I install it on Windows XP having changed the feature to install ...
10
votes
1answer
3k views

Reference directory install path in registry value using Wix

I want to save the path of my application, installed with wix, in the windows registry. I tried the following: <RegistryValue Root="HKLM" Key="Software\company\InstallLocation" ...
0
votes
1answer
484 views

WiX MultiString registry keys

I tried adding registry keys for compatibility assistant to a wix setup like this: <File Id="File1.exe" Name="File1.exe" LongName="File1.exe" Source="..\Binaries\File1.exe" DiskId="1" /> ...
0
votes
2answers
1k views

Preserve registry settings when upgrade

I am using WiX 3.0. I am trying to preseve all my registry settings when doing upgrade. I found the following link http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg28844.html I prefer ...
2
votes
2answers
934 views

WIX dynamically set install path according to registry key

I am using WIX to generate an MSI to install an application. I want the application to be installed in a subfolder of a previously installed application. The issue is that the path for this previously ...
2
votes
1answer
1k views

How to add multiString registry value using WiX?

Now I use something like this: <Component Id="RegistryEntries" Guid="<guid>" KeyPath="yes"> <RegistryKey Root="HKCU" Key="<path>" Action="createAndRemoveOnUninstall"> ...
2
votes
1answer
926 views

WIX - RegistrySearch returns wrong Installlocation

My WIX-installer shall check for a previously installed version of the software. If there is an older installation it shall be installed in the same path. I'm using RegistrySearch to perform this ...
0
votes
2answers
674 views

x64 wix installer on XP doesn't write the registry values under Wow6432Node

In case of installation on x64 I need to write two registry values: 1) <RegistryValue Root="HKLM" Key="SOFTWARE\Microsoft\Exchange" Name="Info" Type="string" Action="write" Value="8"> 2) ...
0
votes
1answer
79 views

Wix - Keeping track of installed applications

This seems like a fairly straightforward question but I've been unable to find an answer: Let's say I have two products: A and B created by MyCompany. Both products A and B will have shortcuts in the ...
5
votes
4answers
4k views

Why does x86 WiX installer on Vista x64 not write keys to WOW6432Node in the registry

I have an installer that writes to HKLM\Software\DroidExplorer\InstallPath. On any x86 machine it writes just fine to the expected location, on Windows XP x64 and Windows 7 x64 it also writes to the ...
14
votes
1answer
4k views

How to associate application with existing file types using WiX installer?

related to this: http://stackoverflow.com/questions/138550/how-to-register-file-types-extensions-with-a-wix-installer but not a duplicate. I need to handle existing file types (.jpg files). I do not ...
1
vote
2answers
231 views

How to create file association with two program and making one default if both present?

I have to create file association for an extension with two programmes and if both programmes A and B are present then choose program A to open the file. If only B is present then choose program B to ...
4
votes
1answer
972 views

How to create a shared registry key for WoW64 and x64 Processes

Is there some way to create a custom (WoW64) shared registry key? By default some registry keys are shared and others are redirected (see MSDN). But I want to create a custom registry key under ...
0
votes
2answers
1k views

WiX: How do you write variables specified on installation to the current user registry key of ALL users?

OS: MS Windows XP Pro (SP3) My application needs to access external databases, the locations of which I specify on installation. The specified file paths are then written to the registry, and the ...
2
votes
1answer
481 views

Wix: Add a sequential registry key

I am writing an installer using Wix 3 which installs a plugin to a 3rd party application. The application uses a group of registry keys to detect installed plugins. Each plugin is required to add a ...

1 2