Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: tinytone
Forum: NSIS Discussion 21st October 2011, 02:43
Replies: 3
Views: 1,898
Posted By tinytone
That's a keeper! Thanks for the help. ...

That's a keeper!

Thanks for the help.

-Tony
Forum: NSIS Discussion 20th October 2011, 19:35
Replies: 3
Views: 1,898
Posted By tinytone
ReadINIStr Finding a Section name from an entry name?

I've got an INI file that looks like this:


[DevCppLang]
Name=Dev-C++ Language
Description=The language files for the wxDev-C++ IDE.
RemoteFilename=Language.DevPak...
Forum: NSIS Discussion 17th October 2011, 16:43
Replies: 3
Views: 2,510
Posted By tinytone
Nevermind. The problem was between the keyboard...

Nevermind. The problem was between the keyboard and the chair.

I was using the return value of "success" (used by NSISdl) rather than "OK" (used by inetc). Seems to be working fine now.

Thanks....
Forum: NSIS Discussion 16th October 2011, 18:26
Replies: 3
Views: 2,510
Posted By tinytone
Thanks. I tried it with inetc, but still have no...

Thanks. I tried it with inetc, but still have no luck. I even tried moving the directory on SF so that there were no spaces, but still the download fails. Then, I tried specify the mirror to use in...
Forum: NSIS Discussion 15th October 2011, 14:38
Replies: 3
Views: 2,510
Posted By tinytone
NSISdl::download for SourceForge FRS

I've got an installer that uses NSISdl::download to grab install files from a webserver. I'm trying to update the installer to point to install files that are in Sourceforge's file release system...
Forum: NSIS Discussion 22nd September 2008, 03:12
Replies: 4
Views: 1,503
Posted By tinytone
Ok. The macro method worked for it. Thanks for...

Ok. The macro method worked for it. Thanks for the suggestion:


!macro MyMacro FILE_NAME

File "${FILE_NAME}"
...
Do other things
...
Forum: NSIS Discussion 22nd September 2008, 02:50
Replies: 4
Views: 1,503
Posted By tinytone
Ok, but the point still remains that the File...

Ok, but the point still remains that the File command doesn't seem to allow variables to be passed.

For example, let's do it without a function.


Var MyFileName

StrCpy $MyFileName...
Forum: NSIS Discussion 22nd September 2008, 01:52
Replies: 4
Views: 1,503
Posted By tinytone
Passing variable name to File

I'm trying to pass a string to a function and have files added to the install package based on that string. For example,


Push "MyFileName.txt"
Call MyFunction


Function MyFunction

Exch $0
Showing results 1 to 8 of 8

 
Forum Jump