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/)jmklozMarch 9, 2010 at 5:46 PM#send switches in NSISHello, I am using NSIS to deploy software on our new computer builds. I was wondering if there was a to send a switch to the .exe file i am calling and running inside of the .nsi file? thanks!
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/)pengyouMarch 9, 2010 at 6:33 PM#You can supply parameters to programs called from your installer. The NSIS User Manual has lots of useful information, e.g. http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.1.2
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/)jmklozMarch 9, 2010 at 6:42 PM#Thank you very much!... i was missing the ' '... =)
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/)pengyouMarch 9, 2010 at 6:44 PM#An easy mistake to make! I had a lot of trouble myself when I first started using NSIS.