SectionGroupSection creates folder $INSTDIR\Framework, but if i change directory names to somehting like "MS Framework", i can't make it work. It just don't create the folder and put the dotnetfx.exe just in $INSTDIR or prints error about "nothing found".
..
..
Section ".NET Framework 2.0" Client_Framework
SetOutPath "$INSTDIR"
;FILES HERE...
File /r Framework\
ExecWait '"$INSTDIR\Framework\dotnetfx.exe"'
RMDir /r "$INSTDIR\Framework"
SectionEnd
SectionGroupEnd
I tried "File /r Framework\" 'File /r Framework\' '"File /r Framework\"'. How should i do it? 🙂
P.S.yesteraday i posted other thread here (selecting node according to attribute value). May it be the same problem with quotes? Well, I use Notepad++ and "ANSI" encoding.
So, any sugestions?