|
|
#1 |
|
Junior Member
Join Date: Oct 2007
Posts: 22
|
Question about setting the output path
I'm trying to let users browse to whatever folder they'd like to install a package, but my NSIS script keeps adding the directory name of InstallDir to their selection. For example, if my default InstallDir is set like this:
InstallDir "c:\test1234" But the user browses to c:\pics, it will then try to install to c:\pics\test1234. Is there a way to take the path they browse to, without appending the InstallDir (in other words, without the "test1234" subfolder in the above example)? Here's my stripped down sample script: code: |
|
|
|
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|