On 24.10.2014 08:23, RjOllos wrote:
 in the next release. I'd also like to understand if there
are advantages to providing MSI installers rather than EXE installers

I don't know exactly the tradeoffs, but stumbled on an old mail [1] that lists some.

Another advantage for debugging problems may be that MSI installers can enable logging [2]:
    msiexec /l*v "log.log" /i "trac.msi"
(Although it is maybe very rare that this is needed or helps much.)
Or do the EXE installers have something similar?

[1] https://mail.python.org/pipermail/distutils-sig/2007-July/007811.html
[2] http://msdn.microsoft.com/en-us/library/aa367988%28v=vs.85%29.aspx

--
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-dev+unsubscr...@googlegroups.com.
To post to this group, send email to trac-dev@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-dev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to