I cannot comment on Wix tools, but in general we have received many
complaints from folks who install a third-party .Net 2.0 application, which
we distribute, on networks which are locked down with no external access to
an Authenticode certificate server.  Form what I have read such a network
should have a local certificate server, but in the cases I am aware of they
did not configure one.  The issue was complicated by a bug in .Net 2.0 that
caused authentication delays and timeouts.  The bug was addressed by a more
recent .Net service pack, but if the network is locked down a timeout may
still happen.  A .Net application can add the following lines to the config
file to reduce this this problem.
<configuration>
    <runtime>
        <generatePublisherEvidence enabled="false"/>
    </runtime>
</configuration> 

In a subsequent release of this third-party app they made .Net code changes
which significantly improved the timeout failures, so I know there can be a
coding issues but I do not know those details.
I'm sure there are others who have a lot more expertise than I on this
subject.
Phill



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-signature-verification-and-failure-on-Vista-tp7588505p7588536.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to