installationservices/switestfw/test/autotesting/runsisinstaller_9.4.bat
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     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 the License "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:
       
    15 @rem
       
    16 rem tinstalledappsregistry                                
       
    17 rem copy data and scripts
       
    18 copy /s z:\tInstalledAppsRegistry\ c:\tInstalledAppsRegistry\
       
    19 md c:\System
       
    20 md c:\System\Install
       
    21 md c:\System\Install\Registry
       
    22 md e:\System
       
    23 md e:\System\Install
       
    24 md e:\System\Install\Registry
       
    25 attrib c:\tInstalledAppsRegistry\Data\0000000C.REG -r
       
    26 attrib c:\tInstalledAppsRegistry\Data\0000000D.REG -r
       
    27 copy c:\tInstalledAppsRegistry\Data\0000000C.REG c:\System\Install\Registry\
       
    28 copy c:\tInstalledAppsRegistry\Data\0000000D.REG e:\System\Install\Registry\
       
    29 del c:\tInstalledAppsRegistry\Data\0000000C.REG
       
    30 del c:\tInstalledAppsRegistry\Data\0000000D.REG
       
    31 
       
    32 rem run tinstalledappsregistry tests    		
       
    33 tInstalledAppsRegistry c:\tInstalledAppsRegistry\scripts\script1.txt c:\testresults\tInstalledAppsRegistry.log
       
    34 
       
    35 rem copy logs to mmc card
       
    36 move c:\testresults\tInstalledAppsRegistry.log e:\testresults\tInstalledAppsRegistry.log
       
    37 
       
    38 attrib c:\*.* -r
       
    39 del c:\*.*
       
    40 
       
    41 REM tintegritysupport 					
       
    42 
       
    43 REM copy /s z:\tIntegritySupport\data\ c:\tIntegritySupport\data\
       
    44 REM tIntegritySupport z:\tIntegritySupport\scripts\tisrecovery.txt c:\testresults\tisrecovery.log
       
    45 REM tIntegritySupport z:\tIntegritySupport\scripts\tisrecoveryapp.txt c:\testresults\tisrecoveryapp.log
       
    46 REM del /s c:\tIntegritySupport\data\
       
    47 
       
    48