Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 19 of 19
Search took 0.00 seconds.
Search: Posts Made By: michaelmross
Forum: NSIS Discussion 26th October 2009, 00:34
Replies: 2
Views: 1,603
Posted By michaelmross
The attached illustrates the specific problem I...

The attached illustrates the specific problem I have had with MUI_background.nsh that has driven me to find a better method: The image is shifted left so about a third of it is missing. (I include...
Forum: NSIS Discussion 25th October 2009, 22:35
Replies: 2
Views: 1,603
Posted By michaelmross
All I want to do...

All I want to do is have a 498 by 312 image on the Welcome page background. Why is it so difficult? I have tried MUI_background.nsh without success. This should be so simple...!
Forum: NSIS Discussion 23rd October 2009, 00:36
Replies: 1
Views: 1,341
Posted By michaelmross
Looking for installer script that works with large archive

I'm looking for a script that will install one folder with several thousand files in it. I can't find a good example of installing from a CAB or ZIP file, which is presumably what I should do. Can...
Forum: NSIS Discussion 16th December 2008, 20:44
Replies: 11
Views: 8,461
Posted By michaelmross
Only works going forward

This code works when the Welcome page appears. But if you click Back from the next page, it reverts to normal. (BTW I think it's kind of ridiculous that one has to jump through hoops to bold some...
Forum: NSIS Discussion 26th January 2005, 15:08
Replies: 6
Views: 2,559
Posted By michaelmross
Quick directory delete

On uninstall, I want to delete a directory that may contain several hundred files. With RMDIR /r, each file is individually deleted - this is very slow and unnerving for the user. Is there a way to...
Forum: NSIS Discussion 17th September 2004, 20:00
Replies: 7
Views: 2,175
Posted By michaelmross
Thanks. That does exactly what I wanted. When...

Thanks. That does exactly what I wanted. When Install is clicked, the message comes up, and when it's dismissed the installer state is unchanged.
Forum: NSIS Discussion 17th September 2004, 13:04
Replies: 7
Views: 2,175
Posted By michaelmross
OK, I tried the following: !define...

OK, I tried the following:

!define MUI_DIRECTORYPAGE_VERIFYONLEAVE LeaveFunction
. . .
Function LeaveFunction

FindWindow $0 "ThunderRT6FormDC" "TaskTracker"
IsWindow $0 0 done
...
Forum: NSIS Discussion 16th September 2004, 11:13
Replies: 7
Views: 2,175
Posted By michaelmross
If that worked the way I expected, wouldn't it...

If that worked the way I expected, wouldn't it just show the message again the moment it was dismissed until the app was closed? (However, for some reason, it doesn't do that - it still terminates.)...
Forum: NSIS Discussion 15th September 2004, 20:27
Replies: 7
Views: 2,175
Posted By michaelmross
Need a Wait statement...?

This must be a very common situation, so forgive me. I have a function that tests if the application being installed is already running:

FindWindow $0 "ThunderRT6FormDC" "TaskTracker"
...
Forum: NSIS Discussion 15th September 2004, 13:28
Replies: 20
Views: 14,183
Posted By michaelmross
Actually there is one other very critical - very...

Actually there is one other very critical - very obvious thing, I guess - completely missing from the doc. But it took me a long time to cotton on: You have to install the icon that you want the...
Forum: NSIS Discussion 6th September 2004, 18:00
Replies: 20
Views: 14,183
Posted By michaelmross
The documentation is inadequate and lacks...

The documentation is inadequate and lacks examples. All it says is: "The icon used for the shortcut is 'icon.file,icon_index_number'" That doesn't even clarify if the file to specify is the source...
Forum: NSIS Discussion 2nd July 2004, 13:10
Replies: 6
Views: 2,413
Posted By michaelmross
Maybe that was it. I can't say positively because...

Maybe that was it. I can't say positively because the problem has gone away for now on the original system. I browsed to the directory, and this problably reset the key. It's correct now. If it...
Forum: NSIS Discussion 2nd July 2004, 12:51
Replies: 6
Views: 2,413
Posted By michaelmross
Let's try that again. But anyway, the issue is...

Let's try that again. But anyway, the issue is not present on another system, so maybe it's not NSIS-specific.
Forum: NSIS Discussion 2nd July 2004, 02:20
Replies: 6
Views: 2,413
Posted By michaelmross
short filenames in destination folder

I can't figure why this is happening, but I get short filenames in the destination folder field (of the MUI). For example, C:\PROGRA~1\TASKTR~1. Full filenames are only appearing after browsing for a...
Forum: NSIS Discussion 1st July 2004, 15:04
Replies: 6
Views: 2,436
Posted By michaelmross
See what each of the scripts in the NSIS\Examples...

See what each of the scripts in the NSIS\Examples folder does. It's very easy to adapt an existing script. Also try the great wizard that comes with http://hmne.sourceforge.net/
Forum: NSIS Discussion 30th June 2004, 01:38
Replies: 3
Views: 2,137
Posted By michaelmross
OK, I solved my problem. First, I misunderstood...

OK, I solved my problem.
First, I misunderstood the error and thought the line number referred to the macro.
Then I was racking my brains about what was wrong with my !insertmacro command.
Turns...
Forum: NSIS Discussion 29th June 2004, 15:58
Replies: 3
Views: 2,137
Posted By michaelmross
Script attached. BTW I have all the files in...

Script attached.
BTW I have all the files in the same dir as the script.

Thanks.
Forum: NSIS Discussion 29th June 2004, 15:09
Replies: 3
Views: 2,137
Posted By michaelmross
Line 40 Error with !insertmacro UpgradeDLL

Has anyone come across this? I'm using the UpgradeDLL.nsh straight from the \Include directory, and the compiler is complaining about line 40 and aborting!
Forum: NSIS Discussion 27th June 2004, 13:02
Replies: 3
Views: 2,275
Posted By michaelmross
Customizing Welcome Page text

I don't know why can't find an example of how to do this. I've got the idea you include custom text in an ini file, but could someone give an example please.
Thanks!
Showing results 1 to 19 of 19

 
Forum Jump