You are here

[Fixed] PortableApps.comInstaller Download2InnoExtractTo failed

2 posts / 0 new
Last post
omidm
Offline
Last seen: 1 month 2 weeks ago
Joined: 2023-10-28 08:57
[Fixed] PortableApps.comInstaller Download2InnoExtractTo failed

hi
1-DownloadInnoExtractTo
2-Download2InnoExtractTo
It works very well in "DownloadInnoExtractTo" , but fails in the "Download2InnoExtractTo" .

"PortableApps.comInstaller.nsi"

!ifdef Download2InnoExtractTo
.......
.......
!ifdef Download2InnoExtractFrom
nsExec::Exec `"$INSTDIR\InnoExtractTemp\innounp.exe" -x -c"${Download2InnoExtractFrom}" -d"$INSTDIR\${Download2InnoExtractTo}" "$DOWNLOADEDFILE"`
!else
nsExec::Exec `"$INSTDIR\InnoExtractTemp\innounp.exe" -x -d"$INSTDIR\${Download2InnoExtractTo}" "$DOWNLOADEDFILE"`
!endif
..........
........
!endif
maybe
"$DOWNLOADEDFILE" ====>"$DOWNLOADED2FILE"
thanks

John T. Haller
John T. Haller's picture
Online
Last seen: 1 min 16 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Fixed in 3.8.3

This is fixed in today's 3.8.3 release. Thanks for the heads up.

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments