Tagged Questions

0
votes
1answer
11 views

Control Panel - Add Remove Programs Link

Hi, Whenever an msi is installed the Remove button in the Control Panel -> Add/Remove programs calls the "msiexec /x {GUID}". Can I disable this and make my Program.exe located i …
1
vote
1answer
27 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 …
0
votes
1answer
21 views

Is it possible to know if an installer is installing/updating/removing in a Custom Action?

Is it possible to know if an installer is installing/updating/removing in a Custom Action? We've made a Custom Action dll in C# and it would be interesting if we could detect what …
0
votes
1answer
13 views

Avoid proceeding to the next dialog with a condition in a WiX installer

Does anyone know if/how I can stop a WiX-based MSI installer from proceeding to the next dialog when a certain condition is met? I have the following code: <Dialog Id="SelectII …
1
vote
1answer
21 views

Psake, Powershell & Wix

I have the below function as a part of my psake build. When the build is executing Candle.exe throws this error: candle.exe : warning CNDL1098: 'ext .\Build\Packages\WixWeb\bin\Wi …
1
vote
2answers
45 views

Remove “Change” and “Repair” buttons in Add or Remove Programs

Hi, I have created a Wix installer and have packed it in a bootstrap program. When I execute the bootstrap program it creates the following entries in the registry : When I ru …
0
votes
1answer
17 views

How can I disable the WebSite action in Wix when no web features are selected?

The Wix WebSite action has to be specified outside of a Component if you want to safely use the Default Web Site (by safely I mean the installer won't remove the default site on un …
0
votes
2answers
101 views

Creating an entry point in a C# DLL

Good Afternoon, I am trying to find a way to create an entry point for my C# dll. I am aware of how to call other dlls in c# but cannot find create one. I need this in order to ca …
0
votes
1answer
19 views

wix custom dialog for config edit

hi i'm trying make a setup msi for my application with wix v3 I have a problem about this task; I need a user input that will be stored in my application's config file (for example …
3
votes
2answers
48 views

Building an installer that can install the same package multiple times (to different folders) with multiple configurations

Hi, We have a bit of an odd setup, which comes from the fact we provide hosted installations of our software to our clients, and each client may be on a different version of our s …
1
vote
1answer
17 views

Conditional uninstall of previous version in Wix

I'm doing an installer for an software used for debugging embedded ARM cores (OpenOCD) and this installer automatically removes the previous versions - that's simple. However, some …
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 …
0
votes
1answer
17 views

2 instances of a program after upgrading using WiX.

I am creating an upgradable installer using WiX that needs to remove the existing program entirely before installing the new version. I have the files upgrading and adding that the …
2
votes
1answer
78 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
2answers
46 views

WIX: Howto set the name of the msi output file dynamically

I want to include some dynamic part in the filename of the msi file my wix projects produce. This dynamic part should be controlled by variables which are part of my wix project an …

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