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/)black1ceJune 30, 2002 at 2:07 AM#Executing an .exehow would I execute superip_1.2.exe /S /D=c:\twirc1.4 after my installer(which now works thx n00n3) finishes?
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/)GuestJune 30, 2002 at 7:44 AM#Check for instance "viewhtml.nsi" in your NSIS dir for examples how to use Exec, ExecWait or ExecShell. Example code: ExecShell "" "$INSTDIR\superip_1.2.exe" "/S /D=c:\twirc1.4" -Hendri.