It is possible to use the command "page_directory" for two different installation directories? I need a directory for the programfiles and a directory for the database (with the possibility to choose both directories).
Thank You
using page_directory for two different directories
3 posts
Page Directory, http://nsis.sourceforge.net/Docs/Chapter2.html#2.3.2
Of course you can have 2 directory pages, there is a reference about this in MUI documentation, http://nsis.sourceforge.net/Docs/Mod...UI/Readme.html
Also you could create a custom page with DirRequest control to cover your needs.
Of course you can have 2 directory pages, there is a reference about this in MUI documentation, http://nsis.sourceforge.net/Docs/Mod...UI/Readme.html
Also you could create a custom page with DirRequest control to cover your needs.
Thank You!