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/)MisterCDecember 21, 2006 at 9:24 PM#Execute a .msi file during setupI have a problem to execute a .msi file in quiet mode during the setup. I use the following command but it does no work: ExecWait "$INSTDIR\exemple.msi /quiet" Do you Have any idea?
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/)sujit1779April 9, 2009 at 5:24 AM#Hi, use below ExecWait '"msiexec" /i "$INSTDIR\example.msi"'