0
votes
0answers
10 views
WIX: Non responsive app prevents install/update
We had deployed our Notification area (Tray) app with a fault. It had no top level window and therefore did not receive WM_CLOSE events. In short, if Windows Installer tries to close it with its built ...
0
votes
0answers
16 views
How to make a “normal” program shortcut in the installer?
I have a problem with the shortcuts generated by our current Wix setup - when a user right-clicks the desktop icon and pins it to the taskbar, that taskbar icon is lost when they upgrade to the next ...
1
vote
1answer
37 views
Regasm installs shell extension correctly, but heat-generated WXS does not, writes to different registry path
I wrote a shell extension (item in explorer's file context menu), and used WiX's heat to create an MSI from the DLL.
PROBLEM: Installing the MSI does not make the context menu item appear.
In ...
0
votes
2answers
21 views
Wix: Upgrading/Uninstalling a product who codes doesn't match
Experts,
I have come to this confusing situation:
Installed Product ABC Ver 1.0 (normal installation on fresh machine)
Installed Product ABC Ver 2.0 (redesigned totally in WIX from scratch), so ...
0
votes
1answer
25 views
wix - defining conditions according properties
I have to create a single MSI that supports multiple environments.
I mean that the IIS configuration is different between environments (different application pools , users etc.) so I want to prepare ...
0
votes
2answers
36 views
WIX: Can we upgrade 1.0.0.0 to 1.0.0.1 while changing product code?
I'm asked to upgrade ver 1.0.0.0 to 1.0.0.1. By default, when I tested with a dummy installer, if we change the product code, both 1.0.0.0 and 1.0.0.1 would install side by side.
But if we do the ver ...
-2
votes
1answer
216 views
+100
Complete WiX sample *.wxs to download and install a specific version of .NET Framework if it's not available
There are many incomplete questions and answers about how to download and install .NET Framework(s) if they are not available but none complete code seems to be available on Internet.
Can you provide ...
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
39 views
How to run custom code as part of WiX burn MBA on install-complete and support rollback
I need to embed, invoke and run some custom code as part of my custom managed bootstrapper application, as a post-install step. This custom code is within a class library that I have included as a ...
3
votes
1answer
49 views
Using Burn as an alternate to Wix Dialogs and Custom Actions
While digging into BootstrapperApplication methods and events, I implemented OnExecuteMsiMessage and I was able to see the messages being returned by my msi during installation process. That also ...
0
votes
1answer
39 views
WIX Continues Uninstall After Failing To Close Application Causing Application to Crash
When closing my application it prompts users to save any unsaved information. When installing a new version of my application while it is running the following occurs:
Start application.
Install new ...
1
vote
1answer
29 views
Disable features during silent installation
I have an installation that contains about 17 features. When running in UI mode user can
disable features. I am using standard Mondo UI.
I want to allow silent installation - meaning, user can ...
0
votes
1answer
33 views
Setting summary info in MST using WIX
The MST created using wix does not have updated summary information stream values.
//The temp msi (copy of original msi) has updated summary info values
Database d2 = new Database(tempmsiPath, ...
0
votes
1answer
35 views
How does uninstall process work in windows?
When I'm uninstalling a program from control panel how does it know what components and features are installed on the machine? If I have the .msi file I can use ORCA to take a look inside windows ...
0
votes
2answers
34 views
Windows installer database physical location
Where does Windows installer store information about installed programs and components? Is it a file or registry values or something else?
0
votes
1answer
38 views
WIX MSI customaction not running when deployed using Group Policy
I'm using WIX to create an MSI which has a custom action to install a clickonce application. I want to deploy the MSI via GPO. The custom action runs fine when I just double click to run the msi, but ...
1
vote
0answers
23 views
Wix Patch Generation issues
I am currently struggling to build a working patch for our product using WiX 3.7.
We are currently at the development stage with our product and I want to validate the process for building patches ...
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
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, ...
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
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 ...
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" ...
0
votes
1answer
36 views
Extend FilesInUse using DTF
I have an installer that I had written a simple custom action to the count of a certain process type in a property ( AppSearch extension ) and then use that in LaunchConditions to gate the installer. ...
3
votes
1answer
36 views
MessageBoxes using DTF
The MsiProcessMessage function doco on MSDN shows this example:
PMSIHANDLE hInstall;
PMSIHANDLE hRec;
MsiProcessMessage(hInstall,
...
3
votes
1answer
68 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 ...
2
votes
2answers
66 views
WiX - Set Installdirectory dynamically over CustomAction [C#]
I'm about to create an installer, now i have to set the install-directory depending on the operation-system. My directory-tree:
<Property Id="TARGETDIR" Value="C:\" />
<Directory ...
1
vote
2answers
124 views
Include dll's in WiX msi base Installer
I am currently making an Outlook addin in Visual Studio 2012,
i create an Installer for my project, but in order for my addin to work on my clients computers i also need to add the SharePoint ...
2
votes
1answer
31 views
Should ALLUSERS property be specified in wxs file which produce msm?
We are developing msi using wix 3.5 and we have used merge module in our msi.
In Msi we have specified ALLUSERS property value=1. Whether msm will be considered this property for it or we should also ...
1
vote
1answer
36 views
Wix: component update does not work as expected
I have a shared dll (COM object), we’ll call it Utility.dll that is installed by multiple products. In my WIX file I install Utility.dll as a separate component.
Now I release the new version 2.0 ...
1
vote
1answer
48 views
Use short name of Program Files in wix
I am using Wix to create an msi for an application
An environment variable is set in the AppName.wxs:
<Component Id="MyAppEnvVar" Directory="TARGETDIR" Guid="eabcc802-6853-4db8-b827- ...
2
votes
1answer
49 views
WiX Installer heat.exe and non-ascii filenames
I added a file in my WiX script with the character " î " in the path name. Light.exe will complain:
A string was provided with characters that are not available in the specified database code page ...
1
vote
1answer
40 views
Installing very large files
I have an MSI package that installs a large database file in addition to the programme components. This file is not included inside the package but is delivered beside the msi file. Up to now there ...
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 ...
0
votes
0answers
29 views
How to manually do action “Migrate features ” via Bundle
I'm having machines with product installed in per-user context. And now I want to upgrade product and install it in per-machine context. I know that it is not possible via major upgrades. I'm trying ...
1
vote
2answers
105 views
WiX: Avoid showing Files In Use dialog and just prompt for reboot at end of install
I am using in WiX 3.6 to force an uninstall of the previous version of my application when installing a newer version. My application installs an extension dll into Windows Explorer, so on uninstall ...
1
vote
2answers
59 views
How can I sort file sequence in WiX?
AFAIK file sequence in File table(in MSI file) has effect on the time needed for un/installation: if file entries that have the same target directory are placed in sequence in File table the installer ...
2
votes
1answer
112 views
Windows 8 Start Screen Pinning
I know when I install most legacy installers I seem to get a boat load of shortcuts that I then have to unpin. However I recently tried using the util:InternetShortcut element and I got the opposite. ...
1
vote
2answers
103 views
Getting the file version of a native exe in MSBuild
I have a number of Visual C++ projects in a Visual Studio 2010 solution. Also in this solution is a WiX project that builds the installer for the executable that is the product of one of the C++ ...
1
vote
2answers
160 views
Wix toolset: create directory in root disk (system disk or c:\) and copy files inside
I'm aware of similar questions inside stackoverflow:
WIX:default directory in WixUI_InstallDir,
WIX installer root directory and versioning,
Is it possible to have two root directories in WIX,
...
1
vote
1answer
63 views
Can't uninstall program from command line (wix msi)
I've created MSI package using WiX toolset, when I'm trying to uninstall it using command line:
msiexec /x f987d323-303f-49a0-92e8-d1ab41589719
msiexec shows me the error:
"This installation ...
1
vote
1answer
117 views
WiX msi custom action not running on limited privileges on Windows 7
have been trying to create a WiX installer for my latest project. I have a strange issue where if I run the msi via cmd prompt as admin it works fine, the custom actions kick off without a fuss and ...
0
votes
1answer
37 views
Set timeout for shutting down a service in WiX
I have a service that takes between 30-60 secs to stop. When I run the installer and upgrade the service to a new version, I always get the following window (which I verify that the service is stopped ...
0
votes
1answer
107 views
WIX MSI perMachine installer writing installed property to HKCU instead of HKLM
WIX MSI perMachine installer writing installed property to HKCU instead of HKLM.
One of the symptoms is that the original logic I used to detect an attempt to install an older version of the product ...
1
vote
2answers
78 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:
...
1
vote
1answer
75 views
How to install two MSI packages with single MSI package using WIX?
I have a scenario to install two MSI packages with single MSI package.
For example we have two products to install viz. Sample1.MSI and Sample2.MSI.
We need to embed Sample2.MSI package into ...
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
103 views
Wix Burn 3.7 MsiNTSuitePersonal showing wrong value for Win 7 HomeBasic
I am using Burn to installed my pre- requisites one of pre-requiests requires me to check
if current OS is HomeBasic edition, I tried checking it with MsiNTSuitePersonal as follows
<ExePackage ...

