Re: [WiX-users] No Error message prompt

2014-01-09 Thread Rob Mensching
users@lists.sourceforge.net Subject: Re: [WiX-users] No Error message prompt thanks for the reply. The error I am trying to handling is about certificate. For example: if user provide wrong certificatePath or password, the installation just fails quietly. Is there a way to prompt error message

Re: [WiX-users] No Error message prompt

2014-01-09 Thread Parm
thanks for the reply. The error I am trying to handling is about certificate. For example: if user provide wrong certificatePath or password, the installation just fails quietly. Is there a way to prompt error message from the installer? thanks, Parm -- View this message in context: http://

Re: [WiX-users] No Error message prompt

2014-01-09 Thread Parm
More general question is: If there is any error happened, what's the way to force Installer to prompt error message? My installer just stops quiet without any message. The only way is to look the log file. Thanks, Parm -- View this message in context: http://windows-installer-xml-wix-toolset.

Re: [WiX-users] No Error message prompt

2014-01-09 Thread Rob Mensching
Depends what caused the error. -Original Message- From: Parm [mailto:sfbu...@gmail.com] Sent: Thursday, January 9, 2014 11:27 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] No Error message prompt More general question is: If there is any error happened, what's th

[WiX-users] No Error message prompt

2014-01-08 Thread Parm
I am writing a wix project to deploy a website. I am using the element. If the CertificatePath is not correct , or the PFXPasswordis not correct, the installation failed, but the installer didn't prompt error message. I could only find the error in the log file. Is there any way to prompt the u