DasGloy
20th March 2007 22:12 UTC
using page_directory for two different directories
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
Red Wine
20th March 2007 23:38 UTC
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.
DasGloy
26th March 2007 05:32 UTC
Thank You!