How to change the icon of a different .NET application dynamically (from C#) -
i working on installer , want installer have same icon (on windows taskbar , in explorer) application it's installing.
i don't want recompile installer different icon each time, how installer's icon changed (c#) application (the installer creator app)?
ideally, icon pulled out of .exe being installed if possible.
how done?
Comments
Post a Comment