Re: [WiX-users] Bundle fails to verify signature of payload

2014-07-14 Thread Nick Ramirez
When installing the MySQL Installer MSI (it's an MSI that's trying to be a bootstrapper, but that's not the big problem at the moment with it). I'm getting the following errors: Failed authenticode verification of payload: C:\Users\Nicholas\AppData\Local\Package

Re: [WiX-users] Bundle fails to verify signature of payload

2014-07-14 Thread Hoover, Jacob
- From: Nick Ramirez [mailto:nickra...@hotmail.com] Sent: Monday, July 14, 2014 9:02 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Bundle fails to verify signature of payload When installing the MySQL Installer MSI (it's an MSI that's trying to be a bootstrapper, but that's

Re: [WiX-users] Bundle fails to verify signature of payload

2014-07-14 Thread Sean Hall
: [WiX-users] Bundle fails to verify signature of payload When installing the MySQL Installer MSI (it's an MSI that's trying to be a bootstrapper, but that's not the big problem at the moment with it). I'm getting the following errors: Failed authenticode verification of payload: C:\Users

Re: [WiX-users] Bundle fails to verify signature of payload

2014-07-14 Thread Nick Ramirez
Well then that is weird then because when I look at the Digital Signatures tab of the MSI, it says it's been signed by Oracle America, Inc. and that This digital signature is OK. Maybe Windows 8.1 has a different way of seeing things. Or maybe it couldn't find its certificate chain. But I guess

[WiX-users] Bundle fails to verify signature of payload

2014-04-01 Thread Pally Sandher
Anyone seen this before? I've bundles built using WiX v3.6 which are failing to apply a patch which has been signed by a renewed code signing certificate. The bundle was signed by the previous certificate which expired last month but both the bundle the patch show up as valid signatures when I

Re: [WiX-users] Bundle fails to verify signature of payload

2014-04-01 Thread Wesley Manning
- From: Pally Sandher [mailto:pally.sand...@iesve.com] Sent: April-01-14 9:33 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Bundle fails to verify signature of payload Anyone seen this before? I've bundles built using WiX v3.6 which are failing to apply a patch which has been signed

Re: [WiX-users] Bundle fails to verify signature of payload

2014-04-01 Thread Wesley Manning
Manning [mailto:wmann...@dynagen.ca] Sent: April-01-14 11:11 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Bundle fails to verify signature of payload Does the computer have internet access? Looks like it's not finding a parent certificate for validation. Not sure. Others

Re: [WiX-users] Bundle fails to verify signature of payload

2014-04-01 Thread Phill Hogland
I noticed a problem once. Not sure why. I also saw comments from others that this can be problematic, so I set SuppressSignatureVerification=yes on my packages in the bundle chain. -- View this message in context:

Re: [WiX-users] Bundle fails to verify signature of payload

2014-04-01 Thread Carter Young
checking. From what I can tell and find using hash verification is just as good. -Original Message- From: Wesley Manning [mailto:wmann...@dynagen.ca] Sent: April-01-14 11:11 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Bundle fails to verify signature of payload Does

Re: [WiX-users] Bundle fails to verify signature of payload

2014-04-01 Thread Carter Young
I suggest doing this only after running the System Update Readiness Tool as I stated earlier. Although it has been my observation that Method 2 only makes the issue worse... If the System Update Readiness Tool reports no inconsistencies, then I would feel more comfortable suppressing the

Re: [WiX-users] Bundle fails to verify signature of payload

2014-04-01 Thread Pally Sandher
@lists.sourceforge.net Subject: Re: [WiX-users] Bundle fails to verify signature of payload Does the computer have internet access? Looks like it's not finding a parent certificate for validation. Not sure. Others on this list said that validation can be a problem when you don't have internet

Re: [WiX-users] Bundle fails to verify signature of payload

2014-04-01 Thread Carter Young
I apologize for cludging up the list with possible unneeded replies, but it's things like this that get me riled up. As an IT Professional and programmer, it really bothers me when as programmers, we ignore a xritival erroor bevause we know the option to do so. I'm a proponent of a

Re: [WiX-users] Bundle fails to verify signature of payload

2014-04-01 Thread Pally Sandher
April 2014 15:33 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Bundle fails to verify signature of payload I noticed a problem once. Not sure why. I also saw comments from others that this can be problematic, so I set SuppressSignatureVerification=yes on my packages in the bundle

Re: [WiX-users] Bundle fails to verify signature of payload

2014-04-01 Thread Pally Sandher
@lists.sourceforge.net Subject: Re: [WiX-users] Bundle fails to verify signature of payload I apologize for cludging up the list with possible unneeded replies, but it's things like this that get me riled up. As an IT Professional and programmer, it really bothers me when as programmers, we ignore

Re: [WiX-users] Bundle fails to verify signature of payload

2014-04-01 Thread Carter Young
Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Carter Young [mailto:ecyo...@grandecom.net] Sent: 01 April 2014 15:57 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Bundle fails to verify signature

Re: [WiX-users] Bundle fails to verify signature of payload

2014-04-01 Thread Wesley Manning
@lists.sourceforge.net Subject: Re: [WiX-users] Bundle fails to verify signature of payload I apologize for cludging up the list with possible unneeded replies, but it's things like this that get me riled up. As an IT Professional and programmer, it really bothers me when as programmers, we ignore a xritival erroor

Re: [WiX-users] Bundle fails to verify signature of payload

2014-04-01 Thread Pally Sandher
Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Carter Young [mailto:ecyo...@grandecom.net] Sent: 01 April 2014 16:14 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Bundle fails to verify signature of payload In this case the code is valid, as Windows

Re: [WiX-users] Bundle fails to verify signature of payload

2014-04-01 Thread Bob Arnson
On 01-Apr-14 08:32, Pally Sandher wrote: Anyone seen this before? I've bundles built using WiX v3.6 which are failing to apply a patch which has been signed by a renewed code signing certificate. The bundle was signed by the previous certificate which expired last month but both the bundle

Re: [WiX-users] Bundle fails to verify signature of payload

2014-04-01 Thread Rob Mensching
[mailto:pally.sand...@iesve.com] Sent: Tuesday, April 1, 2014 8:58 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Bundle fails to verify signature of payload So I rebuilt the bundle without changing any of the code, simply supplying the newly signed patch at the path specified