Tagged Questions
1
vote
1answer
44 views
Creating a WiX patch from single file location
I am trying to create a patch for my application. Implementing the example described here worked as expected. However, the files for each version are stored in separate directories. Version 1.0 files ...
0
votes
0answers
111 views
msp install fails under server 2008 but succeed under server 2003
Salutation WIX users,
I've encounter a weird issue with one of our patches recently and I'm really lost. Tried to understand the problem for 3 days and still nothing so I'm sending my question your ...
0
votes
1answer
81 views
How to deliver only changes through .Net setup or patch technique
we have our business apps and size is 64 MB. every time add new functionality or change existing one then we rebuild our setup and deliver to client. so this means every time we are delivering 64 MB ...
1
vote
1answer
65 views
WiX Patch dialog - background image not shown
I have created an working WiX Patch but during it's installation it does not show the product background image.
The original product setup dialog shows the images and they are defined in it's project ...
3
votes
1answer
156 views
Wix: PatchFamily doesn't filter transforms properly (at all)
first of all, I'm using WiX version 3.5.2519.0, but I've also tested this on the newest 3.6-release with the same results.
I'm having some trouble finding out how excactly PatchFamily can filter out ...
0
votes
0answers
61 views
MSI Patches: Can we deliver new Components/Files with patches?
Simply question: Can we deliver new files/components using Patches?
I actually tried Purely Wix method i.e. http://wix.sourceforge.net/manual-wix3/wix_patching.htm, but not working for me.
Patch ...
0
votes
1answer
94 views
Wix Patches: Autogenerate GUI not working. Any alternate way?
I'm working with Wix Patches based on pcp method. In my case, I may have to generate multiple patches, with multiple products.
If we generate patches with same GUID, only 1st would be installed and ...
0
votes
1answer
114 views
Cumulative update fails to update files though version number of file is updated
We released an application version 2.10.3.X recently.
And got some request for fix and we released a small update (the version is 2.10.4.X). [ one dll with version 2.10.4.1 and 2 xap files are ...
0
votes
0answers
77 views
WIX: Patching Components with Changed GUIDs?
Is that possible to Patch a Component whose GUID was changed in Updated build?
Pyro gives an error:
D:\ABD\new\225\MyProduct.msi : error PYRO0305 : Removing component
'C_deform_dll' from feature ...
0
votes
1answer
168 views
Wix: Patch can't update installed product and shows Change/Repair dialog
I'm building a patch using PCP, according to this tutorial:
http://wix.sourceforge.net/manual-wix3/patch_building.htm
I'v two MSI (extracted as Admin installs)
8.11.9.225 (This is my target to ...
0
votes
0answers
38 views
How to update version of installed product via patch?
I need to make a patch for an already installed product, to just update its version information, i.e. 9.4.5.10 to 9.4.5.11.
I read different articles/posts, but not getting any proper way to do this.
...
0
votes
1answer
182 views
error PYRO0227 when trying to create WiX patch
I'm trying to create a patch using WiX 3.6 following this example containing 2 C# projects (executable and library). But I'm getting this error:
warning PYRO1079 : The cabinet 'RMT.cab' does not ...
0
votes
1answer
188 views
Wix Patch error - The feature you are trying to use on a network resource that is unavailable
We are using WIX Installer for our application deployment. We are generating Patches using wix. While we try to uninstall the patch the following error is coming
"The feature you are trying to use on ...
0
votes
1answer
85 views
Wix Patch- On uninstallation of patch Restart of system dialog is popped up
I have been generating the patch file by comparing the older version and newer version pdb files.
The patch file (msp) is installed successfully and the Restart of system dialog is not popped up.
On ...
0
votes
0answers
123 views
Wix Patch- How to show the repair/remove dialog if the patch is already installed
I have been generating the patch file by comparing the older version and newer version pdb files.
If the generated patch file (msp) is already installed, it is not saying that the patch is already ...
0
votes
0answers
43 views
Patching registry changes for COM component
We have legacy VB6 & COM components dll in our installer. Some of the them are modified, so we are creating patches to update dlls in client machine. Based on WIX patching (using Pyro), I created ...
1
vote
1answer
201 views
WiX CopyFile/Directory Path Unavailable During Patch
I have a WiX installer (say at 10.0) that copies some files. Everything with the file copy works fine. I am trying to create a patch from that version. Whenever the patch (10.1) is run, and the ...
0
votes
2answers
113 views
How to Create a Patch in WiX with the product code as * in wxs
I have an existing large WiX install that has already been released with the product code mentioned as *. I need to create a small install for just a couple of files that have changed. As the product ...
1
vote
1answer
360 views
patching using purely WIX
I am struggling with creating a patch purely using WIX and I was hoping if someone could guide me in the right direction.
I have a few hundred source files and I run heat against them to create a ...
1
vote
1answer
596 views
WiX: Patch installer superseding previous versions (1.0.0 -> 1.0.1, 1.0.0 -> 1.0.2, 1.0.1 -> 1.0.2, aso.)
I am trying to provide a simple installer package (MSI) which I want to support with updates (patches) that supersede all previous patches. So I have a MSI V1.0.0 and 2 patches V1.0.1 and V1.0.2. The ...
4
votes
2answers
266 views
How should I handle product upgrades in a WiX installer?
I have a reasonably large WiX installer (250 Mb plus) and I am trying to come up with a suitable upgrade strategy.
Most of the files in the installer will not change and we would prefer not to have ...
3
votes
1answer
413 views
Patching Multiple Instance Installs with either InstallShield or WiX
I have a project built in InstallShield 12. It is a Web Application that needs to be installed multiple times, and those installations need to be patched.
I can ...
2
votes
1answer
178 views
How can I prevent windows installer from asking for the original package on patch uninstall?
My original product has a custom action which does not have the "NOT Installed" condition set, so it tries to run when I uninstall a patch. I've verified that changing the base install fixes the ...
1
vote
2answers
177 views
WIX - Is it possible to create a language neutral patch for multiple MSI?
We have the multiple MSI's for the different languages, so each MSI has its own ProductCode and UpgradeCode. Using English MSI's, we created a patch using Aaron's approach in ...
2
votes
3answers
740 views
How to Create a Patch in WiX that is not a “Repair”
I have an existing large WiX install that has already been released. I need to create a small install for just a couple of files that have changed. I have created a patch (.MSP file) in WiX for ...
0
votes
2answers
282 views
update an already existing install
How to update an already existing install of a product with a new install package? Right now when there is an already installed version on my PC, the setup package says that another version was ...
0
votes
2answers
317 views
wix - installer or patch-installer
i have already an installer for our application. but it is exe-file. it was created many years ago.. application of course was updated. we used a bat-file to register new dll-files and to install our ...
1
vote
2answers
391 views
What does the PatchBaseline element affect in WiX patching?
In the WiX help documentation, Using Purely WiX for patching, the sample patch includes this section:
<Media Id="5000" Cabinet="RTM.cab">
<PatchBaseline Id="RTM"/>
</Media>
...
0
votes
1answer
734 views
Building Wix 3.0 upgrade and patch
1)What are the best practices of building, patches?
2)Is it possible to build patch between major upgrade(Product code is changed) build?
3)How to ship content(static files) update for a product
We ...


