Archive: Classic Interface Problem


Classic Interface Problem
Hi Guyz , I Am Newbie Here :)

I Just Wanted To Know That Is It Possible To Get Splash Screen,Icon,Pic With Classic Interface ,IF YES , Please Post The Script (I Can't Find It)

Please I Really Need It :cry:

I DONT WANT TO USE Modern User Interface


Please Stop Using Upper Case For Every Word.

Classic UI with all the stuff you mention IS Modern UI. What is the problem?

Stu


I think what he wants is a splash screen. That should be possible using one of the splash screen plugins, I guess.


I Am Sorry Afro , I Really Got Addicted To Write In Upper Case (Cant Help) :(

I Am Talking About That Interface "Zip2exe With Classic Interface"

[IMG]http://freeimagehosting*****images/692_Screenshot_6_26_2010_7_57_53_A.jpg[/IMG]

[IMG]http://freeimagehosting*****images/370_Screenshot_6_26_2010_7_58_59_A.jpg[/IMG]

I Wanted Script To Use An Splash And Icon With This Interface :D


1: Yes you can help it. Just stop writing in caps. I'm honestly not trying to bash you here, but the way you write you're making yourself sound like an eight year old brat. Your first post immediately annoyed me, which is why I didn't reply the first time around. This shows that you'll greatly increase your chances of getting the right answer if you ask your questions in a normal way.

2: I have no idea how zip2exe works, so I can't tell you how to get the zip2exe-generated nsi script file. Your best choice is probably to learn writing your own script, that is what NSIS is for after all. I suggest you start with NSIS\Examples\Example1.nsi and Example2.nsi.

Use the command reference to find out what all the commands do. Once you understand those two examples, you'll be well on your way to writing your own NSIS installer.
http://nsis.sourceforge.net/Docs/Chapter4.html


There is the script header in Contrib\zip2exe\Classic.nsh which you can edit.

Edit: But yeh you should just avoid zip2exe and write your own script from scratch.

Stu


Thank You All Of You For Your Help

I Will Try To Write My Own Script


;Change this file to customize zip2exe generated installers with a classic interface

Page directory
Page instfiles
This Is What Is Written In Script As Per Classic.nsh So i Want To Add An Icon And Side Pic And Splash Screen An Run A Batch After Installation

;Change this file to customize zip2exe generated installers with a classic interface

Page directory
Page instfiles
This Is What Is Written In Script As Per Classic.nsh So i Want To Add An Icon And Side Pic And Splash Screen An Run A Batch After Installation

The MUI welcome page uses nsDialogs. You will have to use it too. Also there is a Splash plug-in included with NSIS.

Stu


Afrow , I Am An Rookie You Know That , I Dont Even Know ABC About Nsis , So If Your Help Is Been Expected By Me


Sorry but that's not my problem. I have pointed you in the right direction now you have to read the docs and try out the examples.

If I were you I'd save the hassle which you are presenting with no apparent reason and use Modern UI.

Stu


Ok Ill Try It Out


for splash just go to the example directory in your nsis folder then splash folder and check the example.nsi. thats it..