0
votes
0answers
27 views

Conditionally include and rename file in wix

I have an installer that is including a third party library with a 32 and 64 bit version. The library comes with a 32-bit and 64-bit folder with the same file name. What I've done is renamed the files ...
1
vote
1answer
35 views

Is there a way to make an installer which can install multiple msis downloading from internet?

Just like WiX installer, I wanna distribute a small setup.exe, while installing, the setup.exe can download the demanded msis from a specified server. If anyone know how to do, code sample is better. ...
0
votes
0answers
27 views

Silent msi install command [duplicate]

I have 10 .msi instalers in a folder.I want to install all one by one silently without giving the source path(Source may be anything like follows E:/MyInstallers or D:/Installers). How to write a .bat ...
0
votes
1answer
35 views

Recursivly opening wix bootstrapper

I'm using Wix 3.7's GenerateBootstrapper to generate bootstrappers that I've used in a VS deployment project. My Bundle.wxs is currently a chain with a single item, referencing my MSI. ...
1
vote
1answer
19 views

In wix repairing a setup throws an error

To repair an uninstall condition: <Condition Message="True">(LAUNCHFROMEXE = "True")</Condition> This condition throws an install error. But use below condition: <Condition ...
2
votes
1answer
61 views

creating language selection dialog using WiX

I have a created a multilanguage installer using WiX. I am running the installer from command line using command "msiexec /i myinstaller.msi TRANSFORMS=":1041" and it is working fine. Now I have ...
0
votes
1answer
54 views

Bundle fails to open MSI file

I'm creating a bundle for my installer, but I keep getting the following error message: "This installation package could not be opened. Contact the application vendor to verify that this is a ...
0
votes
1answer
31 views

Condition based file installtion in x64 and x86 machines

Hi how can I update my installer script condition to install the following files on x86 and x64 machines. <Component Id="Comp.Comp1" Guid="*" > <Condition><![CDATA[VersionNT < ...
0
votes
2answers
45 views

Autogen guid (*) in Windowsinstaller cause ICE08 error

Two component tags in my wxs file is as folllows <Component Id="Comp.Comp1" Guid="*" > <Condition><![CDATA[VersionNT < 602]]></Condition> <File Id="File1" ...
1
vote
1answer
21 views

WIX : CostFinalize throws error when trying to create file on remote server

We are using WIX tool for installers. We have option to create database on remote server. When we try to create DB on remote server on drive which does not exists on the server from where we are ...
3
votes
1answer
65 views

Wix: is it safe to use autogenerated GUID on Component tags

My scenario is this: I want the installer to completely remove the old version (all files except those created by the application during its lifetime) and replace it with the new version. In my Wix ...
1
vote
2answers
43 views

uninstall msi package through system service failed: Source is invalid due to client source out of sync (product code is the same)

I use WiX 3.7 to write an installer, and I will install a c# system service will try to reinstall the software, using msiexec -x {product_code} -quiet. My OS is Win8 I first install the software ...
2
votes
1answer
176 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
52 views

Do dotNetInstaller exes install as a package or separate products?

Anyone who has experience with dotNetInstaller (http://dblock.github.io/dotnetinstaller/) I have a question. I've previously worked with the WiX bootstrapper which is horrible in many ways but that ...
2
votes
1answer
42 views

LGHT0132 Adding Json.Net to GAC with Wix

I'm building a Wix installer that is adding json.net to the GAC (I know... GAC bad, but orders are orders). During the build I get this error: error LGHT0132: The assembly file ...
1
vote
2answers
103 views

WiX multi-instance install error (The error code is 2755. The arguments are: 1639)

I've been working on creating multiple instances for my install and this is the code I have so far NOTE: Obvious data has been removed. I get the UI come up and I get all the way up to the Install ...
1
vote
1answer
51 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 ...
0
votes
1answer
45 views

WiX: Setting values as a Composite of Multiple Properties

Is it possible, and if so how can I create a single value from multiple properties within a WiX installation project? Specifically, I have some dialog like this... <Dialog ...
1
vote
1answer
50 views

Wix Installer ManagedBootstrapperApplicationHost & Reboot / Restart how to handle

I am using Wix Burn to install per-requisites of our project, I have used ManagedBootstrapperApplicationHost to have custom UI, I am checking for WindowsInstaller version and installing it as a ...
3
votes
2answers
50 views

How to build a update Notification?

we are currently installing our Program by a wix-generated msi located on a network share. When a new version is ready, I am sending an email to everybody who needs the program. This is clumsy and ...
2
votes
1answer
60 views

Why do I need to specify a new guid for a version upgrade in wix

I've just updated our wix install scripts as per this previous question/answer How to implement WiX installer upgrade?. The idea was to prevent an older version 'downgrading' a newer version. So I ...
1
vote
2answers
77 views

Copy external file to install directory WiX

I have the same problem like here. I have a .config file that I want to copy from the source directory (where my .msi file is, to my install directory. I tried several things: 1st thing I tried: ...
0
votes
2answers
136 views

Adding Merge Module to Wix Project Causes Upgrade to Fail

So, I have a product installer authored using WiX which is failing to upgrade correctly once the 'Microsoft_VC100_CRT_x86.msm' merge module is incorporated. The old product is not removed during the ...
1
vote
1answer
40 views

Condition is not working as expected in Setproperty

I want to display Prerequisites are installed or not in UI dialog. IIS installed with ASP.NET feature enabled is one of the Prerequisite to install my setup. I have set the image (right click or ...
1
vote
2answers
154 views

How to use relative path from Custom Action of wix?

I am making a custom installer. Where I added Utility.CA.dll to perform my custom action. In this case I want to access local file with relative to setup.msi file path. The custom action method can ...
1
vote
1answer
36 views

How to show pop message before majorupgrade

How to show pop message to user that he really wants to upgrade new installer or not before Major upgrade. I tried with MajorUpgrade Element, able to do only downgrade custom actions not major ...
3
votes
0answers
801 views

Win8: How do programs like OblyTile and Modern Tile Maker assign tiles to non-Metro app shorcuts?

We have a .NET but non-Metro app, built in Visual Studio 2010. We would like to show a nice 512x512 (or whatever) image for our app on the Desktop. We do not need Live Tile functionality, we just need ...
1
vote
2answers
54 views

Edit a file on IIS Manager by wix installer

My requirement is to edit a .xap file which is already in the IIS Manager.. when install another web application on IIS manager. (I want to add the end points of a web application in the previous web ...
1
vote
2answers
47 views

Avoid to add components manually

I have a folder with around 50 dlls. Is there any way to add those as each component in the wix code. rather than write those 50 manually???
1
vote
1answer
36 views

Wix web application repair

For a windows application installer..i can do repair(rather than uninstall and then install) My question is.. after install a web application by wix installer, it can be on IIS manager. Can i repair ...
3
votes
2answers
118 views

RegistryValue Wiped Out After doing a Wix Minor Upgrade

I am currently maintaining a piece of software that has loads of user defined registry keys. I'm trying to make a WIX installer that keeps these registry keys in tacted with the least amount of ...
0
votes
1answer
25 views

Post Installation Configuration [closed]

We currently have wix installer configuration the IIS Application Pool, the Virtual Directory and deploying the files. We then have a manual task of editing the web.configs on the machine. Should ...
0
votes
3answers
92 views

Wix installed files elevate permissions

I have a WiX project, and it installs some executables and libraries on a folder located at ProgramFiles. The problem comes when running one of these executables. Some of them need to be executed as ...
0
votes
1answer
82 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 ...
0
votes
0answers
93 views

Wix Installer that autostarts exe as admin on winstartup without showing the admin prompt

I am making an auto font installer, and got some issues making the setup, first some info about the app. The app is scan a dir (her download dir) every 1 sec. If there are new font files, then I copy ...
2
votes
1answer
49 views

WIX: Restart service if Setup is cancelled?

Is it possible to restart a service if setup MSI is cancelled by the user? There is two scenarios where the MSI has to restart the service. Stop and update the old service files and then start the ...
0
votes
3answers
125 views

Create folders in wix

I want to create a folder in C drive and then create some sub folders inside that folder in the wix installer program. But these folders are not related with installed folder. . My program want to ...
2
votes
1answer
289 views

WiX Bootstrapper Application

I want a bootstrapper to install .net 4.5 (if not available) before install my setup.msi. If the machine has .net 4.5 then I want to install product setup.msi only. Following is my code: ...
1
vote
1answer
47 views

Building an installer that runs another installer

My company has a project for which I've developed an application in c#. I can create an installer for that application. However, the project requires users to install another application built in c++ ...
0
votes
3answers
229 views

Difference between Wix and Visual Studio installer

I'm developing a Visual Studio application with WPF, but right now is the moment where I have to choose my installer. I need my project to be able to write on the GAC and on registry, but I'm not ...
0
votes
0answers
47 views

WIX: WixInstaller project doesn't produce an MSI when you build it [closed]

I have inherited a .NET solution which contains a WIX project. When I right click the WIX project and build it, no MSI file is produced. The project properties have output type set to Windows ...
1
vote
2answers
189 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
35 views

Does Wix3.5 support in VS2010?

I tried installing WiX 3.5 but my old wix project developed using WiX does not open in VS2010. Is there any specific settings I need to handle?
1
vote
2answers
20 views

Is there any way to categorize components generated from heat.exe into features?

AFAIK every component should belong to some feature. So, I wonder if heat.exe has any command to categorize components it generated into features. In my case I have thousands of components. So I need ...
0
votes
2answers
156 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 ...
-1
votes
1answer
114 views

Burn Bootstrapper application Installation [closed]

I am using Wix 3.7. I have created setup with burn bootstrapper application. While installing this setup in Kaspersky antivirus installed machine, it shows a virus named as TDM:Trojan.WIN32.Generic. ...
0
votes
1answer
80 views

Wix: Creating multiple associations for single file type

I have a Wix based installer that installs two executables. I want to associate my own custom file type to both executables <Component Id="A.exe" Guid="{GUID}"> <File Id="A.exe" ...
0
votes
1answer
55 views

Reference UI depending on selected feature in a Windows Installer

In my installer, the first two screens are always the same (a welcome dialog and a feature choice with check boxes). Each feature requires different dialogs, with a couple in common. I was wondering ...
0
votes
3answers
174 views

In Wix how do I format version from X.X.X.X to X.X.X

I have a product where the customers expect a 3 part version number like 1.2.3 but internally we use 1.2.3.4. The version is set automatically in the Wix installer, so how do I drop the last number ...
1
vote
1answer
105 views

Installer (created with Wix) deletes registry entries when upgrading clients' software

I've created an installer using the Wix framework. After a user installs the software for the first time, they can customize features which then get saved in the registry for the next time the ...

1 2 3 4 5 10