sysmodelmgr/group/smm.configure.nsh
changeset 0 522a326673b6
equal deleted inserted replaced
-1:000000000000 0:522a326673b6
       
     1 push $R0
       
     2 push $R1
       
     3 
       
     4 ${REReplace} $R1 "\\" "$INSTDIR" "/" 1
       
     5 
       
     6 FileOpen $R0 "$ECLIPSEHOME\plugins\com.symbian.smt.gui.properties\location.properties" w
       
     7 FileWrite $R0 "location = $R1\\SystemModelGenerator"
       
     8 FileClose $R0
       
     9 
       
    10 pop $R1
       
    11 pop $R0