|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Dec 2006
Posts: 4
|
A user can select either installation locally or on a network.
When the user selects local, the install dir should be by default eg C:\Install. When the user selects network, the install dir should be by defalt eg F:\Install. When I call the Directory page however, I can't get to set the right default installation directory. The directory page uses InstallDir and I can't change the value of that InstallDir from inside a section/function. |
|
|
|
|
|
#2 | |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
Quote:
It'd change once users hit the browse button and specify another directory. Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS |
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Dec 2006
Posts: 4
|
I think I got it.
There was already a topic with title : "overwrite default InstallDir" I will use the same technique. Sorry for asking the same question twice. |
|
|
|
|
|
#4 |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
If you want to show a suggested dir on directory page different than the one specified with InstallDir then you should do something like this:
code: Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS |
|
|
|
|
|
#5 | |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
Quote:
However you must use messageboxes to interact with users since there is no GUI yet. EXAMPLE: code: Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS |
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|