Skip to content
⌘ NSIS Forum Archive

2nd Folder choice

4 posts

xrz#

2nd Folder choice

Hello

I need a new page where the User can select a Second
Folder. (Like Install Dir page)
The second Folder i will use to $images ( i thing the most users
will the select C:\my documents\My Tool\ ...)

How can this crate ?

i have tryied to make a .ini file width:



[Settings]
NumFields=2
[Field 1]
Type=label
Text=Listenverzeichnis
Left=0
Right=225
Top=0
Bottom=15
[Field 2]
Type=text
Text=yoyo
Left=0
Right=225
Top=40
Bottom=60 
but i thing this is a bad style because the user must write the
dir.

Please Help.

Greats

xrz


PS: sorry for bad english
kichik#
Is your problem giving a default text in the directory selection field? If so, write STATE=C:\whatever to set the initial text (using WriteIniStr).
xrz#
No.

My Problem is i need a clone from
  Page directory 
1st "Page directory" setts ->Install dir
2nd "Page directory" setts ->Image dir


Like this:

DirText "Prog. Dir"
InstallDir $PROGRAMFILES\DirLister

DirText "Image Dir"
InstallDir $DESKTOP\Images

thanks

xrz