Tagged Questions
0
votes
1answer
159 views
Add External DLL to WIX project
I'm trying to build an install with Wix in VS 2012, but I am unable to add "external" references
i have my project FirmwareUpload which is the thing I want to install with References to our company's ...
0
votes
1answer
97 views
WiX display Maintenance dialog when Repair is started from ARP
Is there some way a UI can be enabled when Repair is started from ARP? Somehow Change runs with full UI and Repair only with minimum UI. I'm using WiX 3.5.
0
votes
1answer
126 views
Changing behaviour of .NET 3.5 bootstrapper generated by WIX
i've got following problem:
I have builded an installer with WIX. This installer contains a bootstrapper for .NET framework 3.5. First time installing the bootstrapper works like a charme. .NET ...
0
votes
2answers
96 views
Windows installer log files showing a large group 2360 messages
I am trying to run an installer using the MSI command line option so that I can run it in debug mode and see the logs.
The logs that I am getting are quite large (near to 1 MB) and they are full of ...
0
votes
1answer
239 views
Showing a Download link in WIX Condition Message
I have created a WIX Installer. One of the prerequisite for the Installer is that ASOLEDB(Microsoft Utility) should be Installed. I am able to find out whether ASOLEDB is Installed or not. If it is ...
3
votes
1answer
2k views
Wix CustomAction ExeCommand failing?
I have a command line I want to run during the install of a merge module (created by wix) with the below code
<CustomAction
Id='SetWebsiteProtocols'
Execute='commit'
Return='ignore'
...
0
votes
1answer
424 views
How to use WIX CopyFile element to copy file on change/repair to a system folder without installing it to the target?
I have a problem which is related to the execution of CopyFile on change/repair when using WIX to make a msi setup.
I have a feature which has a component which copies/moves a file from the source ...
3
votes
1answer
119 views
Enforcing minimum DLL version referenced by a registry value
Our app requires a recent version of a DLL in order to function correctly. The path to the DLL is stored in the registry. How do I enforce a minimum file version as a launch condition in Windows ...
1
vote
2answers
404 views
Adding XML nodes with similar names using WiX
We have a configuration file of the form:
<Container>
<Item>
<name>Text</name>
</Item>
<Item>
<name>MoreText</name>
...
2
votes
1answer
487 views
WiX upgrade question - file's major version was incremented, but revision is lower, now old file removed, yet new file is not copied during upgrade
I automatically generate a WiX file for my installer based on a directory (it's for a web app), and it includes references to the following 3 .Net assemblies:
Migrator.dll
Migrator.Framework.dll
...
2
votes
1answer
523 views
How to bundle a Java dependent application with a JRE in an MSI
This is similar to How can I create a .msi file for a Java program ? (eclipse) but is specifically about bundling a JRE as well.
I am currently working on building an MSI for my product so it can be ...
2
votes
1answer
914 views
64 bit OS required install condition not failing on 32 bit Windows OS
I am building 32 and 64 bit versions of my installer using a single wix project (specifying the -arch candle parameter)
I want to avoid customer confusion and only allow 32 bit installs on a 32 OS ...
3
votes
1answer
775 views
Copying directory structure using wix
So I have a huge file structure which I want the installer, I am building using wix, to copy on the client location. Currently I am typing it out like:
<Directory Id="xyz" Name = "abc FileSource ...
3
votes
2answers
808 views
WiX patching not updating files correctly
My "admin-image" style WiX test patches are failing to update the existing installation correctly. When using msiexec /lx, I get the following information related to patching "fi_executable.exe":
MSI ...
0
votes
1answer
172 views
Do WiX patches update registry settings?
This is a two-part question:
Do "just-WiX" WiX patches update components with RegistryValue key-paths when those RegistryValues are different in the updated build?
Do "admin-image" WiX patches ...
3
votes
1answer
187 views
Reading string resources from satellite assemblies in Wix?
Is it possible through WIX to read resources from resource DLLs than hard-coding the strings in WXS/WXL files?
I have the resources in satellite DLLs and I need something more efficient then copying ...
1
vote
1answer
848 views
Create patch file using msimsp.exe
I have setups created by WIX.
I want to prepare patch installer to install/update the files that have been changed in the newer version.
I tried to create patch using WIX code, but was not ...
1
vote
1answer
1k views
How to create a per-user Startup folder shortcut in a per-machine installation?
I am installing an application using WiX 3 for all users (property ALLUSERS=1). I would like to create a shortcut to my application in the current user's Startup folder. How can I override the ...
2
votes
2answers
592 views
WiX: How do I prevent multiple copies of a bound file being added to an MSI?
I have an installer, which links a wixlib. The wixlib installs an executable file to multiple directories.
When I turn on the "Bind files into the library file" for the wixlib (using the -bf switch), ...
4
votes
1answer
1k views
How to execute Custom Action before RemoveExistingProducts with After=“InstallValidate” in WiX
I have something like this:
<InstallExecuteSequence>
<RemoveExistingProducts After="InstallValidate"/>
</InstallExecuteSequence>
Since one of the uninstallation fails i need to ...
0
votes
2answers
1k views
Preserve registry settings when upgrade
I am using WiX 3.0. I am trying to preseve all my registry settings when doing upgrade.
I found the following link
http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg28844.html
I prefer ...
2
votes
2answers
402 views
Pass flag to merge module from wix installer?
We have merge modules that will installer pdb files when a certain conditional variable is true however we need this condition to be set.
Can I set this condition in the wix installer and pass it ...
0
votes
2answers
395 views
How upgrade “secondary” executable using Wix?
I have msi setup written in Wix 3. Nothing too fancy, couple executables + some registry manipulations.
We have 2 executables, the main application and watch dog application that is always ...
0
votes
2answers
397 views
Should the Template string in the ActionText for InstallFiles be overridden to match the installer's content
I have an installer which installs about 40 files and two directories. This installer is based on WixUI_InstallDir "template", but I've included some of the UI definition within my WXS project.
...
1
vote
1answer
1k views
Running copied files in WiX using a custom action
I'm creating an MSI installer using WiX and I have, say, a *.bat file that I'm copying to SomeFolder2 under %temp% (something like the code snippet below...)
...
<Directory Id='TARGETDIR' ...
1
vote
1answer
938 views
Correct way to implement Wix companion files?
We're currently in the process of upgrading our build scripts from 3.0 to 3.5, and fixing a bunch of old ICE errors along the way. I've read through a number of articles, but I'm slightly confused as ...
2
votes
1answer
2k views
Copying multiple files using wildcards/recursively using Wix
I'm a total noob on Wix (and installers in general) so please forgive me.
My goal is to be able to traverse a directory, search for all, say, *.exe files and copy them to a predefined destination ...
1
vote
1answer
177 views
Installer Running When Application Launched As Different User
I have an installer built using WIX 3.0 and have a problem when trying to run the installed application as a different user than the user that ran the installer.
When I try to run the installed ...
1
vote
1answer
1k views
WiX Installer: How to switch to repair-mode if already installed?
I am new to WiX 3.0 and writing my first installer based on WiX (coming from Wise).
If the product is already installed (in the current version), I want the installer to switch to "repair"-mode ...
1
vote
2answers
631 views
Cancel an MSI without showing the “installation interrupted” dialog
I am wondering if it is possible to have the "Cancel" button on my welcome screen completely quit the installer without showing the final "Installation interrupted" dialog. I consider this redundant ...
3
votes
1answer
329 views
Shortcuts and MSI updates
We have an installer for application that is compiled using WiX and each version is updated using a new setup package. The installer creates advertised shortcut in Start menu and users often copy this ...
0
votes
2answers
178 views
Is there a way to create a patch that is identical to doing a full install of the newer version?
I'm trying to create patches using the method from this tutorial. An issue I'm running into is that I can't install a new patch on top of a previous patch.
I can full install Version A,then patch to ...
2
votes
1answer
1k views
Using WiX, how do I change a property of a subfolder of a virtual directory?
I have a hierarchy of Directory elements in a WiX script.
I also have a component that creates a virtual directory (using IIS:WebVirtualDir), which points to the root of my Directory hierarchy.
How ...
11
votes
3answers
5k views
How to do a silent install and uninstall with Wix and MSI?
How can a silent installer that does not display any UI Dialogs to the user and installs, upgrades and uninstalls with default settings be created in Wix?
3
votes
2answers
390 views
How can I remove .NET isolated storage setting folders during WiX uninstallation?
I would like to remove the isolated storage folders that are created by a .NET application when using My.Settings etc. The setting files are stored in a location like
...
2
votes
2answers
389 views
WiX 3.0 Merge Module: meaning of Source attribute
What is the purpose of the Source attribute? Have a look at this snippet:
<Component Id="MyComponent" Guid="123456789-abcd-defa-1234-DCEA-01234567890A">
<File Id="myFile" ...
3
votes
3answers
5k views
Creating a MSI patch (.msp) by hand?
Our team has recently been considering pushing out a minor registry fix to users to modify one particular problematic key. Pretty straightforward stuff, just needed to update 1 key/value inside the ...
14
votes
4answers
5k views
WiX: Prevent 32-bit installer from running on 64-bit Windows
Due to user confusion, our app requires separate installers for 32-bit and 64-bit versions of Windows. While the 32-bit installer runs fine on win64, it has the potential to create support headaches ...
0
votes
1answer
53 views
How do I customize what a third party MSM does?
I'm trying to convert a project in Visual Studio 2008 from static linking of the CRT to dynamic linking. This was easy enough, and I added the CRT MSM and policy MSM to my Wix file with no problems.
...
4
votes
1answer
2k views
How can I launch an application as Administrator after a WiX MSI has completed?
I want to launch an application with admin rights after I have completed an installation using a WiX based MSI. I can launch the application just fine, on XP but with Windows 7, it's an issue.
The ...
0
votes
1answer
147 views
How to use WiX to delete a font
I am creating an installer that also needs to delete the Arial font (I am told Arial will be recreated from a cache if it gets deleted, and that's exactly what I want). Is there a way that I can do ...
0
votes
1answer
196 views
Can UMDF drivers be packaged/shipped via WiX?
I put together a WiX 3.0 package, utilizing the DIFx extensions, with the intentions to
install a Windows 7 Sensor (UMDF driver). During installation, DIFXAPP
logged "No matching devices found in ...
0
votes
3answers
827 views
Wix Compiler Extension Tutorial?
I need to create a WiX Extension to handle interacting with the HTTP API (httpapi.dll) so that I can set URLACLs and SSL bindings for a WCF service that is being installed.
As I understand it, I need ...
1
vote
2answers
628 views
Change Wix Merge Module Package GUID?
When is it necessary to change the package GUID of a merge module?
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Module Id="MyMergeModule" Language="1003" Version="1.0.0.0">
...
1
vote
1answer
132 views
WIX automation and patch behavior once registeration of DLL is changed
I have basic issue that i don't understand, we use HEAT to consume directory of artifacts that part of them are COM DLL.
As part of the crated WXS file i see that there are elements for registry like:
...
1
vote
1answer
627 views
Is it possible to have Publisher (Manufacturer) of installation (MSI) be dynamic according to property
When we deploy our products using OEM we have a requirement that our company name will not appear in the Publisher property of the installation in the add remove / other.
although we have easy way of ...
3
votes
1answer
584 views
Wix: How to create a desktop shortcut pointing to a virtual drive under Computer
I would like to add a shortcut on the desktop which points to a virtual drive mounted under "Computer". This drive doesn't have a letter associated with it. I've successfully added a link to an ...
0
votes
1answer
507 views
wix and iis - unable to update metabase error
I have a wix project that installs a web site (MVC2) to an existing web site the user selects. This works fine on my machine (of course) but the client is getting the following error on there test ...
3
votes
1answer
679 views
Wix Howto determine if a directory exists during installation?
Is their any chance in WiX to determine if a certain directory exits when the installer is running? I guess i have to use some sort of custom action, unfortunately i don't know how! Furthermore i ...
6
votes
3answers
634 views
Howto use configurable Merge Modules in Wix?
AFAIK it's done like this:
Product:
<Merge Id ="HelpInstaller" SourceFile="HelpInstaller.msm" Language="1033" DiskId="1">
<ConfigurationData ...