Eroneous variable expansion (Custom Unpacker)
Posted: 03 Jan 2013, 15:23
I had been trying to extract files from an archive located in a path below a directory with a $ in it (F:\TEMP\$DOCUMENTS), to a subdirectory with the name of the archive, using a custom unpacker.
I got the error message
Moreover, the 2nd error message is confusing, since no "Archiver initial directory" is configured nowhere. The offender is actually the destination path for the extracted files.
Unpacker's (7z.exe) Arguments configuration is
I got the error message
Expecting variable name or '$' character.
Error parsing archiver initial directory.
Moreover, the 2nd error message is confusing, since no "Archiver initial directory" is configured nowhere. The offender is actually the destination path for the extracted files.
Unpacker's (7z.exe) Arguments configuration is
x -scsWIN "$(ArchiveFullName)" @$(ListDOSFullName)