how to assemble two chains of caractèreres
Sorry for my english
i want add to $INSDIR "\toto\1\"
Thanks
Archive: how to assemble two chains of caractèreres
how to assemble two chains of caractèreres
Sorry for my english
i want add to $INSDIR "\toto\1\"
Thanks
SetOutPath "$INSTDIR\toto\1\"
thanks but where can i find string.nsh ?
i have this
ReadINIStr $INSDIR $TEMP\setup.ini Environment DestinationPath
and i want add "\toto\" to $INSDIR
So what's wrong with the code above?
Oh my...
i want add to $INSDIR "\toto\1\"Use StrCpy command:
StrCpy $INSTDIR "$INSTDIR\toto\1\"