|
|
#1 |
|
Junior Member
Join Date: Apr 2006
Posts: 2
|
MUI start menu folder browser: autocompletion
When I set a default installation folder with InstallDir, I like to end it with a '\' to stop the browser automatically re-appending the last part of the string.
Is there a similar way to stop the browser on the MUI Start Menu Folder page appending the default folder name to the folder that the user chooses? Many thanks David |
|
|
|
|
|
#2 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,917
|
I think you'll have to get the text of the edit control that holds the installation dir, and add to the string your "\", and send it back to edit control...
* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with MATE. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with MATE. |
|
|
|
|
|
#3 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
There's no MUI setting for it, but you can edit Contrib\Modern UI\System.nsh and remove /autoadd from the StartMenu plug-in calls.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Apr 2006
Posts: 2
|
OK, understood.
Thanks for your quick and helpful reply. David |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|