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/)er76October 23, 2005 at 6:01 PM#Launching Win32 AppI have read a couple of post on executing dos commands, but what about lauching win32 apps such as Direct X installer?
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/)YathoshoOctober 23, 2005 at 8:50 PM#works the same way.. Exec, ExecWait or nsExec
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/)TakhirOctober 24, 2005 at 3:44 AM#When installing 3-rd party applications, also good style is to hide original (NSIS) installer ShowWindow $HWNDPARENT 0 ExecWait "$EXEDIR\directx_9c_redist.exe" ShowWindow $HWNDPARENT 1