sysmodelmgr/group/smm.configure.nsh
author terytkon
Thu, 11 Mar 2010 19:08:43 +0200
changeset 0 522a326673b6
permissions -rw-r--r--
Moved swconfigapps content under oss repository.

push $R0
push $R1

${REReplace} $R1 "\\" "$INSTDIR" "/" 1

FileOpen $R0 "$ECLIPSEHOME\plugins\com.symbian.smt.gui.properties\location.properties" w
FileWrite $R0 "location = $R1\\SystemModelGenerator"
FileClose $R0

pop $R1
pop $R0