Forum: NSIS Discussion
31st March 2016, 20:06
|
|
Replies: 12
Views: 4,272
|
Forum: NSIS Discussion
31st March 2016, 13:14
|
|
Replies: 12
Views: 4,272
|
Forum: NSIS Discussion
30th March 2016, 12:35
|
|
Replies: 12
Views: 4,272
|
Forum: NSIS Discussion
29th March 2016, 20:40
|
|
Replies: 12
Views: 4,272
|
Forum: NSIS Discussion
29th March 2016, 18:52
|
|
Replies: 12
Views: 4,272
|
Forum: NSIS Discussion
29th March 2016, 15:28
|
|
Replies: 12
Views: 4,272
SkinnedButtons
Trying to use this plugin, but I'm encountering an issue that I'm guessing shouldn't really be happening.
The buttons for the installer of SkinnedButton itself are not showing. I've been using...
|
Forum: NSIS Discussion
24th March 2016, 18:57
|
|
Replies: 20
Views: 5,662
Just an update in case anyone stumbles into the...
Just an update in case anyone stumbles into the same problem.. taking the other road that Anders told me to take (replace all iterations of MUI_HWND to $1) actually worked perfectly and the color no...
|
Forum: NSIS Discussion
24th March 2016, 16:59
|
|
Replies: 20
Views: 5,662
Did that, error gone, but the color of the...
Did that, error gone, but the color of the progress bar remains green. I've tampered with the numbers too to no avail.
edit: stripped the code down to the bare bones and just to what gfm688...
|
Forum: NSIS Discussion
24th March 2016, 16:32
|
|
Replies: 20
Views: 5,662
So it looks like it's definitely...
So it looks like it's definitely '${PBM_SETBKCOLOR}' that is the problem.. and you are correct that it is the 2nd SendMessage. First one works fine.. here's the function in case it's helpful.
;...
|
Forum: NSIS Discussion
24th March 2016, 15:15
|
|
Replies: 20
Views: 5,662
|
Forum: NSIS Discussion
24th March 2016, 15:00
|
|
Replies: 20
Views: 5,662
Yes, sorry I meant the PBM defines.
It is...
Yes, sorry I meant the PBM defines.
It is giving me an error on the SendMessage for PBM_SETBKCOLOR.
System::Call UxTheme::SetWindowTheme(i,w,w)i(r0,"","")
SendMessage $0 ${PBM_SETBARCOLOR} 0...
|
Forum: NSIS Discussion
24th March 2016, 14:33
|
|
Replies: 20
Views: 5,662
|
Forum: NSIS Discussion
24th March 2016, 12:16
|
|
Replies: 20
Views: 5,662
|
Forum: NSIS Discussion
23rd March 2016, 20:01
|
|
Replies: 20
Views: 5,662
|
Forum: NSIS Discussion
23rd March 2016, 14:50
|
|
Replies: 20
Views: 5,662
|
Forum: NSIS Discussion
22nd March 2016, 19:42
|
|
Replies: 20
Views: 5,662
|
Forum: NSIS Discussion
22nd March 2016, 18:48
|
|
Replies: 20
Views: 5,662
Which one am I supposed to change? When I'm...
Which one am I supposed to change? When I'm running my installer, it looks exactly like default.exe but when I'm making changes to see if it's the right one(Taking off icon, progress bar), the change...
|
Forum: NSIS Discussion
22nd March 2016, 14:40
|
|
Replies: 20
Views: 5,662
Customizing MUI_PAGE_INSTFILES
Sorry if this has been asked before, but my GoogleFu got me nowhere.
I want to customize the MUI_PAGE_INSTFILES page. I have a plugin all worked out that just runs the page when clicked. I...
|
Forum: NSIS Discussion
27th November 2015, 18:26
|
|
Replies: 2
Views: 1,408
Deleting a folder
Simple question I know, I see RMDir "$INSTDIR" being thrown around with or without the /r flag. I've placed a folder on the desktop and I was able to delete the files just fine. But I can't delete...
|
Forum: NSIS Discussion
24th November 2015, 17:26
|
|
Replies: 6
Views: 2,736
|
Forum: NSIS Discussion
24th November 2015, 16:30
|
|
Replies: 6
Views: 2,736
It's possible but I'm unsure if the registry...
It's possible but I'm unsure if the registry would be the same across all versions of the program.
So I'm trying to open it as soon as I find the file. I know how to read/write with NSIS, but the...
|
Forum: NSIS Discussion
23rd November 2015, 20:40
|
|
Replies: 6
Views: 2,736
|
Forum: NSIS Discussion
20th November 2015, 19:51
|
|
Replies: 6
Views: 2,736
Regular expressions for path?
Been looking through google to try to find something similar. Shows me the NSISpcre plugin. Not particularly against it or anything, but I'm new to NSIS already and if I don't need it I'd prefer not...
|