The Windows Installer XML (WiX) is a toolset that builds Windows installation packages from XML source code. The toolset supports a command line environment that developers may integrate into their build processes to build MSI and MSM setup packages.

learn more… | top users | synonyms

0
votes
1answer
43 views

WiX bootstrapper: Uninstall packages in a chain

<ExePackage Id="PackageID1" DisplayName="xxx" Compressed="yes" SourceFile="..\xxx\MyExe.exe" Vital="yes" InstallCommand="parameters to the exe" ...
1
vote
1answer
31 views

Edit control doesn't create property in WiX

I have a dialog with an Edit control and a Property set to it. When I advance to the next dialog and it calls my custom action (from PushButton Publish), I can't access the Property that should have ...
1
vote
1answer
25 views

WiX - Not to remove file already deployed

I've got Application, which (in version 1) is shipping some configuration File. After deploying version 1, there was an Plugin for this application, which has overwritten the configuration file (and ...
1
vote
1answer
105 views

Setup created by WIX Bootstrapper is not started

I am newbie for Bootstrapper. i tried to create a setup file which is intended to first run the dotnet framework setup file and only then the MyApp.exe. After finishing the project i got the final ...
-1
votes
1answer
62 views

Wix 3.7 Burn - how to do a custom splash screen with dynamic information

I have Wix Burn Custom installer using ManagedBootstrapperApplicationHost. What I want to do is, have a splash screen, with Version No. Now I don't want to change splash screen image everytime i ...
1
vote
0answers
46 views

Side-By-Side Configuration and Wix Installer

I'm working on WiX installer for a C++ VC9 x64 application which is dependent on Microsoft Visual C++ 2008 SP1 Redistributable Package (x64) ...
1
vote
1answer
40 views

Wix installer puts DLLs into the GAC and the program folder

I've found that by adding KeyPath="yes" and Assembly=".net" to a DLL component in my Wix XML file, that after I build the installer, and run it, it does indeed install the DLLs I've specified with ...
2
votes
2answers
95 views

WiX bundle for installing .NET

I'm trying to create a bundle for installing .NET Framework 4.0 if it needs to be installed. I realize there are similar questions, but all of the answers are just snippets and don't describe what ...
1
vote
1answer
27 views

Dynamically changing CAs in WIX Install Sequence

I'd find it really useful to decide what custom actions I call at certain points in my installation depending on properties I've set in the installer. For example; if I want to use separate DLLs for ...
1
vote
2answers
39 views

Heat Harvest Tool Component ID duplication for registry files

I'm running Heat Harvest tool for multiple registry files (45) I have over a loop to generate wxs file. It works well except for 3 files same Component Id is generated. heat reg MyReg.reg -cg ...
1
vote
1answer
54 views

Harvest files from multiple directories in wix with HeatDirectory

So far, I was doing this to harvest files from single directory: <HeatDirectory DirectoryRefId="INSTALLFOLDER" OutputFile="references.wxs" Directory="../MyProject/reference1" ...
1
vote
1answer
45 views

WiX Installer - how to read sql file content from a folder which reside at same location as .msi

I want to invoke custom action to execute set of .sql files against given database. I am able to do that using custom action code(in c#) if I hardcode path of folder where my sql files are available. ...
1
vote
1answer
35 views

WiX - Register ComPlus application and Assigning a role to a component

I have my installer registering my COMPLus component correctly. I have one last requirement to: Enforce component level access checks Under Roles have the “User” Role ticked. I tried adding a ...
1
vote
1answer
39 views

Porting Custom Install Actions to Wix

I currently have a Visual Studio Deployment project for creating an MSI for my applicaiton, and I'm porting over to a WiX installer. The VS Installer used a library with Custom Install Actions that ...
1
vote
0answers
44 views

C# multiple managed dependencies failing when not run with optimizations

I've found this utterly hilarious bug when I've been trying to debug my WiX installer's custom actions. I didn't write the code, but somehow one of my three managed .dlls decides it is invisible to ...
1
vote
1answer
23 views

Attach Registry Property with Edit Control in WiX

I'm looking to update the value of registry using a Edit Control in WiX installation process. I have no problem in using Edit Control which I'm using as follows - <Property Id="WIXUI_USERLIST" ...
0
votes
1answer
15 views

upgrade multi instace web application installer

Can i upgrade multi instance web application installer? I could easily achieve multiinstance web application deployment, but when I changed ProductVersion since the ProductCode (guid) remains same in ...
1
vote
1answer
47 views

Inserting Custom Action between Dialogs (InstallUISequence) in WiX

I have two custom dialog boxes (plus the required ones ExitDlg, FatalErrorDlg, etc.), the first one sets a property using an Edit control and the second one shows this property using a Text control. ...
1
vote
1answer
61 views

Wix CheckBox checked condition

I like to show a checkbox in dialog which is unchecked if the DWORD registry value is 0 or checked otherwise. I understood the checkbox check/uncheck if the property exist or not. Is there a way to ...
0
votes
1answer
47 views

wix 3.x - Failed to load xml file

I have a WIX package - created using Wix Toolset 3.7, which is strangely failing on a specific environment with the following message, ExecXmlFile: Error 0x80070005: failed to load XML file: ...
1
vote
1answer
116 views

WiX burn custom MBA - repair failing on NetFx45Web package

I wrote a custom managed BA, and got most of the functionality to work, except for a repair. Examining the bundle log provides: [335C:3440][2013-04-29T13:51:41]w343: Prompt for source of package: ...
0
votes
2answers
60 views

create binary table using wix code and C#

I need query to create binary table using wix code and C#. eg: i am able to create 'AppSearch' table if not present in the msi using the code below Database database = new Database(tempmsiPath, ...
1
vote
1answer
73 views

How can I check .NET framework 4.5 prerequestics in WiX

I'd like to validate both .NET framework 4.0 and 4.5 should be installed at server before proceeding a installation. Hence I used the following snippet, but I don't know about 4.5 validattion, which ...
1
vote
1answer
48 views

WIX Bundle Creation

I tried to create an MSI which is having and exe in it. Used the Bundle option in WIX. While doing that getting an error. Can somebody help me fix this issue. Below is the code: <Wix ...
2
votes
2answers
53 views

How can I set Windows Package Installer icon instead of default one in WiX

In Wix by default It has been set with default installer icon, but I would like to set my company icon at this physical installer. How can I do this?
2
votes
1answer
36 views

Removing the old bundle from ARP when upgrading SKUs

I'm deploying two CDs, and thinking both will have a setup.exe bundle. One CD will be called "standard SKU" and setup.exe will install a.msi, and b.msi. The other CD will be called "pro SKU" and ...
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
2answers
43 views

Have to delete installed application folder after uninstallation of application?

I'm new to Wix. using Wix3.0. I've created one msi which is installed in "C:\Program Files\MyWix\" path and given permission as GenericWrite="yes" for the MyWix folder. My problem is after ...
2
votes
1answer
46 views

Wix installation fails on Server 2003 when using Wix Extensions

I have an *.msi installation that uses Wix Extensions : WixFirewallExtension (To create firewall exceptions) WixNetFxExtention (To create Native Images at install time) This msi fails with the ...
0
votes
0answers
38 views

Multi instance installer

I want example of WiX 3.6 multiinstance installer. I searched through the net but could get only example which are not complete. Can anybody help me in getting it understood well and a complete ...
0
votes
1answer
26 views

Issue with Windows service/Application uninstall

I have an application A running on a Windows 7 machine..which has an exe file A.exe. This application runs as a service. Now, when I uninstall the app with the Windows services window still open and ...
1
vote
2answers
46 views

Validation of command line parameter in wix

I want to validate the value of command line property in wix given by the user during installation. If the value of the property is not one among st the specific set then it should take a default ...
0
votes
1answer
59 views

WiX burn custom BA - how to pause progress when Cancel command fires?

Using a custom managed bootstrapper application, I am unable to get the setup progress to stop when the cancel button is clicked. I pull up a confirmation view with Yes/No options. Once cancellation ...
1
vote
1answer
51 views

Combining an absolute path with a relative path in WiX 3.7

I'm trying to use RemoveFolderEx to delete a folder one level up from my install folder upon uninstall of the app. Here is what I have, but it's not working: <Fragment> <Directory ...
1
vote
1answer
42 views

Stopping and uninstalling a different service when user uninstalls

Is there anyway to check to see if a service is installed, and if so, stop it and uninstall it when my application is being uninstalled using WiX 3.7? I don't want WiX to install the service though - ...
1
vote
1answer
64 views

WiX Custom Actions in 64 bit

I am trying to run a managed custom action in WiX 3.5 as a 64 bit process. All projects involved are configured to be built in x64 (as specified here). My understanding is that the key to this is the ...
1
vote
1answer
32 views

How can you set an installer to install to the default IIS directory?

So, this is a followup to this question. It appears that TARGETDIR defaults to the drive with the most free space. How can I get a directory structure to be based in the default IIS directory ...
1
vote
1answer
88 views

XPath expression for parsing WiX Processing-Instructions as MsBuild properties

I have the following wix include VersionFile.wxi <?xml version="1.0" encoding="utf-8"?> <Include> <?define ProductVersionMajor = "1" ?> <?define ProductVersionMinor = "00" ...
0
votes
0answers
96 views

Writing a custom INF for WinUSB driver package installation targetting windows8 64 bit OS

I have a simple user mode usb driver that is installing and working fine in Windows XP 32 bit,Windows 7 32 & 64 bit and windows 8 32 bit. but for some reason fails to install correctly in Windows ...
2
votes
3answers
42 views

Get full opperating system name in WIX

I'm trying to determine if the system is windows server 2008 r2. Windows 7 comes with the same VersionNT number so I've tried to use the MSINTProductType but this message is still being thrown on a ...
1
vote
1answer
53 views

How to give current user full access control permissons for the installed application Program files folder

I'm new to WiX. Using WiX v3.0. I want to create one installer for the application. If I install the application, it is installed in C:\Program Files\Appln\. I want to give full access control to ...
1
vote
1answer
53 views

How to include a modifiable loose file in WiX burn?

I have a setup package including a non-compressed file. <DirectoryRef Id="INSTALLLOCATION"> <Component Id="LocationConfig"> <File Id="LocationConfigFile" ...
0
votes
1answer
42 views

How to write a registry key and value in bundle of wix?

I can write a registry key and value in setup project of wix,the code like this: <RegistryKey Id="WinApp" Root="HKLM" Key="Software\App\[ProductName]" Action="createAndRemoveOnUninstall" > ...
0
votes
1answer
54 views

Wix error code 2343

I am packaging a MSI using WIX. The binaries need to be installed on a UNC drive (\share\xxxz\east). The installation works fine, the binaries are installed on the UNC, but I get the following error ...
1
vote
1answer
26 views

WiX Burn variable that returns folder name where it is ran?

Is there a WiX Burn variable that would return the folder name where the bundle is being ran?
2
votes
1answer
34 views

WiX installer - Set ApplicationFolder from ComboBox

I'm writing a WiX installer for a group of medical device SW products that must install in specific directories off the root of C:. IE no "ProgramFolders" for these. They run in dedicated ...
1
vote
1answer
21 views

Is there a WixBundleDirectoryLayout or a /layout sample snippet I can use?

There is a Burn Built-in Variable - WixBundleDirectoryLayout. How can I assign a value to this variable to change where the bundle extracts to? I also tried running... setup.exe /layout c:\temp ...
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 < ...
1
vote
1answer
46 views

Uunable to see WIX project type in Visual studio 2008/2010

I have Visual Studio 2008, 2010 and WIX37.msi(WIX 3.7) installed on my machine. However, I am unable to see WIX project type in Visual studio 2008/2010. Do I need to install additional tool/plugin? ...
1
vote
1answer
37 views

How to show log in custom installer in wix

I am making a custom installer in wix. This will have multiple steps for completing the even. Everything is working fine. Now I want the show some message line. Step 1 starting step 1 Running... Step ...

1 2 3 4 5 68