|
|
#1 |
|
Junior Member
Join Date: Jul 2002
Location: Taiwan
Posts: 34
|
I used InstallOptions to give users an option while installing,
then define a symbol by their choice. I would use the symbol in my uninstaller. If I define the symbol by "!define SYMBOL value" in a hidden section, will the ${SYMBOL} exist to last in the uninstaller? |
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
Define's are compile time constants. You can't set them at runtime.
You can't define something according to the user runtime request. To set some value and then use it upon uninstalling use the registry (WriteRegStr and ReadRegStr). NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|