Image
hi , am new here
I have samll question :
How can i create first install window ( with image on middle ) - like DivX installer ?
Thanx
Archive: Image
Image
hi , am new here
I have samll question :
How can i create first install window ( with image on middle ) - like DivX installer ?
Thanx
You can use
1) AdvSplash plug-in (program files\nsis\contrib\advsplash;
2) my plug-in http://forums.winamp.com/showthread....ight=AdvSplash - also supports jpeg, gif and mp3;
3) attached splash script (do not forget to replace image file name in script :) ).
First 2 variants support transparency, but script is good for NSIS and System plug-in tricks learning (I guess ;) )
it is very good ,
but i need like this :
window with button (next , cancel), image on midlle , banner (image with caption : INSTALL ) on top.
Use InstallOptions (see in Contrib\InstallOptions).
-Stu