|
|
#1 |
|
Junior Member
Join Date: May 2012
Posts: 2
|
InstallDir behavior with MultiUser
I'm using the MultiUser library to do user-level installs of my app. I have this line in my nsi script to set the install directory:
code: I'm also using MUI2. I find that when the user changes the default installation directory, the "MyVersion" part is not automatically appended to the directory they choose. I've read elsewhere that that's typically handled by the InstallDir command, but MultiUser hides all that. How do I get the auto-append feature back for user-selected install directories? |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
As with InstallDir, try adding a backstroke to the end of the path (see manual on InstallDir for explanation).
Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: May 2012
Posts: 2
|
With this:
code: When I click "Browse" and choose the Desktop, I get this: code: With this (note the trailing backslash): code: When I click "Browse" and choose the Desktop, I get this: code: No change either way! |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|