ReadRegStr in Uninstall section, not workie?
shouldn't this work?
Section "Uninstall"
>ReadRegStr $1
HKCU"Software\Poppler Replacement2" wa3build
>
if not, how do I do it instead??-Plague
Archive: ReadRegStr in Uninstall section, not workie?
ReadRegStr in Uninstall section, not workie?
shouldn't this work?
Section "Uninstall"
>ReadRegStr $1
HKCU"Software\Poppler Replacement2" wa3build
>
if not, how do I do it instead??nevermind, it was just that it needed to be on the same line... doh.. ;)
-Plague
You can break lines with a back-slash. If the last character on the line is not back-slash NSIS will treat the next line as a new line.
ok, good to know.. :)
/me feels proud for successfully creating an installer with two installers/uninstallers in one... :)
-Plague