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/)deepesh83March 25, 2005 at 4:32 AM#Picking external file while installingI want to know how can I install a file that is in the same folder as the installer (setup.exe) and install it to my desired location.
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/)JnuwMarch 25, 2005 at 4:57 AM#Well if you know the file your after is going to be in the same folder as your installer, then you could just add a CopyFiles command to one of your sections. CopyFiles "$EXEDIR\file.txt" "$PROGRAMFILES\MyProg"