Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)wolf67October 20, 2006 at 4:02 AM#Hide dos window when run makensis.exeHello! I call makensis.exe from an c# application and i doesn´t want the dos window to show. Is there any way to hide this? Could anyone help me! wolf
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)kichikOctober 20, 2006 at 8:04 AM#The way MakeNSISw and nsExec do this is by replacing stdout and stderr with its own pipes and call CreateProcess with STARTINFO.wShowWindow as SW_HIDE. I don't know how this could be done with C#. You should ask that in a C# specific forum.