Re: [WiX-users] Client certificates not getting installed in the certificate store(Wix2)

2006-12-29 Thread Pankaj Singh
One thing still bothers me. I am just trying to install client certificate in the certificate store. Why is IIS coming into picture? -Pankaj From: Rob Mensching Sent: Friday, December 29, 2006 5:39 PM To: Pankaj Singh; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Client certificates

Re: [WiX-users] Client certificates not getting installed in the certificate store(Wix2)

2006-12-29 Thread Pankaj Singh
Can you fill the blanks? -Pankaj From: Rob Mensching Sent: Friday, December 29, 2006 5:32 PM To: Pankaj Singh; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Client certificates not getting installed in the certificate store(Wix2) Wow, that build is ancient. It&#

Re: [WiX-users] Client certificates not getting installed in the certificate store(Wix2)

2006-12-29 Thread Pankaj Singh
APP - 2.0.1112.0 shp 15,360 11-17-2006 candle.exe -Pankaj From: Rob Mensching Sent: Friday, December 29, 2006 5:26 PM To: Pankaj Singh; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Client certificates not getting installed in the certificate store(Wix2) No, you ne

Re: [WiX-users] Client certificates not getting installed in the certificate store(Wix2)

2006-12-29 Thread Pankaj Singh
: Pankaj Singh; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Client certificates not getting installed in the certificate store(Wix2) Yep, doesn't look like the Certificate CustomActions were executed. Does your MSI have the Certificate actions in the InstallExecuteSequence? From: P

[WiX-users] Client certificates not getting installed in the certificate store(Wix2)

2006-12-29 Thread Pankaj Singh
My goal is to install client certificates in the user's certificate store. I am using element for this purpose in my .wxs file. The snippet is like this: Issue: Installing the msi does not install any client certificates in the store. I am not getting any error either. I decompiled the msi usi