Before I begin I'd like to thank Justin and Michael for their work on NSIS and InstallOptions. A warm thank you to all other contributors as well. 
Both my questions are related to the FileRequest control available in InstallOptions.
1. The InstallOptions docs state:
May I ask why?
Is that the limit on path lengths? So I should *definitely* set MaxLen to 260 for all FileRequest controls then?
2. Is there any way to specify an initial directory for the FileRequest dialog box? It seems to default to starting up in whatever directory InstallOptions.exe is running from.
Thank you.

Both my questions are related to the FileRequest control available in InstallOptions.
1. The InstallOptions docs state:
MaxLen (optional) This should be set to a maximum of 260 for "FileRequest" and "DirRequest" controls.

2. Is there any way to specify an initial directory for the FileRequest dialog box? It seems to default to starting up in whatever directory InstallOptions.exe is running from.
Thank you.

Comment