Tagged Questions

0
votes
0answers
7 views

Wix - how to handle project references when using heat’s output with candle?

Hi, I'm trying to use heat on a web .csproj, and then use candle on the output. So far, I've done: heat project "StatusReport Web.csproj" -pog:Binaries pog:Content -ag -out Statu …
1
vote
1answer
28 views

3rd party Wix libraries

I am just getting started with Wix. I see there there a several libraries included with the default Wix install. I also see that users can create their own libraries(wixlibs). A …
1
vote
2answers
43 views

Understanding GUIDS, updates, and patches with Windows-Installer

Hi, I'm learning about Windows-Installer and Wix, and have a number of questions related to how it works: If a component GUID changes, but the same files are in the component, w …
3
votes
2answers
49 views

Upgrade individual feature in WIX feature-tree without uninstalling/upgrading other feature(s)

Hello, I'm trying to create a setup project using WIX that will allow me to install multiple features of a single product. How can I update one of the installed features (which …
1
vote
3answers
422 views

Folder within Program Menu Folder for WiX 3

Following some example code on the net, I got my first WiX installer to work. However, it placed my program menu shortcut directly on Program Menus. I really want to create a fol …
2
votes
1answer
80 views

WIX, Dot Net managed custom Action, dynamically fill combo box with SQL Server instances, MSI

In WIX am in-need of a dot net managed custom code to dynamically populate a combo box with the values of sql server instances in that network. I tried to google but got nothing …
1
vote
3answers
207 views

Add a summary information to WiX generated MSI

How to add (or change a default values) a summary page information to a WiX-generated MSI file? Summary page is the tab page which is visible if you right click on the MSI file in …
2
votes
2answers
21 views

Customizing text in the standard Wix standard dialogs

I'm making use of the Wix standard dialogs. How do I customise the text of the messages displayed? For example, in the License Agreement page, I want to change the text "I accept …
1
vote
1answer
48 views

WIX 3.0 Generate Features from .NET projects.

I have a large .NET source tree (185 C# and VB projects, of which 60 are apps or websites) that i want to create a wix setup for. The general idea is to have 1 setup msi and to ma …
2
votes
4answers
243 views

WiX: Installing Service as LocalService

Hey there, I am trying to get my application an installer via WiX 3.0. The exact code is: <File Id="ServiceComponentMain" Name="$(var.myProgramService.TargetFileName)" Sourc …
1
vote
2answers
42 views

WiX: Define a File component that may not exist

I need to define a Wix file component that may not exist in certain circumstances. Is there any way to do this? Condition elements in Wix all seem to work at install time, and I ne …
0
votes
1answer
30 views

WIX/DTF - Dialog with a list, edit field and add/remove buttons on it

Anybody knows a good source to get an idea how to create this kind of a dialog? I'm well aware that I'll need to write some CA's for that but relatively new to WiX (used to work wi …
1
vote
4answers
77 views

Register ActiveX exe server using WiX

I have several VB6 ActiveX server exe files which need to be registered on install before they can be used. I have tried using Heat to extract the information but it only generate …
0
votes
1answer
20 views

Multiple SqlString actions at different sequences in Wix

I'd like to execute SQL strings at two different sequences in the InstallExecuteSequence. The problem is that it seems if you use the supplied <sql:SqlString \>, they get bu …
1
vote
1answer
78 views

In WiX files, what does Name=”SourceDir” refer to?

WiX files always seem to include this line: <Directory Id="TARGETDIR" Name="SourceDir"> What is "SourceDir"? What is it used for? It's not a real directory name. Is it som …

1 2 3 4 5 7 next
15 30 50 per page