Archive: MUI_PAGE_DIRECTORY and completion


MUI_PAGE_DIRECTORY and completion
If I had:
InstallDir "c:\test\foo"
!insertmacro MUI_PAGE_DIRECTORY

in my nsi script, And if I Launch it,
If I launch it in my install dir patch, I have the contents of the InstallDir variable.

Now If I click on the Browse Buton. I could Change the install directory.
I selection another directory, for exemple c:\temp.
And when I come back in the installer windows on the install Dir path I have now:
c:\temp\foo.

It's a nice feature. But Could I unactive it ? To only have
the path I select ?

I don't found in the nsis doc or in Modern UI this kind of info.


thks.


Add \ at the end of your path.