Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 23 of 23
Search took 0.00 seconds.
Search: Posts Made By: southcot
Forum: NSIS Discussion 14th May 2009, 06:33
Replies: 13
Views: 2,453
Posted By southcot
In itself this made no difference. I revisited...

In itself this made no difference. I revisited the example and noticed that the function was .onGUIInit and not .onInit adding this function and it works in a fashion and certainly enough to get me...
Forum: NSIS Discussion 13th May 2009, 20:09
Replies: 13
Views: 2,453
Posted By southcot
The logo displays fine and works with the UNC...

The logo displays fine and works with the UNC path. What doesn't happen is the whole screen in white and the logo disappears when the installer starts.
Forum: NSIS Discussion 13th May 2009, 19:15
Replies: 13
Views: 2,453
Posted By southcot
Sorry doing my best to provide what is needed, I...

Sorry doing my best to provide what is needed, I am grateful for you taking the time to respond. (Also earlier I couldn't see how to attach a file, I have just seen the message at the bottom of the...
Forum: NSIS Discussion 13th May 2009, 18:30
Replies: 13
Views: 2,453
Posted By southcot
Guess I could but Kichik was asking for the...

Guess I could but Kichik was asking for the script I was working on.
Forum: NSIS Discussion 13th May 2009, 18:18
Replies: 13
Views: 2,453
Posted By southcot
This was the last attempt:- Name...

This was the last attempt:-


Name "Southcot Services Ltd : On Line Backup"
outfile "Test.exe"

;--------------------------------
; Start Includes

!include "LogicLib.nsh"
Forum: NSIS Discussion 13th May 2009, 16:12
Replies: 13
Views: 2,453
Posted By southcot
I've tried stripping out parts of the example in...

I've tried stripping out parts of the example in the BgImage folder in the NSIS install location. try as I may I can't work out how to get a pure white screen.
Forum: NSIS Discussion 12th May 2009, 22:10
Replies: 13
Views: 2,453
Posted By southcot
Full screen colour

I've been trying out BgImage::SetBg as I want to cover the whole screen in white with a simple logo displayed in the middle of the screen while the installer runs. I don't seem to be able to get this...
Forum: NSIS Discussion 12th May 2009, 22:07
Replies: 2
Views: 1,616
Posted By southcot
Yep got it now thanks

Yep got it now thanks
Forum: NSIS Discussion 8th May 2009, 21:44
Replies: 2
Views: 1,616
Posted By southcot
Pages for Uninstall

I thought I had it cracked but ...

I have a set of pages using the MUI:-



The trouble is that the uninstaller goes through each of these pages too. This is not what I want. Try as I may I...
Forum: NSIS Discussion 7th May 2009, 06:41
Replies: 24
Views: 11,595
Posted By southcot
Aha so often the answer to something that has...

Aha so often the answer to something that has bugged me for days proves to be frustatingly simple. Thanks for the help on all of this.
Forum: NSIS Discussion 6th May 2009, 17:07
Replies: 24
Views: 11,595
Posted By southcot
I am trying to capture the domain or the computer...

I am trying to capture the domain or the computer using:-



gives me an error whereas:-



works fine yet both values are stings. Am I missing something here?
Forum: NSIS Discussion 28th April 2009, 11:12
Replies: 24
Views: 11,595
Posted By southcot
That would fit with the cache problem I hit as it...

That would fit with the cache problem I hit as it was the first one I opened.
Forum: NSIS Discussion 28th April 2009, 10:44
Replies: 24
Views: 11,595
Posted By southcot
Hang on I have just cleared my cache and the...

Hang on I have just cleared my cache and the second link on this thread does indeed now show the DLL Grrrrrrrrrrrrrrrrrrrr.
Forum: NSIS Discussion 28th April 2009, 10:42
Replies: 24
Views: 11,595
Posted By southcot
Nope when I click on any of the zips I just get...

Nope when I click on any of the zips I just get the five files listed:-

TestWmiInspector.exe
TestWmiInspector..nsi
WmiInspector.cpp
WmiInspector.vcproj
WmiInspector.sln

What URL are you...
Forum: NSIS Discussion 28th April 2009, 05:35
Replies: 24
Views: 11,595
Posted By southcot
Hmm uncharted territory for me but I'll give it a...

Hmm uncharted territory for me but I'll give it a go. The blurb on http://www.microsoft.com/Express/ tells me I also need the Microsoft MSDN Express Library. Presumably that's correct. Could you give...
Forum: NSIS Discussion 27th April 2009, 14:12
Replies: 24
Views: 11,595
Posted By southcot
Is there a way of tracking it down?

Is there a way of tracking it down?
Forum: NSIS Discussion 27th April 2009, 14:05
Replies: 24
Views: 11,595
Posted By southcot
So I'm not going mad after all then :)

So I'm not going mad after all then :)
Forum: NSIS Discussion 27th April 2009, 12:41
Replies: 24
Views: 11,595
Posted By southcot
Thanks for the speedy response. I open the zip at...

Thanks for the speedy response. I open the zip at http://nsis.sourceforge.net/WmiInspector_plug-in and the only files there are:-

TestWmiInspector.exe
TestWmiInspector..nsi
WmiInspector.cpp...
Forum: NSIS Discussion 27th April 2009, 06:09
Replies: 24
Views: 11,595
Posted By southcot
I'm very much a newbie to NSIS. I have two...

I'm very much a newbie to NSIS. I have two questions regarding this plugin:-

1
I can't get the examples to work I get an error:-

"WmiInspector::Request"

I am guessing that it is something...
Forum: NSIS Discussion 16th April 2009, 18:06
Replies: 6
Views: 2,918
Posted By southcot
Brilliant thanks again for all the help. This has...

Brilliant thanks again for all the help. This has opened up much more for me. The help you gave me before has meant I have already been able to start to develop the installer I need and this is icing...
Forum: NSIS Discussion 16th April 2009, 14:41
Replies: 6
Views: 2,918
Posted By southcot
This excellent the second link does the trick...

This excellent the second link does the trick beautifully, many thanks. I'm not sure how I missed it when trawling for solutions, I try not to be a helpless newbie when I start something new. I am...
Forum: NSIS Discussion 15th April 2009, 16:59
Replies: 6
Views: 2,918
Posted By southcot
Thanks for the speedy response. I had come across...

Thanks for the speedy response. I had come across the latter but couldn't see how to use the macro - part of this steep incline I'm following!! Is the ability to set the name just a mirror of...
Forum: NSIS Discussion 15th April 2009, 16:00
Replies: 6
Views: 2,918
Posted By southcot
Getting Hostname

VERY much a newbie to this and it's proving a steep learning curve.

I want to configure an installer that will read the current hostname of a Windows XP or Vista machine, store it for un-install...
Showing results 1 to 23 of 23

 
Forum Jump