Re: [WiX-users] Installer Integrity Check

2010-10-20 Thread Gáspár Győző
I have played around with signing my msi. If the signature is broken then windows will show a different message to the user. But the message is not suited well for my "incomplete download" case. If the user opens a downloaded msi with a valid digital signature then "Open file - Security warning

Re: [WiX-users] Installer Integrity Check

2010-10-20 Thread Rob Mensching
MSI files can also be signed. On Wed, Oct 6, 2010 at 5:47 AM, Peter Shirtcliffe wrote: > Many utilities that create self extracting archive will include such a > function. It will also help you avoid the problem where MSIs downloaded from > the web are renamed by the browser, which causes them to

Re: [WiX-users] Installer Integrity Check

2010-10-06 Thread Peter Shirtcliffe
Many utilities that create self extracting archive will include such a function. It will also help you avoid the problem where MSIs downloaded from the web are renamed by the browser, which causes them to break - you arent allowed to rename an MSI. -Original Message- From: Gáspár Gyozo