I'm working on an online installer for TopOCR; however, the AdvancedExtract1To parameter seems to be failing. It correctly creates the folder, but doesn't extract the installer's files into that folder.
I know it should be able to, since 7-Zip shows the embedded files without a hitch... anyone know what the problem might be?
Here's my installer.ini:
[DownloadFiles] DownloadURL=http://www.topocr.com/topocr.exe DownloadName=TopOCR DownloadFilename=topocr.exe DownloadMD5=d2438258b5eb61a6357a27984f84866e AdditionalInstallSize=7905.28 AdvancedExtract1To=App\TopOCR
TIA!
If you use
AdvancedExtract#To
, I think it has to be followed byAdvancedExtract#Filter
.Also, I don't think the
AdditionalInstallSize
should include a point.So should I just round AdditionalInstallSize to 7905? Or should I "ceiling" it to 7906? (btw, I've already tried my installer twice... and there didn't seem to be a problem either time. Weird...)
I'll try * with AdvancedExtract#Filter... here goes!Yay, it works!
Thanks for the advice!
One more question... how do I access the files in the downloaded installer?
failed,
failed, even
failed...
The biggest problem is <ROOT> - what folder does it access? The PAF says
, but does that refer to the portable app's root directory or the extracted installer's root directory?
"The question I would like to know, is the Ultimate Question of Life, the Universe and Everything. All we know about it is that the Answer is Forty-two, which is a little aggravating."