Mui_page_directory
Is it possible to change the $(^Name) in a second directory page without changing the whole text?
3 posts
Var name
Name $name
Function .onInit
StrCpy $name "first name"
MessageBox MB_OK test
FunctionEnd
Page directory leave
Page directory pre "" leave
Page instfiles
Function pre
StrCpy $name "second name"
FunctionEnd
Function leave
StrCpy $name "first name"
FunctionEnd