Re: [WiX-users] Patch Creation Properties example in manual not working

2013-10-30 Thread TimM
Ok, figured out what was wrong, operator error . I had my Upgrade and Target sourcefiles reversed. After I fixed that it worked as expected -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Patch-Creation-Properties-example-in-manual-not-working-

[WiX-users] Patch Creation Properties example in manual not working

2013-10-29 Thread TimM
I am looking in to creating patches with WiX and therefore I am starting with the basics of both: Using Patch Creation Properties and Using Purely WiX I am currently using the 3.7 released version of WiX and following the exact example for the 'Using Purely WiX' from the following documentation wo

Re: [WiX-users] Patch Creation

2013-06-21 Thread Blair Murri
gt; From: jacob.hoo...@greenheck.com > To: wix-users@lists.sourceforge.net > Date: Wed, 12 Jun 2013 17:10:51 +0000 > Subject: [WiX-users] Patch Creation > > When using the "old way" of creating patches > (http://wix.sourceforge.net/manual-wix3/patch_building.htm) the documen

[WiX-users] Patch Creation

2013-06-12 Thread Hoover, Jacob
When using the "old way" of creating patches (http://wix.sourceforge.net/manual-wix3/patch_building.htm) the documentation states that /PatchCreation/Family/@SequenceStart must be greater than the last sequence in the file table. If I omit this attribute, I end up with a file with a sequence o

Re: [WiX-users] Patch creation with Ngen ?

2013-01-16 Thread Rob Mensching
You should be fine if you wrote your code in a typical way. A patch is basically a repair operation. As long as the Components with the updated executables also contain the NativeImage elements then the Windows Installer will know to update the Component and the NativeImage custom action will know

[WiX-users] Patch creation with Ngen ?

2013-01-15 Thread robert_yang
Hi all - we have an MSI with many DLL and a couple of EXE assemblies, the latter of which are nGen'd via netfx:NativeImage. We are getting ready to create a patch MSP using torch/pyro and wondering if we need to do anything explicit to re-nGen these EXE's. Thanks for any info ! -Rob

Re: [WiX-users] Patch Creation Issues

2011-01-27 Thread Peter Marcu
adema...@gmail.com] Sent: Tuesday, January 25, 2011 1:23 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Patch Creation Issues Blair, first off, thanks for your help! I really appreciate it. After more investigation (i.e. I rechecked the svn commit dates) my de

Re: [WiX-users] Patch Creation Issues

2011-01-25 Thread Aaron DeMarre
; To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Patch Creation Issues > > Thanks for the info. I played around with this a bit, but still could not > get a patch I was happy with. I switched to the patchwiz.dll process and it > is giving me the be

Re: [WiX-users] Patch Creation Issues

2011-01-20 Thread Blair
PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Patch Creation Issues Thanks for the info. I played around with this a bit, but still could not get a patch I was happy with. I switched to the patchwiz.dll process and it is giving me the behavior I expect when addin

Re: [WiX-users] Patch Creation Issues

2011-01-20 Thread Aaron DeMarre
uary 17, 2011 10:12 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Patch Creation Issues > > Thank you that gives me something to go on. I have all my components in the > same fragment, so now I understand what is going on with PatchFamily.

Re: [WiX-users] Patch Creation Issues

2011-01-18 Thread Blair
To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Patch Creation Issues Thank you that gives me something to go on. I have all my components in the same fragment, so now I understand what is going on with PatchFamily. If I were to move all changed components into a

Re: [WiX-users] Patch Creation Issues

2011-01-17 Thread Aaron DeMarre
hen your property is being > cleared/not set erroneously. Compare a verbose log from a non-patched > installation and one from the patched one. > > Blair > > -Original Message- > From: Aaron DeMarre [mailto:adema...@gmail.com] > Sent: Friday, January 14, 2011 12:23 PM &g

Re: [WiX-users] Patch Creation Issues

2011-01-15 Thread Blair
adema...@gmail.com] Sent: Friday, January 14, 2011 12:23 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Patch Creation Issues I should add that I get a very different output from torch.exe when I remove the files that are to be added in the patch. These files were added as compone

Re: [WiX-users] Patch Creation Issues

2011-01-14 Thread Aaron DeMarre
I should add that I get a very different output from torch.exe when I remove the files that are to be added in the patch. These files were added as components to the top level feature, which is always installed. However, I cannot see a pattern to what files are included in the .msp torch.exe output

[WiX-users] Patch Creation Issues

2011-01-14 Thread Aaron DeMarre
Hello all, I am having some issues creating a patch and was hoping to get some insight. I am using the "Using Purly Wix" guide here: http://wix.sourceforge.net/manual-wix3/wix_patching.htm and have created many successful patches with this method. In this latest patch I am adding two files, and no

Re: [WiX-users] Patch creation

2010-12-13 Thread Pally Sandher
ral discussion for Windows Installer XML toolset. Subject: [WiX-users] Patch creation Hi All, I'd like a quick pointer as to how to plan for and create simple patches. Most of the time, it looks like we'll be replacing one or two files, so I'm keen to author a patch file myself, ra

[WiX-users] Patch creation

2010-12-13 Thread Nick Ball
Hi All, I'd like a quick pointer as to how to plan for and create simple patches. Most of the time, it looks like we'll be replacing one or two files, so I'm keen to author a patch file myself, rather than rely on any difference tools. I also want the MSI to run by itself, without using the msiex

Re: [WiX-users] Patch Creation Properties Problem

2009-10-01 Thread jw
User error. The referenced msi had lower-case letters in the product code. I should have caught that. My apologies. --- On Thu, 10/1/09, jw wrote: From: jw Subject: [WiX-users] Patch Creation Properties Problem To: "General discussion for Windows Installer XML toolset." Date

[WiX-users] Patch Creation Properties Problem

2009-10-01 Thread jw
Hi, I'm trying to build a patch using the PCP approach. My patch.wxs file is virtually identical to the one provided in the WiX Help example, except for product MSI. When trying to process the PCP file, PatchWiz fails with the error, "ERROR: UpgradedImages.Upgraded = 'SampleUpgrade': ProductCo

Re: [WiX-users] Patch creation problems

2009-04-03 Thread Heath Stewart
- Original Message - > From: "Robert O'Brien" > To: "'General discussion for Windows Installer XML toolset.'" > > Sent: Tuesday, September 23, 2008 7:23 AM > Subject: Re: [WiX-users] Patch creation problems > > > > You need to

Re: [WiX-users] Patch creation problems

2008-09-23 Thread Ilya Slobodin
ya Slobodin - Original Message - From: "Robert O'Brien" <[EMAIL PROTECTED]> To: "'General discussion for Windows Installer XML toolset.'" Sent: Tuesday, September 23, 2008 7:23 AM Subject: Re: [WiX-users] Patch creation problems > You ne

Re: [WiX-users] Patch creation problems

2008-09-22 Thread Robert O'Brien
before processing begins. PATCH And Installed PATCH And Installed -Original Message- From: Scott Sam [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2008 9:00 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Patch creation

Re: [WiX-users] Patch creation problems

2008-09-22 Thread Scott Sam
When I double click on my msp file I get the welcome dialog, followed by the maintenance dialog, giving me the choice to change, repair or remove. Choosing repair or change, will cause the patch to show up in add/remove programs, but the text file does not show the changes that I made. Problem