Skip to content
⌘ NSIS Forum Archive

About NSIS Install UI, refer to Directory

4 posts

yuxh312#

About NSIS Install UI, refer to Directory

I am scripting an install app,
then , i face a problem here,

That i define a custom page , and , i set two chekbox in it , i figure it with characters here
**********************************************
checkbox 1 , Tip Text

checkbox 2 , Tip Text
**********************************************

Then i want to insert the directory select option text area also in this page.

so ,the page will be
*************************************************
checkbox 1 , Tip Text

checkbox 2 , Tip Text

DirectorySelect TextAreaBox , Browser Button
*************************************************

can somebody help to solve this problem , thx.

also view the attach file ...

Attachments

kichik#
I don't understand what the problem is. Are you asking how to create custom pages? If that's the question, then your answer is InstallOptions. Take a look at Docs\InstallOptions, Examples\InstallOptions and Examples\Modern UI\InstallOptions.nsi.
yuxh312#
yes , i use InstallOptions to define my custom pages , but , i can not find a way to solve the problem that , i want to insert the directory select box into my page.
dandaman32#
Use type=DirRequest.

A good way to make InstallOptions INI files is HM NIS Edit.

-dandaman32