Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 25 of 44
Search took 0.00 seconds.
Search: Posts Made By: rjstephens
Forum: NSIS Discussion 27th May 2004, 10:50
Replies: 1
Views: 1,425
Posted By rjstephens
i have played with this a bit. THe only way to...

i have played with this a bit. THe only way to do that sort of thing with NSISdl is to save a file to disk and open it up and read its contents.

You need to be careful with your script. Make...
Forum: NSIS Discussion 12th May 2004, 05:32
Replies: 1
Views: 1,433
Posted By rjstephens
Adding a dial-up-networking connection

Hello all

Does anyone know exactly what has to be done to add a connection to Dial-up-networking? I have searched through MSDN for hours but it doesn't tell you anything about how DUN works.
...
Forum: NSIS Discussion 26th April 2004, 12:33
Replies: 3
Views: 2,086
Posted By rjstephens
may I ask why not? I mean, the compiler follows...

may I ask why not? I mean, the compiler follows a set of instructions to create the installer, why isn't it possible to follow those instructions in reverse?
Forum: NSIS Discussion 26th April 2004, 10:26
Replies: 2
Views: 1,342
Posted By rjstephens
I think I read somewhere that you can read from...

I think I read somewhere that you can read from CAB files using CopyFiles, but I've never tried.
Forum: NSIS Discussion 26th April 2004, 10:24
Replies: 1
Views: 1,929
Posted By rjstephens
you could write a (silent) NSIS script that is...

you could write a (silent) NSIS script that is scheduled to run, say, ever hour, and when it does run, it uses nsisdl to connect to a web server and download and install whatever.

by the way,...
Forum: NSIS Discussion 13th April 2004, 13:44
Replies: 3
Views: 1,693
Posted By rjstephens
detaild insturctions for installing vb runtimes...

detaild insturctions for installing vb runtimes can be found here:
http://nsis.sourceforge.net/archive/viewpage.php?pageid=47

if you're using vb5, just use msvbvm500.dll instead of msvbvm600.dll...
Forum: NSIS Discussion 25th February 2004, 11:12
Replies: 44
Views: 10,934
Posted By rjstephens
yeah, decorated looks heaps better

yeah, decorated looks heaps better
Forum: NSIS Discussion 24th February 2004, 08:42
Replies: 2
Views: 1,554
Posted By rjstephens
http://nsis.sourceforge.net/archive/viewpage.php?p...

http://nsis.sourceforge.net/archive/viewpage.php?pageid=386
Forum: NSIS Discussion 19th February 2004, 05:18
Replies: 5
Views: 1,579
Posted By rjstephens
I really doubt anyone is going to make a python...

I really doubt anyone is going to make a python script to do this for you. But you might like to try to learn

http://www.hotscripts.com/Python/Tips_and_Tutorials/Introduction_to_Python/index.html...
Forum: NSIS Discussion 16th February 2004, 07:43
Replies: 44
Views: 10,934
Posted By rjstephens
nice. I'll probably be usinng that at some point.

nice. I'll probably be usinng that at some point.
Forum: NSIS Discussion 16th February 2004, 06:43
Replies: 9
Views: 3,578
Posted By rjstephens
I don't think you need to reset the variables. ...

I don't think you need to reset the variables. But then again i'm not 100% sure - NSIS was like rc2 or something when I wrote that code, and it might have changed since then.
Forum: NSIS Discussion 15th February 2004, 12:17
Replies: 8
Views: 2,388
Posted By rjstephens
thanks for that. I'll look at it in the morning....

thanks for that. I'll look at it in the morning. It's past 11pm and i'm tired.
Forum: NSIS Discussion 15th February 2004, 12:01
Replies: 8
Views: 2,388
Posted By rjstephens
because I might want to register a new dll or...

because I might want to register a new dll or something, and it might not all be going in the same folder, etc. etc.

I think the way to go on this one is to download an installer, and run the...
Forum: NSIS Discussion 15th February 2004, 11:29
Replies: 9
Views: 3,578
Posted By rjstephens
This is a piece of code I whipped up a while back...

This is a piece of code I whipped up a while back for displaying a notes page.


!define MUI_PAGE_HEADER_TEXT "Information"
!define MUI_PAGE_HEADER_SUBTEXT "Please read the following important...
Forum: NSIS Discussion 15th February 2004, 11:12
Replies: 8
Views: 2,388
Posted By rjstephens
I was thinking more along the lines of "download...

I was thinking more along the lines of "download a nsis script, and then run the instructions in the script". Is this possible?
Forum: NSIS Discussion 15th February 2004, 01:43
Replies: 8
Views: 2,388
Posted By rjstephens
I'm afraid I don't understand what your saying....

I'm afraid I don't understand what your saying. If you could point me to an example script, please do so. I need a way to download a list of files, open that list, and then download the files in...
Forum: NSIS Discussion 15th February 2004, 01:15
Replies: 20
Views: 4,013
Posted By rjstephens
Well I still use NSIS in 98% of cases anyways...

Well I still use NSIS in 98% of cases anyways because of the smaller overhead, but in the rare event that I need to span accross multiple CDs, I will now use Inno. A difference between a 34k...
Forum: NSIS Discussion 15th February 2004, 01:10
Replies: 8
Views: 2,388
Posted By rjstephens
using NSISdl to get a list of files to download

HI
I am building an auto-update engine for my software in NSIS. Is it possible to download a list of files to download using NSISdl , and then download and replace those files one by one? I have...
Forum: NSIS Discussion 14th February 2004, 03:45
Replies: 20
Views: 4,013
Posted By rjstephens
competition

It's incredible what competition can do - Guess which installer system just introduced LZMA? Inno! NSIS still has more features and will still be used for most of my work, but Inno is trying very...
Forum: NSIS Discussion 13th February 2004, 11:36
Replies: 4
Views: 1,796
Posted By rjstephens
I fixed the problem. It was a problem with my...

I fixed the problem. It was a problem with my configuration. Wine has to have the GraphicsMode property in the config file (/home/youruser/.wine/config) set to "ttydrv" if you do not have X on the...
Forum: NSIS Discussion 13th February 2004, 11:12
Replies: 4
Views: 1,796
Posted By rjstephens
i think it is a problem with nsis, i thinkt hat...

i think it is a problem with nsis, i thinkt hat that error means that makensis is trying to open a window of some kind, but fails because X is not running on my host's server. I can run other apps...
Forum: NSIS Discussion 13th February 2004, 10:18
Replies: 4
Views: 1,796
Posted By rjstephens
makensis on wine: x11drv: : Can't open display:

Hi
When I try to run makensis under wine (redhat linux) I get the message:
x11drv: Can't open display:

Anyone here have any idea why? Or how to fix it?
Forum: NSIS Discussion 13th February 2004, 08:53
Replies: 15
Views: 11,291
Posted By rjstephens
I have looked at both licenses, whats wrong with...

I have looked at both licenses, whats wrong with them?
Forum: NSIS Discussion 13th February 2004, 08:22
Replies: 15
Views: 11,291
Posted By rjstephens
why does something being GPL prevent it from...

why does something being GPL prevent it from being used?
Forum: NSIS Discussion 11th February 2004, 04:43
Replies: 15
Views: 11,291
Posted By rjstephens
I wouldn't mind seeing LZO added to NSIS:...

I wouldn't mind seeing LZO added to NSIS: http://www.oberhumer.com/opensource/lzo/

it's open source and has a major advantage because it is extremely fast.
Showing results 1 to 25 of 44

 
Forum Jump