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/)ChocJunkieOctober 5, 2009 at 10:47 AM#Call installer passive from consoleI've tried to call my installer (it's more a updater) passive from console - because I don't need any input. I've used ./myInstaller.exe /passiveThe installer was displayed anyway. Is there anything I have to consider or is it not possible? Thx 🙂 CJ
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/)MSGOctober 5, 2009 at 10:51 AM#What you're looking for is called a "silent mode" installer. http://nsis.sourceforge.net/Docs/Chapter4.html#4.12
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/)ChocJunkieOctober 5, 2009 at 10:59 AM#Thank you! 🙂