Forum: NSIS Discussion
26th October 2009, 00:34
|
|
Replies: 2
Views: 1,603
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
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
|
Forum: NSIS Discussion
16th December 2008, 20:44
|
|
Replies: 11
Views: 8,461
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
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
|
Forum: NSIS Discussion
17th September 2004, 13:04
|
|
Replies: 7
Views: 2,175
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
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
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
|
Forum: NSIS Discussion
6th September 2004, 18:00
|
|
Replies: 20
Views: 14,183
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
|
Forum: NSIS Discussion
2nd July 2004, 12:51
|
|
Replies: 6
Views: 2,413
|
Forum: NSIS Discussion
2nd July 2004, 02:20
|
|
Replies: 6
Views: 2,413
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
|
Forum: NSIS Discussion
30th June 2004, 01:38
|
|
Replies: 3
Views: 2,137
|
Forum: NSIS Discussion
29th June 2004, 15:58
|
|
Replies: 3
Views: 2,137
|
Forum: NSIS Discussion
29th June 2004, 15:09
|
|
Replies: 3
Views: 2,137
|
Forum: NSIS Discussion
27th June 2004, 13:02
|
|
Replies: 3
Views: 2,275
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!
|