Tagged Questions
0
votes
1answer
38 views
Add Namespace to Node using XSL
I am trying to use WiX 3.7 to produce an MSI installer. I'm using heat.exe to create a wxs fragment from the contents of my build directory, which I then reference in a separate static wxs file. I ...
0
votes
0answers
58 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 ...
0
votes
1answer
116 views
(WiX) - Auto-generate GUID with pre-build event (heat.exe)
i've made a pre-build event for my directorys/files. now its creating the source.wxs fine, but there are only 'GUID="*"', so now i get compiler error because it is not mapped on ProgrammFilesFolder, ...
1
vote
1answer
69 views
Having WiX upgrade a config file with missing items
I am just starting to use WiX as my installation framework for my existing application. The application has an App.Config file that controls various customer-specific settings. The majority of these ...
1
vote
1answer
31 views
Wix XmlConfig rename root element
Is it possible to rename a root element in an XML file using either XmlConfig or XmlFile? For example:
<config>
<settings>
<some setting="true" />
....
...
2
votes
1answer
82 views
wix XmlConfig: is it possible to insert a new node in a particular position within a parent node
What I'm researching is whether the util:XmlConfig (or anything in the wix tool chest) can be used in such a way as to allow me to create on install a node at a particular position within its parent ...
0
votes
1answer
105 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 ...
1
vote
1answer
82 views
Removing unwanted nodes from wxs file by applying xslt tranfsormation
I am trying to cleanup wxs file generated by heat.exe by applying xml transformations.
Below is an example file output of heat.exe.
<?xml version="1.0" encoding="utf-8"?>
<Wix ...
0
votes
0answers
59 views
WIX Filter components by pattern and conditions on the components or Custom Action Setting based on Property
Hi I have below sample Components output of Heat.EXE. And was able to create MSI package with all the components.Basically I want filter below files based on the parameter to Installer (like Dev or ...
0
votes
2answers
211 views
COPYFILE post MSI Installation Using WIX
Please see below statements; for time being I have hard coded source and destination folders (this folders are formed during Installation process) in setup project of MSI. Note: Below file paths are ...
0
votes
0answers
121 views
Using XSLT Filter some files from Heat output .wxs
have some files which need to be eliminated from .WXS based on given Input of environment like dev,prod which will be passed as a property to Heat.exe. Based on that I need to filter out or remove ...
-1
votes
2answers
171 views
Using XSLT Filter some files from Heat output file based on Environment input
I have some files which need to be eliminated from .WXS based on given Input of environment like dev,prod which will be passed as a property to Heat.exe. Based on that I need to filter out or remove ...
1
vote
1answer
184 views
Using XSLT for modifying .wxs from heat
I would like to use xslt to edit .wxs file which was generated from heat in wix
this is components_en_us.wxs
<?xml version="1.0" encoding="utf-8"?>
<Wix ...
0
votes
1answer
82 views
How to find baseAddress in Wix?
I have a Wcfservice that uses Wix for setup.
During installation I have a Gui that collects different settings and then changes these settings in Product.wxs. But I'm having difficulty finding the ...
1
vote
1answer
246 views
WiX XmlConfig: Elements not removed on uninstall
I'm having difficulty removing on uninstall the elements that I add to an XML file on install. Here's my setup: The XML file already exists on the machine before install and can't be remove after ...
3
votes
1answer
414 views
WiX XmlConfig: Purpose for nesting XmlConfig in XmlConfig
What is the purpose and/or gain (other than increased readability for creating/deleting attributes) to nesting an XmlConfig element in another XmlConfig element?
Example of what I'm referring to ...
2
votes
2answers
107 views
How do I create a shortcut to a java appliction using Wix
How do I create a shortcut that launches a java application with arguments in Wix? This is my current schema and it compiles but doesn't place the shortcut on the desktop.
<DirectoryRef ...
0
votes
2answers
555 views
WIX Installer Adding and Removing files in LocalAppDataFolder
I have an Internet Explorer Add-On that generates some files in LocalAppDataFolder\Microsoft\Windows\Temporary Internet Files\CompanyName\AddOnName\
I have a WIX installer for the application that I ...
0
votes
1answer
332 views
Wix install path registry value assignment - what is wrong?
Hi I have an WIX installer.
I try to add a registry key depending on the installation path (VS Installer easy) in this case thought it would be a piece of cake ...
This is my XML for WIX:
<Feature ...
0
votes
1answer
129 views
WIX Local AppData Settings
I am using Windows Installer XML to make a .msi. The installer turned out just fine. The problem is that the name of our company contains 2 words and a space. WIX is adding "_" instead of the space. ...
1
vote
2answers
95 views
WiX XmlFile setValue on multiple lines
I'm using the tag <util:XmlFile> with setValue to update the content of a xml file during instalation but it only replaces the first entry found.
As far I as googled, the design only updates ...
2
votes
1answer
353 views
Specify a file id with heat in Wix
I am harvesting a file with heat and I would really like to give it a decent id rather than the usual "filXXXXXXXX", mostly because I need to refer to it in other parts of the installer. I know that ...
0
votes
1answer
53 views
Error while checking for the user rights at the selection of a radiobutton and clicking the next button
I have a scenario in which i check for the user rights (whether a standard user or admin):
i am using something like:
<Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17"
...
0
votes
1answer
38 views
Changes in the source file(.wxs) to get a custom install
I have a radiobutton on a dialog box (i have created my own dialog box),(i m running as an admin)
-All Admins
My Current Work:
Once i select this radiobutton(All Admins),click on next the ...
0
votes
1answer
34 views
Selecting an appropriate dialog for user defined installation
I have a project in which i have the following files
main.wxs - directory structure
MyInstallDirDlg.wxs - for selceting the path of installation
MyWixUI_InstallDir.wxs - define the UI
I want the ...
1
vote
1answer
101 views
Enabling installer rights using installer created through Wix
I have created an installer using Wix on a dialog page i am running as an admin i want a checkbox that if checked should install for the current user(admin) and all other users in the system , is it ...
0
votes
1answer
1k views
Inserting a copyright / registered symbol in the installer using Wix
I want to know if one a particular dialog i want to insert a copyright symbol , how would i do that i insert the symbol in th text options in the xml file howevr it results in an error while compiling ...
1
vote
1answer
450 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 ...
0
votes
1answer
248 views
Remove non-matching parent elements in XSL
I need to remove all Component elements and their corresponding ComponentRef elements, where the Component child element File attribute Source is NOT a dll file?
I have the evaluation function for ...
0
votes
1answer
286 views
Select and transform child element attribute string value in XSL
How to extract File -> Source value
and assign it as RegistryValue -> Name, where RegistryValue is injected as a new element with the XSLT provided?
Source XML
<?xml version="1.0" ...
0
votes
1answer
133 views
Template interference in XSL - Work separately but not together
How could I make both templates work in the same XSLT file?
Source XML
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
...
0
votes
1answer
120 views
How to remove element from web.config file?
I want to remove some elements from web.config (it is installed in this installation) file if some PROP="0"
<configuration>
<thingy>
<stuff>
<item type='value1' ...
0
votes
1answer
317 views
How to install IIS7 on Windows 7, 32bit using WIX3.5 MSI setup
I am new to WIX and i am trying write a wix msi for install the IIS7 on windows 7 32bit pc.
is any one tried this, if yes please help on this, sample code also will help me lot , thanks
3
votes
1answer
122 views
Enforcing minimum DLL version referenced by a registry value
Our app requires a recent version of a DLL in order to function correctly. The path to the DLL is stored in the registry. How do I enforce a minimum file version as a launch condition in Windows ...
1
vote
1answer
214 views
How can I automate WiX packaging
I want to try create a set of WiX projects for each application we have. The idea is that once a developer is ready to release an updated version of an app, he/she would copy the Source files to a ...
1
vote
2answers
422 views
Adding XML nodes with similar names using WiX
We have a configuration file of the form:
<Container>
<Item>
<name>Text</name>
</Item>
<Item>
<name>MoreText</name>
...
4
votes
3answers
3k views
WiX Installer: using xslt with heat.exe to update attributes
I am trying to create a WiX installer for a windows service, and I have read that I nned to set the keyPath to “no” for all my files, with the exception of the .exe in my WiX script.
I am currently ...
1
vote
1answer
353 views
XSLT not working correctly to remove an element
Given the following XML file:
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<DirectoryRef ...
0
votes
0answers
141 views
How to ignore XmlFile error during installation?
Is it possible to ignore XmlFile error?
i.e. do not generate error "Failed to find node"
In some cases it is not critical if one of sections cannot be found, i'd like to ignore it and continue ...
0
votes
1answer
906 views
How to add value to Config file using XmlFile
How do I set a value using XmlFile in this section?
<root>
<!--<appender-ref ref="RollingFileAppender" />-->
<level value="ALL"/>
</root>
i.e. I need to add this ...
1
vote
2answers
568 views
How to set values using XMLFile?
How to set value for file only for RollingFileAppender using XMLFile?
<log4net>
<appender name="RollingFileAppender" type="log4net.Appender.RollingFileAppender">
<file ...
4
votes
3answers
728 views
Select an XML node via XPath at an arbitrary depth
Having an XML document, I want to get the first node with a certain name, no matter in which nesting depth it is contained.
I tried several things without success:
var node1 = ...
4
votes
2answers
967 views
Can WiX reference a project with a period in the name?
WiX files can reference other projects using $(var.ProjectName.TargetPath) syntax. However, I have a project with a period in the name (My.Project). How can I reference this? I have tried:
...
1
vote
1answer
1k views
change xml node values from Wix
Hi
I want to be able to change a xml node value from wix. The xml structure looks like this:
<settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
0
votes
1answer
148 views
How can I remove an XML modification in Change-mode (WiX 3.5)
I have created an WiX 3.5 installer with multiple features. One feature performs some XML changes which works fine.
I have read that these changes can be undone while uninstalling the application by ...
1
vote
2answers
1k views
How do I force wix to update a file before manipulating it on an upgrade
I have a wix installer that will install an XML file and then modify it. Installation works great. Today, I needed to add a couple of nodes to this XML file. So I modified the original file and ...
1
vote
1answer
1k views
How do I read app.config values and set properties in Wix
I have a .NET program that I've written a Wix installer for. I want to be able to update from a pre-Wix version. To do this, I'd like to read from the installed program's app.config file. This will ...
1
vote
1answer
731 views
How can I insert the greater- and less-than characters into an XML file modified by WiX during install?
I'm using WiX to author a Windows Installation database for my application. I've got an XML file that is installed along with my app, which needs to be filled with information obtained during ...
0
votes
1answer
38 views
“Decisiontable” in WIX
I'm searching a way to create a Setup with WIX, which is loading settings from a xml-file (or onle a simple table in the file) and modifies the features of the setup depending on the data in the ...
11
votes
2answers
2k views


