Skip to content
⌘ NSIS Forum Archive

Set the folder for FileRequest

3 posts

TobbeSweden#

Set the folder for FileRequest

Hi

Is there any way to make the file browsing dialog from a FileRequest field always start in $PROGRAMFILES no matter what the file path in the FileReqest field says?
Afrow UK#
Set the State property with MUI_INSTALLOPTIONS_WRITE/WriteINIStr to $PROGRAMFILES at run time.

Stu
TobbeSweden#
Yeah, I already do that. I set it to some path before showing the page. But no matter what that path is I want the browse dialog to start in $programfiles