What are the benfits of a standalone Windows .exe vs an installer?
Posted
by Zubair
on Stack Overflow
See other posts from Stack Overflow
or by Zubair
Published on 2010-04-22T12:20:35Z
Indexed on
2010/04/22
12:23 UTC
Read the original article
Hit count: 147
I am trying to make an application as easy to deploy as possible for Windows and I am trying to choose between packaging the application as a .exe or using an installer. I was wondering if anyone had opinions on the relative merits of either way? My preference would be to use a .exe as it would be just click and run for a user.
© Stack Overflow or respective owner