Re: [WiX-users] Std Bootstrapper failed: Error

2011-09-09 Thread Rob Mensching
Heath is looking at this bug. It'd be best to keep adding all data you know about this issue to the bug. He's still not sure what the root issue is. On Wed, Sep 7, 2011 at 1:56 AM, Vadym Verba wrote: > Now this defect is reproducible on all our tester machines. > > The weirdest thing it that sim

Re: [WiX-users] Std Bootstrapper failed: Error

2011-09-07 Thread Vadym Verba
Now this defect is reproducible on all our tester machines. The weirdest thing it that simple verification of any file, signed with company certificate, on the problem computer repels defect ^^ (signtool.exe verify /pa anySignedFile.exe). I added comment to the defect https://sourceforge.net/trac

Re: [WiX-users] Std Bootstrapper failed: Error

2011-08-25 Thread Vadym Verba
Date: Wed, 17 Aug 2011 07:18:32 -0700 From: Rob Mensching Subject: Re: [WiX-users] Std Bootstrapper failed: Error To: "General discussion for Windows Installer XML toolset." Message-ID: Content-Type: text/plain; charset=UTF-8 Are you signing with a certficiate th

Re: [WiX-users] Std Bootstrapper failed: Error

2011-08-18 Thread Vadym Verba
Subject: Re: [WiX-users] Std Bootstrapper failed: Error To: "General discussion for Windows Installer XML toolset." Message-ID: Content-Type: text/plain; charset=UTF-8 Are you signing with a certficiate that is from a trusted root? On Tue, Aug 16, 2011 at 7:51

Re: [WiX-users] Std Bootstrapper failed: Error

2011-08-17 Thread Rob Mensching
Are you signing with a certficiate that is from a trusted root? On Tue, Aug 16, 2011 at 7:51 AM, Vadym Verba wrote: > Had same problem with any signed msi. In my case defect reproduced ONLY on > 2008 SP2 (x32 and x64). Tested on 2003 and 2008 R2 - worked fine. > Workaround was found accidently:

Re: [WiX-users] Std Bootstrapper failed: Error

2011-08-16 Thread Vadym Verba
Had same problem with any signed msi. In my case defect reproduced ONLY on 2008 SP2 (x32 and x64). Tested on 2003 and 2008 R2 - worked fine. Workaround was found accidently: import certificate of publisher, the msi was sign which's key. Import certificate: 1) go to file (msi in my case) property 2)

Re: [WiX-users] Std Bootstrapper failed: Error 0x800b010a

2011-07-28 Thread Tobias S
(need to check how to do). > > Many thanks so far, >  Thomas > > > > > Von:    Rob Mensching > An:     "General discussion for Windows Installer XML toolset." > > Datum:  22.07.2011 18:26 > Betreff:        Re: [WiX-users] Std Bootstrapper failed: Error 0

Re: [WiX-users] Std Bootstrapper failed: Error 0x800b010a

2011-07-28 Thread Thomas . Deboben
g An: "General discussion for Windows Installer XML toolset." Datum: 22.07.2011 18:26 Betreff: Re: [WiX-users] Std Bootstrapper failed: Error 0x800b010a Hmm, this is supposed to work, Thomas. Can you open a bug with as much detail as possible. I think it basically comes down to ge

Re: [WiX-users] Std Bootstrapper failed: Error 0x800b010a

2011-07-22 Thread Rob Mensching
> > 22.07.2011 11:40 > > Bitte antworten an > > "General discussion for Windows Installer XML toolset." > > > > > > > > An > > "General discussion for Windows Installer XML toolset." > > > > Kopie > > > > Thema > >

Re: [WiX-users] Std Bootstrapper failed: Error 0x800b010a

2011-07-22 Thread Tobias S
s valid and trusted). >> >> Is there a way to launch it on a system without internet connection? >> >> Thanks, >>  Thomas >> >> >> >> Rob Mensching >> 21.07.2011 17:18 >> Bitte antworten an >> "General discussion for Windows Insta

Re: [WiX-users] Std Bootstrapper failed: Error 0x800b010a

2011-07-22 Thread Thomas . Deboben
Bitte antworten an "General discussion for Windows Installer XML toolset." An "General discussion for Windows Installer XML toolset." Kopie Thema Re: [WiX-users] Std Bootstrapper failed: Error 0x800b010a VMWares seem to be somehow tricky regarding retrieving the revoca

Re: [WiX-users] Std Bootstrapper failed: Error 0x800b010a

2011-07-22 Thread Tobias S
; > > An > "General discussion for Windows Installer XML toolset." > > Kopie > > Thema > Re: [WiX-users] Std Bootstrapper failed: Error 0x800b010a > > > > > > > 0x800B010A == A certificate chain could not be built to a trusted root > authorit

Re: [WiX-users] Std Bootstrapper failed: Error 0x800b010a

2011-07-21 Thread Thomas . Deboben
without internet connection? Thanks, Thomas Rob Mensching 21.07.2011 17:18 Bitte antworten an "General discussion for Windows Installer XML toolset." An "General discussion for Windows Installer XML toolset." Kopie Thema Re: [WiX-users] Std Bootstrapper fail

Re: [WiX-users] Std Bootstrapper failed: Error 0x800b010a

2011-07-21 Thread Rob Mensching
0x800B010A == A certificate chain could not be built to a trusted root authority. Is the exe signed? Is the signature valid and trusted on the machine? On Thu, Jul 21, 2011 at 2:48 AM, wrote: > Hello, > > I'm a new WiX-user and just try to build a bootstrapper to customize a > PostgreSQL install

[WiX-users] Std Bootstrapper failed: Error 0x800b010a

2011-07-21 Thread Thomas . Deboben
Hello, I'm a new WiX-user and just try to build a bootstrapper to customize a PostgreSQL installation. I use WIX 3.6.1915.0 in VS2010. I've added two ExePackages into a chain (64bit and 32bit package). Later I will pass additional parameters to these packages given from custom dialogs. http:/