External File Add
Hi.
I'm using NSIS not so long time...
and now i have a situation, when i need to browse for file during the installation and but it in $INSTDIR\Some_Path\
how to do this?
10x :D
Archive: External File Add
External File Add
Hi.
I'm using NSIS not so long time...
and now i have a situation, when i need to browse for file during the installation and but it in $INSTDIR\Some_Path\
how to do this?
10x :D
You want to ask the user if he/she wants to copy one or more files from one location to another on run-time?
-Stu
nope, i wan't to add the special file during the installation to the program dir, for example, like KAV installer, which want to add the licence.key during the installation :D
sorry for my English :D
you can use the FileRequest dialog on an IO page.
can you post here an example :D
there is an example in NSIS\Contrib\InstallOptions
why all so complicated :(
i can't understand that :(
maybe somebody have own example?
i need this dialog
http://eoninfo.kiev.ua/temp/nsis.jpg
It is not compilicated if you read the InstallOptions readme.
-Stu