You are here

wxDownload Fast

5 posts / 0 new
Last post
ljbade
Offline
Last seen: 15 years 8 months ago
Joined: 2008-08-19 21:38
wxDownload Fast

I am working on a NSI script for wxDownload fast but I am trying to figure out how I can get it to read it's config file. It expects it to be in the current working directory, and am looking for another program or an example that works around this.

I think the best way is to tell wxDownload Fast run in the Data folder (ie set it's working folder to Data).

Any help will be appreciated.

Leith Bade

TaffinFoxcroft
TaffinFoxcroft's picture
Offline
Last seen: 10 years 4 months ago
Developer
Joined: 2006-12-14 17:24
NSIS, you say? i've had the

NSIS, you say? i've had the same problem, and this has also come up before. try SetOutPath "$EXEDIR\Data\settings"

But there’s no sense crying over every mistake,
You just keep on trying till you run out of cake.

ljbade
Offline
Last seen: 15 years 8 months ago
Joined: 2008-08-19 21:38
Thanks

Thanks TaffinFoxcroft.

Another problem I am working on is this NSIS error message whenever I compile PortableApps.comInstaller.nsi v0.10.1.0:

Processed 1 file, writing output:
Adding plug-ins initializing function... Done!
Error: could not resolve label "NONE" in function "LeaveDirectory"
Error - aborting creation process

Anyone know how to fix this?

The other question I have is where can i find how PortableApps handles different languages so I can get my launcher to work with it.

Leith Bade

TaffinFoxcroft
TaffinFoxcroft's picture
Offline
Last seen: 10 years 4 months ago
Developer
Joined: 2006-12-14 17:24
looks like you must have made

looks like you must have made some modification to the installer that doesn't sit properly. try re-downloading the installer, adjusting it and try again.

But there’s no sense crying over every mistake,
You just keep on trying till you run out of cake.

digitxp
digitxp's picture
Offline
Last seen: 12 years 7 months ago
Joined: 2007-11-03 18:33
For an example,

GraphCalc Portable has the exact same situation. (Though it's quite old and isn't being updated for some reason.
https://portableapps.com/node/11598

Insert original signature here with Greasemonkey Script.

Log in or register to post comments