Folder "DaleSoft Support\DaleSoft 2" in $APPDATA will not created and copied files back to Backup. I think the spaces are the problem...
Would be very happy, if someone can help me or give a suggestion, many thanks.
; ************************************************************************** ; ==== Portable Start ==== ; ************************************************************************** Section "Main" IfFileExists "Backup\*.*" +1 CreateDirectory "$APPDATA\DaleSoft Support\DaleSoft 2" CopyFiles /SILENT "$EXEDIR\Backup\*.*" "$APPDATA\DaleSoft Support\DaleSoft 2" SetOutPath "Ordner" ExecWait "$EXEDIR\Ordner\Datei.exe" CreateDirectory "$EXEDIR\Backup" CopyFiles /SILENT "$APPDATA\DaleSoft Support\*.*" "$EXEDIR\Backup" RMDir /r "$APPDATA\DaleSoft Support" SectionEnd
Completely rewritten, now it works