Re: [WiX-users] How does Torch decide which files changed?!

2012-01-29 Thread Blair
The file versioning rules apply even when patching. You could try tweaking the REINSTALLMODE property, but it affects ALL files in the feature(s) selected for reinstallation (whether in the patch or not). -Original Message- From: tome...@qualisystems.com [mailto:tome...@qualisystems.com]

Re: [WiX-users] How does Torch decide which files changed?!

2012-01-29 Thread Blair
One way to see what the transforms in a patch actually contain WRT any particular MSI, open the MSI in Orca, then open the MSP file using the Transform menu item "View a patch". It will highlight the database changes, and in the case of files, you can look at the two file-related tables to see whic

Re: [WiX-users] Visual C++ 2010 Merge Module

2012-01-29 Thread Joost van Zoest
On 27-Jan-12 17:28, Bob Arnson wrote: >> I have made an installer in WIX which embeds 2 merge modules: the >> Microsoft_VC100_CRT_x86.msm merge module, and my own module (let's >> call this one MyMergeModule.msm for now). When I embed the VC merge >> module before MyMergeModule, I get a lot of

Re: [WiX-users] Bundled MSI branding

2012-01-29 Thread Josh Suereth
What size is your logo? I'm still not seeing my logo anywhere. - Josh On Sun, Jan 29, 2012 at 11:00 PM, Josh Suereth wrote: > Thanks. I'll start manipulating the image. > > > On Sun, Jan 29, 2012 at 8:22 AM, ACKH wrote: > >> Hi >> >> I noticed that wixstdba does not support png files that uti

Re: [WiX-users] Bundled MSI branding

2012-01-29 Thread Josh Suereth
Thanks. I'll start manipulating the image. On Sun, Jan 29, 2012 at 8:22 AM, ACKH wrote: > Hi > > I noticed that wixstdba does not support png files that utilize > transparency, i.e. the transparent pixels are just black, not the color of > the background. As soon as I changed the background col

Re: [WiX-users] Burn and versioning

2012-01-29 Thread Rob Mensching
Yes, it does. On Sun, Jan 29, 2012 at 3:31 AM, Neil Sleightholm wrote: > Does burn support all 4 parts of a version number when determining whether > to upgrade e.g. will 1.0.0.1 upgrade 1.0.0.0? (I appreciate the chained > MSI's might not.) > > Neil > > Neil Sleightholm > X2 Systems Limited > n.

Re: [WiX-users] Weekly builds

2012-01-29 Thread Rob Mensching
Please open a bug. On Sat, Jan 28, 2012 at 11:46 PM, Fyodor Koryazhkin wrote: > Hi, > In 2 latest weekly builds (2520 & 2527) it is impossible to add references > in C# CustomAction projects in Visual Studio 2010. > > -- > Regards, > Fyodor Koryazhkin.. > > ---

Re: [WiX-users] I'm losing the digital signature during WiX build

2012-01-29 Thread Darren Bennett
Could there be something in your WIX project that is causing your Windows Forms project to be built again? This would make it look like your digital signature was being removed. I recall something similar in one of our WIX projects but cannot remember the details of what the problem was. - Darren

Re: [WiX-users] I'm losing the digital signature during WiX build

2012-01-29 Thread Umeshj
I don't know why your project is getting rebuilt but you can simply sign the file in the postbuild event and then even if it is rebuilt the signed file will be picked up. Umesh -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/I-m-losing-the-digital-

Re: [WiX-users] Bundled MSI branding

2012-01-29 Thread ACKH
Hi I noticed that wixstdba does not support png files that utilize transparency, i.e. the transparent pixels are just black, not the color of the background. As soon as I changed the background color of my custom logo png to white the image looked like I wanted it. Besides this I discovered no oth

[WiX-users] Burn and versioning

2012-01-29 Thread Neil Sleightholm
Does burn support all 4 parts of a version number when determining whether to upgrade e.g. will 1.0.0.1 upgrade 1.0.0.0? (I appreciate the chained MSI's might not.) Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com --

[WiX-users] msp patch does not update one of files

2012-01-29 Thread Fyodor Koryazhkin
Hi, To find out why file is not being updated you can do the following: 1. Examine log file. 2. Apply patch to the target image at design time: a. Open target image in ORCA b. Open Transforms -> View Patch c. All changed tables, rows and columns will be marked in green rectangle d. Chec