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/)GuestSeptember 23, 2005 at 6:30 PM#Backup and restore files questionI need some help with Backup files on install, restore on uninstall macros at http://nsis.sourceforge.net/wiki/Bac...e_on_uninstall. Is there a way to make them accept wildcard?
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/)Afrow UKSeptember 23, 2005 at 7:06 PM#Nope. You can however make another NSIS installer that generates your NSIS script for your main installer for you. http://nsis.sourceforge.net/wiki/Invoking_NSIS_run-time_commands_on_compile-time http://nsis.sourceforge.net/wiki/ReqFind:_Recursive_FindFirst%2C_FindNext%2C_FindClose -Stu
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/)GuestSeptember 23, 2005 at 7:42 PM#Ok, I will try that. 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/)GuestOctober 7, 2005 at 11:23 AM#Hummm, new question for you Afrow UK... I am getting errors with these: !insertmacro BackupFile "$INSTDIR\Data\SingleMissions\English\H H" "h h.mis" "$INSTDIR\Backup\SingleMissions\English\H H" and !insertmacro BackupFile "$INSTDIR\Data\NavalAcademy\Convoy Attack\English\Convoy Attack" "Convoy Attack.mis" "$INSTDIR\Backup\NavalAcademy\Convoy Attack\English\Convoy Attack" Can you help me?
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/)kichikOctober 7, 2005 at 11:25 AM#What are the errors?
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/)GuestOctober 7, 2005 at 11:36 AM#!insertmacro: BackupFile IfFileExists: "$INSTDIR\Backup\SingleMissions\English\H H\*.*" ? +2 : CreateDirectory expects 1 parameters, got 2. Usage: CreateDirectory directory_name Error in macro BackupFile on macroline 2 Error in script "d:\Usuarios\jenneram\Meus documentos\Gamevicio\Silent Hunter 3\Silent Hunter 3 2.00.nsi" on line 120 -- aborting creation process and !insertmacro: BackupFile IfFileExists: "$INSTDIR\Backup\NavalAcademy\Convoy Attack\English\Convoy Attack\*.*" ? +2 : CreateDirectory expects 1 parameters, got 3. Usage: CreateDirectory directory_name Error in macro BackupFile on macroline 2 Error in script "d:\Usuarios\jenneram\Meus documentos\Gamevicio\Silent Hunter 3\Silent Hunter 3 2.00.nsi" on line 120 -- aborting creation process Using NSIS 2.10
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/)kichikOctober 7, 2005 at 11:40 AM#Copy the macro from the Wiki again, I've fixed this. The CreateDirectory command missed quotes around the directory path.
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/)GuestOctober 7, 2005 at 11:43 AM#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/)Afrow UKOctober 7, 2005 at 12:49 PM#Thanks also 🙂 -Stu