How to show only Major and Minor version usinf WIX
Posted
by Sunil Agarwal
on Stack Overflow
See other posts from Stack Overflow
or by Sunil Agarwal
Published on 2010-06-14T06:40:32Z
Indexed on
2010/06/14
6:42 UTC
Read the original article
Hit count: 228
Hi..
Using WIX installer earlier we were showing full dll version (it was static), but now we changed it to dynamic. So I get dll version like 4.5.3422.2319
Using this my setup shows whole version. But I want to show only Major and Minor version i.e. 4.5 only.
So can you please help me in doing so.
© Stack Overflow or respective owner