Re: [WiX-users] DeleteMachineCertificate Failure and code problems

2007-10-04 Thread Garth
Bob Arnson wrote: > Garth wrote: >> Wix version 3.0.2925.0 >> > > Grab the latest weekly release; afaik, Rob has integrated the v2 CA bug > fixes to v3. > > In general, if you're on WiX v3, one of the "taxes" for being on the > development branch is that you need to take frequent drops -- at

Re: [WiX-users] DeleteMachineCertificate Failure and code problems

2007-10-04 Thread Bob Arnson
Garth wrote: > Wix version 3.0.2925.0 > Grab the latest weekly release; afaik, Rob has integrated the v2 CA bug fixes to v3. In general, if you're on WiX v3, one of the "taxes" for being on the development branch is that you need to take frequent drops -- at least once a month. Otherwise ch

Re: [WiX-users] DeleteMachineCertificate Failure and code problems

2007-10-04 Thread Garth
Bob Arnson wrote: > Garth wrote: >> But the error I get I've seen refrerenced elsewhere. >> >> http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg05354.html >> >> Where it is trying to delete another certificate after my cert >> > > Which version of WiX are you using? Rob extensivel

Re: [WiX-users] DeleteMachineCertificate Failure and code problems

2007-10-03 Thread Bob Arnson
Garth wrote: > But the error I get I've seen refrerenced elsewhere. > > http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg05354.html > > Where it is trying to delete another certificate after my cert > Which version of WiX are you using? Rob extensively rewrote the certificate cus

Re: [WiX-users] DeleteMachineCertificate Failure and code problems

2007-10-03 Thread Garth
Bob Arnson wrote: > Garth wrote: >> It could be due to a classic UNICODE overflow bug in the file >> >> http://wix.cvs.sourceforge.net/wix/wix/src/ca/serverca/scaexec/scacertexec.cpp?view=markup >> >> >> >> WCHAR wzFriendlyName[256] = { 0 }; >> DWORD cbFriendlyName = sizeof(wzFriendlyName); >> >>

Re: [WiX-users] DeleteMachineCertificate Failure and code problems

2007-10-02 Thread Bob Arnson
Garth wrote: > It could be due to a classic UNICODE overflow bug in the file > > http://wix.cvs.sourceforge.net/wix/wix/src/ca/serverca/scaexec/scacertexec.cpp?view=markup > > WCHAR wzFriendlyName[256] = { 0 }; > DWORD cbFriendlyName = sizeof(wzFriendlyName); > > Should read > > WCHAR wzFriendlyNam

[WiX-users] DeleteMachineCertificate Failure and code problems

2007-10-02 Thread Garth
Hi, I have a uninstall which Fails sometimes but not always It prints the error DeleteMachineCertificate: Deleting certificate with friendly name: Garth "DeleteMachineCertificate: Failed to delete certificate with friendly name: Microsoft Root Authority, continuing anyway." MSI (s) (94:24) [