applicationmanagement/deployam.bat
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 rem
       
     2 rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 rem All rights reserved.
       
     4 rem This component and the accompanying materials are made available
       
     5 rem under the terms of "Eclipse Public License v1.0"
       
     6 rem which accompanies this distribution, and is available
       
     7 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 rem
       
     9 rem Initial Contributors:
       
    10 rem Nokia Corporation - initial contribution.
       
    11 rem
       
    12 rem Contributors:
       
    13 rem
       
    14 rem Description: Implementation of applicationmanagement components
       
    15 rem
       
    16 
       
    17 @echo off
       
    18 
       
    19 @echo This script adds the required centrep files and resets required databases
       
    20 rem @echo It also empties DM databases!!! Press Ctrl-C if not
       
    21 rem @pause
       
    22 
       
    23 @xcopy /Q /Y group\1020781c.txt \epoc32\winscw\c\private\10202be9\persists\
       
    24 @if exist \epoc32\winscw\c\private\10202be9\persists\1020781c.cre call del \epoc32\winscw\c\private\10202be9\persists\1020781c.cre
       
    25 @echo removing DM databases...
       
    26 @del /Q \epoc32\winscw\c\private\087295d3\*.*
       
    27 @echo removing AppMgmt private data
       
    28 @del /Q \epoc32\winscw\c\private\1020781c\*.*
       
    29 
       
    30 
       
    31 @echo Deployment done