Re: [WiX-users] Certificate error

2008-10-04 Thread Luke Bakken
element look like? > > What OS are you testing this on? > > > > -Original Message- > From: Tanikella, Rajanikanth (SCR US) [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 25, 2008 11:43 > To: General discussion for Windows Installer XML toolset. > Subject

Re: [WiX-users] Certificate error

2008-10-04 Thread Rob Mensching
GETDIR = C:\ ... Thanks for taking a look. Raj -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2008 12:51 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Certificate error Did you clear out all the .wix

Re: [WiX-users] Certificate error

2008-09-25 Thread Tanikella, Rajanikanth (SCR US)
= C:\ ... Thanks for taking a look. Raj -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2008 12:51 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Certificate error Did you clear out all the .wixobj, .

Re: [WiX-users] Certificate error

2008-09-24 Thread Rob Mensching
)? -Original Message- From: Tanikella, Rajanikanth (SCR US) [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2008 15:09 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Certificate error Hello All, I am experiencing the same issue, same symptoms. I

Re: [WiX-users] Certificate error

2008-09-24 Thread Tanikella, Rajanikanth (SCR US)
05, 2008 12:01 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Certificate error Except you want to look at the hex number by the "Error". In this case: 0x80070057 = E_INVALIDARG. Can you be sure you recompiled all of your files. It is possible you h

Re: [WiX-users] Certificate error

2008-09-04 Thread Rob Mensching
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan O'Neill Sent: Thursday, September 04, 2008 04:21 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Certificate error The error code 3 is a Win32 error for file not found. You can find win32 error code

Re: [WiX-users] Certificate error

2008-09-04 Thread Ryan O'Neill
The error code 3 is a Win32 error for file not found. You can find win32 error codes online or in MSDN or at a dos prompt by typing 'net helpmsg 3' and it will give you the error text a lot of the time. I suggest using filemon (from MS) to see what file is being looked for and where. Ryan -O