Can thie $tmp_url be inserted into a Link field on a custom page? I have tried it but the folder does not open up when I click on the link.
StrCpy $tmp_url "file:///c:/temp"
Is this possible?
6 posts
Can thie $tmp_url be inserted into a Link field on a custom page? I have tried it but the folder does not open up when I click on the link.
StrCpy $tmp_url "file:///c:/temp"
Originally posted by InstructorI have tried this but it doesn't work. Any other ideas? I thought this would've been a simple task to carry out in NSIS?
"file://localhost/C:/temp"
[edit]🙂 your variant also work[/edit]
Originally posted by InstructorI've also tried the following just to see if there was a problem with all URLs:
"file://localhost/C:/temp"
[edit]🙂 your variant also work[/edit]
But this doesn't work either!
StrCpy $tmp_url "http://www.google.com/"
Cheers guys.
StrCpy $var_MANUAL_INST_URL "file://localhost/c:/temp"
InitPluginsDir
File /oname=$PLUGINSDIR\Main_Screen_4a.ini "Main_Screen_4a.ini"
WriteIniStr "$PLUGINSDIR\Main_Screen_4a.ini" "Field 2" "State" "$var_MANUAL_INST_URL"