Installer Vs. Desktop application
Posted
by Ram
on Stack Overflow
See other posts from Stack Overflow
or by Ram
Published on 2010-05-30T10:22:15Z
Indexed on
2010/05/30
10:32 UTC
Read the original article
Hit count: 168
hi,
I was just wondering why do we need installer programs to create setups? We can create a desktop application which will do registry changes, registration of assembly, creation of config files and all.
Why dedicated installers are there? Do they serve any other purpose or task that a desktop application cannot do?
© Stack Overflow or respective owner