Archive: I've a question


I've a question
Hy,
Sorry, that my question isn't in english but i can't ask a quenstion like this in english very good.

Also:
Ich benutze NSIS und bin sehr zufrieden damit. Ich habe jedoch noch ein paar Fragen. Wenn ich meine Setup Datei starte dann kommt immer erst "please wait while setup is loading"

Wo finde ich diesen Text (Wo kann ich ihn ändern)

Dann habe ich mir eine Information. ini gemacht:

So eine:

!insertmacro MUI_PAGE_WELCOME
Page custom InformationsPage
!insertmacro MUI_PAGE_COMPONENTS


Das ist der Text in der .ini:

[Field 1]
Type=label
Text=WICHTIG:.......
Left=0
Right=-1
Top=3
Bottom=123

Ich möchte nun aber, dass die Warnung in rot dasteht. Wie geht das?

Dann habe ich noch eine letzte frage bei der wahl des Pfades (MUI_PAGE_DIRECTORY):

Wenn diese Seite kommt steht ja schon z.B.
C:\Programme\Valve da. Das ist auch gut so. Ich möchte jedoch, dass wenn man auf die ... klickt um einen anderen Pfad zu wählen. Danach nicht mehr C:\Programme\Anderes Programm\Valve steht sondern nur C:\Programme\Anderes Programm\ wie geht das ?


From what I understand using Google translator is that you want to change the "Please wait while setup loads..." screen, correct?

If so, it looks like you'll have to edit the source code using Resource Hacker and then recompile NSIS.

Here's the thread that talks about this along with more detailed instructions:
http://forums.winamp.com/showthread....ht=please+wait


Re: I've a question

Ich möchte nun aber, dass die Warnung in rot dasteht. Wie geht das?
Mit dem normalen InstallOptions Plugin ist dies nicht möglich, da die Steuerelemente nur bedingt in ihren Eigenschaften beeinfluszbar sind. Eine Veränderung der Textfarbe ist nicht vorgesehen.

Es gibt jedoch das InstallOptionsEx Plugin, dasz erweiterte Steuerelemente zur Verfügung stellt. Ob die Textfarbe hier änderbar ist, kann ich nicht sagen, da ich es noch nie benutzt habe.

Ich möchte jedoch, dass [..] nicht mehr C:\Programme\Anderes Programm\Valve steht sondern ..
An irgendeiner Stelle Deines Scriptes hast Du sicherlich das Installationsverzeichnis auf die folgende Art gesetzt:

InstallDir $PROGRAMFILES\Valve

Versuche es stattdessen mit Anführungszeichen und einem endenden Backslash:

InstallDir "$PROGRAMFILES\Valve\"

Näheres dazu findest Du in der NSIS Online Hilfe, Abschnitt 4.8.1.21 - InstallDir.

Grusz,
Mæster.

Hy thank you for all the answers. But i've a question: How can I compile NSIS. Can you write me a link ?

Jetzt noch eine Frage auf Deutsch:

Ich habe das Problem, dass sich das Installfenster automatisch schließt, obwohl ich schon AutoCloseWindow false und true eingegeben habe welches ist es denn? Könnt ihr mal in meiner .nsi nachschauen ?

Danke


Hi dude!

Just to let you know to keep the language in english or give translations to everyone can understand and help you quickly :)


Jetzt noch eine Frage auf Deutsch:

Ich habe das Problem, dass sich das Installfenster automatisch schließt, obwohl ich schon AutoCloseWindow false und true eingegeben habe welches ist es denn? Könnt ihr mal in meiner .nsi nachschauen ?

Hy Joel ok but it's not very good:

When I install my programm the Intallwindow close automatic but I like, that it doesn't close. I have write AutoCloseWindow false und true but it doesn't works. What must I do ? Could you show in the .nsi from me ?

Thank you