Skip to content
⌘ NSIS Forum Archive

Special char escaping in uninstall section

3 posts

pol#

Special char escaping in uninstall section

Hello,

Is there a way to escape the $ char in a Delete instruction?

For example Delete "$INSTDIR\anypath\ResBundleCapable$StrDataBean.class" won't run; the compiler error message is

I have try to use '\$' but I always get this compiler warning : unknown variable "StrDataBean.class" detected

Any idea?

Philippe