Announcement

Collapse
No announcement yet.

Creating folder selection dialog

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Creating folder selection dialog

    Dear Friends

    Below shown is an image created using java swings.
    I want to create the same using NSIS tool, i.e., I need a folder selection dialog and a password input field. The folder selection dialog must work like the path selection during installation.


    Once the OK button is pressed I want to check whether the text is entered or not.
    Also, is it possible to disable the edit feature of a text input field?

    Please provide sample code

    Thanks
    Sunil Kumar B M

  • #2
    Take a look at nsDialogs, check the examples and read the documentation...
    IntOp $PostCount $PostCount + 1

    Comment


    • #3
      Actually doing this in nsDialogs is more faster than writing your whole post
      Cool looking installers with custom design: www.graphical-installer.com
      Create Setup Pages easily: www.install-designer.com
      Build installers in Visual Studio 2005-2022: www.visual-installer.com
      or RAD Studio 2009 - 11 Alexandria: www.rad-installer.com

      Comment

      Working...
      X