Forum: NSIS Discussion
16th April 2007, 06:46
|
|
Replies: 3
Views: 1,340
Thanks for the reply.
AFter some experimenting...
Thanks for the reply.
AFter some experimenting I found that changing
InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" ""
to
InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" "$PROGRAMFILES\PROJECT OF...
|
Forum: NSIS Discussion
16th April 2007, 06:04
|
|
Replies: 3
Views: 1,340
unable to set a working "InstallDir" parameter
In general the script works great. I have just found out that for some reason beyond my (somewhat non-existant) NSIS skills, the installation DOES NOT use InstallDir which I've set.
I would like...
|