diff -r 000000000000 -r 522a326673b6 sysmodelmgr/group/smm.configure.nsh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sysmodelmgr/group/smm.configure.nsh Thu Mar 11 19:08:43 2010 +0200 @@ -0,0 +1,11 @@ +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 \ No newline at end of file