Hi,
I have a Windows Installer that I am trying to adapt for use from the web. I generate setup.exe and Setup.msi files in VS 2008 although I have also used the standalone Bootstrapper Generator. The result is the same, when I download and run the setup.exe file, it downloads the msi file as I would expect but this exits very quickly. The last lines of the log file are shown below:
Download completed at 22/09/2009 10:21:52
WinVerifyTrust returned 0
File trusted
WinVerifyTrust returned -2146762749
Subject form unknown
Wintrust not found on machine
The wintrust DLL is in the system directory and I tried reregistering it but all to no avail. I still cannot install my exe/msi from the web.
Any ideas?
I have tried this from my Vista machine and from an XP VM - with the same result.
Many thanks,
-Paul