I am working on my Wix project and have 2 questions: 1) How can I copy file from the same location as my .msi is to the destination folder specified during installation. This file is not part of .ms
I have an application that I have in a WiX installer package.This package is a prerequisite (along with a couple of others) installed using a VS2010 Setup kit.
Is there any way to create a new text file and write to it using Wix? I have come across elements that will allow me to work with Xml files and Ini files, but nothing for a plain text file.
开发者_JAVA百科I\'m currently using wix to write an installer. What I need it to do is to run a configuration tool once the installer starts. This tool relies on some DLLs. Is it possible to this? The
I\'m trying to use the XmlFile element in a WIX (v3.5) installer to update the connection string in the web.config that\'s being installed.But I\'m getting the following error in light.
I am using WiX 3.0.I am trying to preseve all my registry settings when doing upgrade. I found the following link
I added one msi file in a setup project through Importfolder option in Wix as shown in figure. Now if i build it.It gives following error:
We have around 8 different programs each with its own MSI / EXE installer. What is the best way to create a single installer that will give users a list of the 8 different programs and then based on
Greetings! I have a solution in VS2010 that defines 3-4 individual applications. These 3-4 apps are individual (but related) components that I need to have individually installed on our production
Visual Studio Installer states that it is a best practice to install each file as an installer component. The heat utility provided with Wix also seems to follow the practice of putting every file in