I have a oneclick application that is being distribuited in a lot of versions that basically share 99% of the code, and differ only for some personalization like icon, name, and little other.
Mantaining the code aligned in all versions is getting too much time comsuming, so I would like to build a basic neutral application, that during the first start ask what version to install and then applies the changes. My only problem is that I don't know how to change the icon, and the application name after that the application has been installed.
It's even possible?