Forum: NSIS Discussion
2nd December 2003, 08:11
|
|
Replies: 19
Views: 3,830
Hello,
i recently had the same problem. This...
Hello,
i recently had the same problem. This is my working macro (looks kinda similiar to yours):
!define LR_LOADFROMFILE 0x0010
!define LR_CREATEDIBSECTION 0x2000
!define STM_SETIMAGE ...
|
Forum: NSIS Discussion
1st December 2003, 15:51
|
|
Replies: 29
Views: 8,167
|
Forum: NSIS Discussion
28th November 2003, 16:12
|
|
Replies: 29
Views: 8,167
|
Forum: NSIS Discussion
28th November 2003, 14:31
|
|
Replies: 29
Views: 8,167
Hello,
i did see how gfx.nsi used it....
Hello,
i did see how gfx.nsi used it. However when i use AddBrindingImage once the window gets "framed".
Ie. when i use AddBrandingImage bottom 100 the bottom 100 pixels of the NSIS window gets...
|
Forum: NSIS Discussion
28th November 2003, 13:42
|
|
Replies: 29
Views: 8,167
Hello,
yes i tried that before. However i...
Hello,
yes i tried that before. However i cant use AddBrandingImage inside functions/sections. Even if i could i dont want the window gets resized.
What i tried to do is displaying different...
|
Forum: NSIS Discussion
28th November 2003, 13:31
|
|
Replies: 29
Views: 8,167
Hello,
thanks for your replies.
Yes...
Hello,
thanks for your replies.
Yes tried with bgImage before kichik's post but couldnt use addimage without using setbg before.
@kichik: i saw you made the bgImage plugin. Would you able to...
|
Forum: NSIS Discussion
28th November 2003, 12:37
|
|
Replies: 29
Views: 8,167
Rotating images while instfiles?
Hello,
ive searched the articles / plugins and fourms but didnt find a way to display rotating images while the installation process.
Maybe someone out there who can help me how to realize...
|