|
|
#1 |
|
Junior Member
Join Date: Oct 2005
Location: CA
Posts: 8
|
InstallDirRegKey?
Hi,
I am wondering how to use InstallDirRegKey but then also add a specific extention onto the end of what that returns from the registry. For Example, if I use: ;InstallDirRegKey HKLM "Software\Company\Software" "Uninstall" I might get back D:\Software I get back the Directory I want for the installer interface, but then I would like it to add onto that a couple of other directories such as D:\Software\Plugins\Custom what is the easiest way to do this? thanks for any help. |
|
|
|
|
|
#2 |
|
Forum King
Join Date: Jan 2002
Location: AT-DE
Posts: 3,366
|
$INSTDIR\Plugins\Custom ?
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Oct 2005
Location: CA
Posts: 8
|
no that didnt work.
anyone know the answer for sure? |
|
|
|
|
|
#4 |
|
Senior Member
Join Date: Jan 2002
Location: Denmark
Posts: 136
|
You're supposed to use it with SetOutPath in a section. That is:
Section "Foo" SetOutPath $INSTDIR\Plugins\Custom //rest of code SectionEnd |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Oct 2005
Location: CA
Posts: 8
|
ok great.
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|