NSIS problem with variables
I'm doing a piece of NSIS at the moment to backup registry keys or values found by a search in the registry.
As it's almost finished, I wanted to do a quick test, but the NSIS compiler always gives me these warnings
12 warnings: unknown variable/constant "{_SearchFor}" detected, ignoring (RegistrySearchBackup.nsh:54) unknown variable/constant "{_SearchFor}" detected, ignoring (RegistrySearchBackup.nsh:56) unknown variable/constant "{_Type}" detected, ignoring (RegistrySearchBackup.nsh:59)
- Read more about NSIS problem with variables
- 3 comments
- Log in or register to post comments