Section Uninstallor
Call :a
a:
;something to do
SectionEnd
Section Uninstallbut error when compile.
Call un.:a
a:
;something to do
SectionEnd
6 posts
Section Uninstallor
Call :a
a:
;something to do
SectionEnd
Section Uninstallbut error when compile.
Call un.:a
a:
;something to do
SectionEnd
Section Uninstall
label1:
GetLabelAddress $0 label1
IntOp $0 $0 + 3
goto a
;...
label2:
GetLabelAddress $0 label2
IntOp $0 $0 + 3
goto a
;...
goto end
a:
;...
goto $0
end:
SectionEnd