secureswitools/swisistools/test/tinterpretsisinteg/testinterpretsis.bat
changeset 0 ba25891c3a9e
child 24 5cc91383ab1e
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 
       
    17 :: This acts like an .ini file.
       
    18 :: It will run the portion of the code indicated by the first argument (test ID) of the command line.
       
    19 :: FORMAT:
       
    20 :: :<test ID>
       
    21 :: ECHO PERFORM THE TESTS
       
    22 :: GOTO END
       
    23 
       
    24 
       
    25 @ECHO OFF
       
    26 if not exist .\cdrive mkdir .\cdrive > NUL
       
    27 if not exist .\romdrive mkdir .\romdrive > NUL
       
    28 if not exist .\romdrive\system\install\ mkdir .\romdrive\system\install\ > NUL
       
    29 
       
    30 GOTO %1
       
    31 
       
    32 :INT001-001
       
    33 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -l /epoc32/winscw/c/interpretsis_test_harness.txt > NUL
       
    34 if not %errorlevel%==0 GOTO LAST
       
    35 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
    36 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    37 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
    38 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    39 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
    40 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    41 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
    42 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    43 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
    44 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    45 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
    46 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    47 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
    48 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    49 GOTO PASS_CLEAN
       
    50 
       
    51 
       
    52 :INT001-002
       
    53 mkdir .\romdrive\cr1027test > NUL
       
    54 mkdir .\romdrive\private\10273582 > NUL
       
    55 mkdir .\romdrive\sys\bin > NUL
       
    56 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
    57 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
    58 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
    59 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
    60 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
    61 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSADiffUid_sucert.sis +sucert -w info -l /epoc32/winscw/c/interpretsis_test_harness.txt > NUL
       
    62 if not %errorlevel%==0 GOTO LAST
       
    63 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
    64 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    65 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
    66 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    67 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
    68 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    69 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
    70 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    71 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
    72 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    73 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
    74 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    75 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
    76 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    77 GOTO PASS_CLEAN
       
    78 
       
    79 
       
    80 :INT001-003a
       
    81 mkdir .\romdrive\cr1027test > NUL
       
    82 mkdir .\romdrive\private\10273582 > NUL
       
    83 mkdir .\romdrive\sys\bin > NUL
       
    84 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
    85 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
    86 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
    87 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
    88 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
    89 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -l /epoc32/winscw/c/interpretsis_test_harness.txt > NUL
       
    90 if not %errorlevel%==0 GOTO LAST
       
    91 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
    92 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    93 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
    94 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    95 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
    96 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    97 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
    98 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
    99 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
   100 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   101 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
   102 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   103 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
   104 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   105 GOTO PASS_CLEAN
       
   106 
       
   107 
       
   108 :INT001-003b
       
   109 mkdir .\romdrive\cr1027test > NUL
       
   110 mkdir .\romdrive\private\10273582 > NUL
       
   111 mkdir .\romdrive\sys\bin > NUL
       
   112 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   113 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   114 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   115 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   116 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   117 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSADiffName.sis -w info -l /epoc32/winscw/c/interpretsis_test_harness.txt > NUL
       
   118 if not %errorlevel%==0 GOTO LAST
       
   119 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
   120 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   121 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
   122 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   123 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   124 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   125 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
   126 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   127 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
   128 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   129 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
   130 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   131 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
   132 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   133 GOTO PASS_CLEAN
       
   134 
       
   135 
       
   136 :INT001-003c
       
   137 mkdir .\romdrive\cr1027test > NUL
       
   138 mkdir .\romdrive\private\10273582 > NUL
       
   139 mkdir .\romdrive\sys\bin > NUL
       
   140 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   141 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   142 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   143 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   144 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   145 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSASameVersion.sis -w info -l /epoc32/winscw/c/interpretsis_test_harness.txt > NUL
       
   146 if not %errorlevel%==0 GOTO LAST
       
   147 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
   148 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   149 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
   150 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   151 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   152 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   153 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
   154 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   155 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
   156 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   157 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
   158 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   159 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
   160 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   161 GOTO PASS_CLEAN
       
   162 
       
   163 
       
   164 :INT001-003d
       
   165 mkdir .\romdrive\cr1027test > NUL
       
   166 mkdir .\romdrive\private\10273582 > NUL
       
   167 mkdir .\romdrive\sys\bin > NUL
       
   168 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   169 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   170 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   171 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   172 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   173 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSANR.sis -w info -l /epoc32/winscw/c/interpretsis_test_harness.txt > NUL
       
   174 if not %errorlevel%==0 GOTO LAST
       
   175 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
   176 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   177 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
   178 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   179 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   180 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   181 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
   182 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   183 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
   184 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   185 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
   186 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   187 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
   188 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   189 GOTO PASS_CLEAN
       
   190 
       
   191 
       
   192 :INT001-004
       
   193 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   194 if not exist .\romdrive\cr1027test\ mkdir .\romdrive\cr1027test\
       
   195 if not exist .\romdrive\private\10273582 mkdir .\romdrive\private\10273582
       
   196 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\ > NUL
       
   197 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   198 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   199 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   200 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   201 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradePU_root5.sis,\epoc32\winscw\c\tswi\tsis\data\preq2114romupgradepu.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   202 if not %errorlevel%==0 GOTO LAST
       
   203 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
   204 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   205 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
   206 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   207 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0001.ctl
       
   208 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   209 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0002.ctl
       
   210 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   211 GOTO PASS_CLEAN
       
   212 
       
   213 
       
   214 :INT001-006
       
   215 call interpretsis -z .\romdrive -c .\cdrive -n 2 -s \epoc32\winscw\c\tswi\tsis\data\preq2114language_sa.sis -s \epoc32\winscw\c\tswi\tsis\data\preq2114language_pu.sis -s \epoc32\winscw\c\tswi\tsis\data\preq2114language_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   216 if not %errorlevel%==0 GOTO LAST
       
   217 set exist_file=.\cdrive\sys\install\sisregistry\81111106\00000000.reg
       
   218 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   219 set exist_file=.\cdrive\private\81111106\import\file1.txt
       
   220 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   221 set exist_file=.\cdrive\private\81111106\import\filePU.txt
       
   222 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   223 set exist_file=.\cdrive\private\81111106\import\fileSP.txt
       
   224 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   225 set exist_file=.\cdrive\private\81111106\import\file1.txt
       
   226 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   227 type .\cdrive\private\81111106\import\file1.txt | find "French" > NUL
       
   228 if not %errorlevel%==0 GOTO LAST
       
   229 GOTO PASS_CLEAN
       
   230 
       
   231 
       
   232 :INT001-007
       
   233 call interpretsis -z .\romdrive -c .\cdrive -n 5 -s \epoc32\winscw\c\tswi\tsis\data\preq2114language_sa.sis -s \epoc32\winscw\c\tswi\tsis\data\preq2114language_pu.sis -s \epoc32\winscw\c\tswi\tsis\data\preq2114language_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   234 if not %errorlevel%==0 GOTO LAST
       
   235 set exist_file=.\cdrive\sys\install\sisregistry\81111106\00000000.reg
       
   236 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   237 set exist_file=.\cdrive\private\81111106\import\file1.txt
       
   238 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   239 set exist_file=.\cdrive\private\81111106\import\filePU.txt
       
   240 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   241 set exist_file=.\cdrive\private\81111106\import\fileSP.txt
       
   242 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   243 set exist_file=.\cdrive\private\81111106\import\file1.txt
       
   244 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   245 type .\cdrive\private\81111106\import\file1.txt | find "English" > NUL
       
   246 if not %errorlevel%==0 GOTO LAST
       
   247 GOTO PASS_CLEAN
       
   248 
       
   249 
       
   250 :INT001-008a
       
   251 mkdir .\romdrive\cr1027test > NUL
       
   252 mkdir .\romdrive\private\10273582 > NUL
       
   253 mkdir .\romdrive\sys\bin > NUL
       
   254 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   255 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   256 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   257 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   258 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   259 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP2.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   260 if not %errorlevel%==0 GOTO LAST
       
   261 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
   262 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   263 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
   264 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   265 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001.reg
       
   266 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   267 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001_0000.ctl
       
   268 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   269 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   270 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   271 set exist_file=.\cdrive\cr1027test\cr1027_file2.txt
       
   272 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   273 GOTO PASS_CLEAN
       
   274 
       
   275 
       
   276 :INT001-008b
       
   277 mkdir .\romdrive\cr1027test > NUL
       
   278 mkdir .\romdrive\private\10273582 > NUL
       
   279 mkdir .\romdrive\sys\bin > NUL
       
   280 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   281 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   282 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   283 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   284 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   285 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP2RU.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   286 if not %errorlevel%==0 GOTO LAST
       
   287 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
   288 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   289 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
   290 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   291 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001.reg
       
   292 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   293 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001_0000.ctl
       
   294 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   295 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   296 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   297 set exist_file=.\cdrive\cr1027test\cr1027_file2.txt
       
   298 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   299 GOTO PASS_CLEAN
       
   300 
       
   301 
       
   302 :INT001-009
       
   303 mkdir .\romdrive\cr1027test > NUL
       
   304 mkdir .\romdrive\private\10273582 > NUL
       
   305 mkdir .\romdrive\sys\bin > NUL
       
   306 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\CR1027ROMUpgradeStubDiffPkg.sis .\romdrive\system\install\CR1027ROMUpgradeStubDiffPkg.sis > NUL
       
   307 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\CR1027ROMUpgradeStub2.sis .\romdrive\system\install\CR1027ROMUpgradeStub2.sis > NUL
       
   308 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   309 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   310 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   311 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   312 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSPRUNR.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   313 if not %errorlevel%==0 GOTO LAST
       
   314 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
   315 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   316 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
   317 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   318 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001.reg
       
   319 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   320 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001_0000.ctl
       
   321 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   322 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   323 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   324 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
   325 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   326 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
   327 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   328 GOTO PASS_CLEAN
       
   329 
       
   330 
       
   331 :INT001-010
       
   332 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_partial2.sis -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_partial.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   333 if not %errorlevel%==0 GOTO LAST
       
   334 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
   335 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   336 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
   337 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   338 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   339 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   340 GOTO PASS_CLEAN
       
   341 
       
   342 
       
   343 :INT001-011
       
   344 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_sp.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_spru.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   345 if not %errorlevel%==0 GOTO LAST
       
   346 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
   347 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   348 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000001.reg
       
   349 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   350 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
   351 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   352 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
   353 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   354 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
   355 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   356 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   357 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   358 set exist_file=.\cdrive\Documents\InstTest\upgrade5.txt
       
   359 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   360 GOTO PASS_CLEAN
       
   361 
       
   362 
       
   363 :INT001-012
       
   364 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_nr.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_spru.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   365 if not %errorlevel%==0 GOTO LAST
       
   366 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
   367 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   368 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000001.reg
       
   369 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   370 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
   371 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   372 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
   373 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   374 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
   375 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   376 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   377 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   378 set exist_file=.\cdrive\Documents\InstTest\upgrade5.txt
       
   379 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   380 GOTO PASS_CLEAN
       
   381 
       
   382 
       
   383 :INT001-013
       
   384 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_nr.sis +sucert -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   385 if not %errorlevel%==0 GOTO LAST
       
   386 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
   387 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   388 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000001.reg
       
   389 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   390 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
   391 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   392 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
   393 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   394 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
   395 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   396 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   397 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   398 set exist_file=.\cdrive\Documents\InstTest\upgrade5.txt
       
   399 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   400 GOTO PASS_CLEAN
       
   401 
       
   402 
       
   403 :INT001-014
       
   404 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   405 if not exist .\romdrive\private\81000018\ mkdir .\romdrive\private\81000018\
       
   406 if not exist .\romdrive\rucerttest\ mkdir .\romdrive\rucerttest\
       
   407 if not exist .\romdrive\eclipsetest\ mkdir .\romdrive\eclipsetest\
       
   408 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   409 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\81000018\rucert_config5.txt > NUL
       
   410 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\rucerttest\rucert_file3.txt > NUL
       
   411 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\sucertromstub.sis .\romdrive\system\install\ > NUL
       
   412 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\eclispingteststub.sis .\romdrive\system\install\ > NUL
       
   413 call copy \epoc32\release\winscw\udeb\tswidllnocapabilityprotectedvid.dll .\romdrive\sys\bin\eclipsetest.dll > NUL
       
   414 call copy \epoc32\release\winscw\udeb\tswisidupgradeexe.exe .\romdrive\sys\bin\tswisidupgradeexe.exe > NUL
       
   415 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\eclipsetest\file1.txt > NUL
       
   416 call copy \epoc32\winscw\c\tswi\teclipsing\data\file3.txt .\romdrive\eclipsetest\file2.txt > NUL
       
   417 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\preq2114romupgradepurunr.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   418 if not %errorlevel%==0 GOTO LAST
       
   419 set exist_file=.\cdrive\sys\install\sisregistry\802730A1\00000000.reg
       
   420 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   421 set exist_file=.\cdrive\sys\install\sisregistry\802730AD\00000000.reg
       
   422 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   423 set exist_file=.\cdrive\rucerttest\rucert_file1.txt
       
   424 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   425 set exist_file=.\cdrive\eclipsetest\file1.txt
       
   426 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   427 GOTO PASS_CLEAN
       
   428 
       
   429 
       
   430 :INT001-015
       
   431 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_sanr.sis -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_purunr.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   432 if not %errorlevel%==0 GOTO LAST
       
   433 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
   434 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   435 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
   436 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   437 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
   438 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   439 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
   440 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   441 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   442 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   443 GOTO PASS_CLEAN
       
   444 
       
   445 
       
   446 :INT001-016
       
   447 mkdir .\romdrive\cr1027test > NUL
       
   448 mkdir .\romdrive\private\10273582 > NUL
       
   449 mkdir .\romdrive\sys\bin > NUL
       
   450 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   451 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   452 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   453 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   454 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   455 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSPNR.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   456 if not %errorlevel%==0 GOTO LAST
       
   457 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
   458 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   459 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001.reg
       
   460 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   461 set exist_file=.\cdrive\cr1027test\cr1027_file2.txt
       
   462 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   463 GOTO PASS_CLEAN
       
   464 
       
   465 
       
   466 :INT001-017
       
   467 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\filenull.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   468 if not %errorlevel%==0 GOTO LAST
       
   469 set exist_file=.\cdrive\sys\install\sisregistry\10286380\00000000.reg
       
   470 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   471 set exist_file=.\cdrive\sys\install\sisregistry\10286380\00000000_0000.ctl
       
   472 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   473 GOTO PASS_CLEAN
       
   474 
       
   475 
       
   476 :SWI001-001
       
   477 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_saru.sis -k 5.3 -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   478 if not %errorlevel%==0 GOTO LAST
       
   479 call xcopy .\cdrive \epoc32\winscw\c /S /Y > NUL
       
   480 if exist \epoc32\winscw\c\sys\install\sisregistry\backup.lst del \epoc32\winscw\c\sys\install\sisregistry\backup.lst > NUL
       
   481 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
   482 GOTO END
       
   483 
       
   484 
       
   485 :SWI001-002
       
   486 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_sarunr.sis -k 5.3 -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   487 if not %errorlevel%==0 GOTO LAST
       
   488 call xcopy .\cdrive \epoc32\winscw\c /S /Y > NUL
       
   489 if exist \epoc32\winscw\c\sys\install\sisregistry\backup.lst del \epoc32\winscw\c\sys\install\sisregistry\backup.lst > NUL
       
   490 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
   491 GOTO END
       
   492 
       
   493 
       
   494 :SWI001-003
       
   495 mkdir .\romdrive\cr1027test > NUL
       
   496 mkdir .\romdrive\private\10273582 > NUL
       
   497 mkdir .\romdrive\sys\bin > NUL
       
   498 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   499 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   500 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   501 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   502 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   503 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   504 if not %errorlevel%==0 GOTO LAST
       
   505 call xcopy .\cdrive \epoc32\winscw\c /S /Y > NUL
       
   506 if exist \epoc32\winscw\c\sys\install\sisregistry\backup.lst del \epoc32\winscw\c\sys\install\sisregistry\backup.lst > NUL
       
   507 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
   508 GOTO END
       
   509 
       
   510 
       
   511 :SWI001-004
       
   512 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   513 if not exist .\romdrive\private\81000018\ mkdir .\romdrive\private\81000018\
       
   514 if not exist .\romdrive\rucerttest\ mkdir .\romdrive\rucerttest\
       
   515 if not exist .\romdrive\eclipsetest\ mkdir .\romdrive\eclipsetest\
       
   516 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   517 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\81000018\rucert_config5.txt > NUL
       
   518 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\rucerttest\rucert_file3.txt > NUL
       
   519 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\sucertromstub.sis .\romdrive\system\install\ > NUL
       
   520 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\eclispingteststub.sis .\romdrive\system\install\ > NUL
       
   521 call copy \epoc32\release\winscw\udeb\tswidllnocapabilityprotectedvid.dll .\romdrive\sys\bin\eclipsetest.dll > NUL
       
   522 call copy \epoc32\release\winscw\udeb\tswisidupgradeexe.exe .\romdrive\sys\bin\tswisidupgradeexe.exe > NUL
       
   523 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\eclipsetest\file1.txt > NUL
       
   524 call copy \epoc32\winscw\c\tswi\teclipsing\data\file3.txt .\romdrive\eclipsetest\file2.txt > NUL
       
   525 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\ruromupgraderucertpu1_sucert.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   526 if not %errorlevel%==0 GOTO LAST
       
   527 set exist_file=.\cdrive\sys\install\sisregistry\802730A1\00000000.reg
       
   528 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   529 set exist_file=.\cdrive\sys\install\sisregistry\802730AD\00000000.reg
       
   530 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   531 call xcopy .\romdrive \epoc32\release\winscw\udeb\z /S /Y > NUL
       
   532 call xcopy .\cdrive \epoc32\winscw\c /S /Y > NUL
       
   533 if exist \epoc32\winscw\c\sys\install\sisregistry\backup.lst del \epoc32\winscw\c\sys\install\sisregistry\backup.lst > NUL
       
   534 GOTO END
       
   535 
       
   536 
       
   537 :SWI001-005
       
   538 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_partial.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   539 if not %errorlevel%==0 GOTO LAST
       
   540 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
   541 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   542 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
   543 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   544 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   545 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   546 call xcopy .\romdrive \epoc32\release\winscw\udeb\z /S /Y > NUL
       
   547 call xcopy .\cdrive \epoc32\winscw\c /S /Y > NUL
       
   548 if exist \epoc32\winscw\c\sys\install\sisregistry\backup.lst del \epoc32\winscw\c\sys\install\sisregistry\backup.lst > NUL
       
   549 GOTO END
       
   550 
       
   551 
       
   552 :SWI001-006
       
   553 mkdir .\romdrive\cr1027test > NUL
       
   554 mkdir .\romdrive\private\10273582 > NUL
       
   555 mkdir .\romdrive\sys\bin > NUL
       
   556 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   557 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   558 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   559 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   560 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   561 call interpretsis -z .\romdrive -c .\cdrive -k 5.3 -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   562 if not %errorlevel%==0 GOTO LAST
       
   563 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
   564 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   565 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
   566 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   567 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   568 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   569 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
   570 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   571 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
   572 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   573 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
   574 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   575 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
   576 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   577 call xcopy .\romdrive \epoc32\release\winscw\udeb\z /S /Y > NUL
       
   578 call xcopy .\cdrive \epoc32\winscw\c /S /Y > NUL
       
   579 if exist \epoc32\winscw\c\sys\install\sisregistry\backup.lst del \epoc32\winscw\c\sys\install\sisregistry\backup.lst > NUL
       
   580 GOTO END
       
   581 
       
   582 
       
   583 :SWI001-007
       
   584 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_43_base_0xabaecad5_symbiantest1_dummydllpkg_210.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   585 if not %errorlevel%==0 GOTO LAST
       
   586 set exist_file=.\cdrive\sys\install\sisregistry\abaecad5\00000000.reg
       
   587 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   588 set exist_file=.\cdrive\sys\install\sisregistry\abaecad5\00000000_0000.ctl
       
   589 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   590 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0001}.dll
       
   591 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   592 set exist_file=.\cdrive\sys\hash\adornedfilenametestingdll{000A0001}.dll
       
   593 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   594 call xcopy .\cdrive \epoc32\winscw\c /S /Y > NUL
       
   595 if exist \epoc32\winscw\c\sys\install\sisregistry\backup.lst del \epoc32\winscw\c\sys\install\sisregistry\backup.lst > NUL
       
   596 GOTO END
       
   597 
       
   598 
       
   599 :INT002-001a
       
   600 mkdir .\romdrive\cr1027test > NUL
       
   601 mkdir .\romdrive\private\10273582 > NUL
       
   602 mkdir .\romdrive\sys\bin > NUL
       
   603 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   604 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   605 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   606 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   607 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   608 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSADiffUid_sucert.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   609 if not %errorlevel%==-5 GOTO LAST
       
   610 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   611 if exist %exist_file% GOTO FAIL_FOUND
       
   612 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
   613 if exist %exist_file% GOTO FAIL_FOUND
       
   614 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
   615 if exist %exist_file% GOTO FAIL_FOUND
       
   616 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
   617 if exist %exist_file% GOTO FAIL_FOUND
       
   618 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
   619 if exist %exist_file% GOTO FAIL_FOUND
       
   620 GOTO PASS_CLEAN
       
   621 
       
   622 
       
   623 :INT002-001b
       
   624 mkdir .\romdrive\cr1027test > NUL
       
   625 mkdir .\romdrive\private\10273582 > NUL
       
   626 mkdir .\romdrive\sys\bin > NUL
       
   627 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   628 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   629 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   630 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   631 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   632 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMSANORU.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   633 if not %errorlevel%==-3 GOTO LAST
       
   634 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   635 if exist %exist_file% GOTO FAIL_FOUND
       
   636 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
   637 if exist %exist_file% GOTO FAIL_FOUND
       
   638 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
   639 if exist %exist_file% GOTO FAIL_FOUND
       
   640 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
   641 if exist %exist_file% GOTO FAIL_FOUND
       
   642 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
   643 if exist %exist_file% GOTO FAIL_FOUND
       
   644 GOTO PASS_CLEAN
       
   645 
       
   646 
       
   647 :INT002-003
       
   648 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMSANORU.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   649 if not %errorlevel%==-3 GOTO LAST
       
   650 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   651 if exist %exist_file% GOTO FAIL_FOUND
       
   652 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
   653 if exist %exist_file% GOTO FAIL_FOUND
       
   654 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
   655 if exist %exist_file% GOTO FAIL_FOUND
       
   656 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
   657 if exist %exist_file% GOTO FAIL_FOUND
       
   658 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
   659 if exist %exist_file% GOTO FAIL_FOUND
       
   660 GOTO PASS_CLEAN
       
   661 
       
   662 
       
   663 :INT002-004
       
   664 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   665 if not exist .\romdrive\cr1027test\ mkdir .\romdrive\cr1027test\
       
   666 if not exist .\romdrive\private\10273582 mkdir .\romdrive\private\10273582
       
   667 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\sucertromstub.sis .\romdrive\system\install\ > NUL
       
   668 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   669 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   670 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   671 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   672 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\ruromupgradenonrucertpu_root5.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   673 if not %errorlevel%==-9 GOTO LAST
       
   674 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\preq2114romupgradepu2.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   675 if not %errorlevel%==-10 GOTO LAST
       
   676 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
   677 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   678 GOTO PASS_CLEAN
       
   679 
       
   680 
       
   681 :INT002-005
       
   682 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   683 if not exist .\romdrive\private\81000018\ mkdir .\romdrive\private\81000018\
       
   684 if not exist .\romdrive\rucerttest\ mkdir .\romdrive\rucerttest\
       
   685 if not exist .\romdrive\eclipsetest\ mkdir .\romdrive\eclipsetest\
       
   686 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   687 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\81000018\rucert_config5.txt > NUL
       
   688 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\rucerttest\rucert_file3.txt > NUL
       
   689 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\sucertromstub.sis .\romdrive\system\install\ > NUL
       
   690 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\eclispingteststub.sis .\romdrive\system\install\ > NUL
       
   691 call copy \epoc32\release\winscw\udeb\tswidllnocapabilityprotectedvid.dll .\romdrive\sys\bin\eclipsetest.dll > NUL
       
   692 call copy \epoc32\release\winscw\udeb\tswisidupgradeexe.exe .\romdrive\sys\bin\tswisidupgradeexe.exe > NUL
       
   693 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\eclipsetest\file1.txt > NUL
       
   694 call copy \epoc32\winscw\c\tswi\teclipsing\data\file3.txt .\romdrive\eclipsetest\file2.txt > NUL
       
   695 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\ruromupgraderucertpu1_sucert.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   696 if not %errorlevel%==-5 GOTO LAST
       
   697 set exist_file=.\cdrive\sys\install\sisregistry\802730A1\00000000.reg
       
   698 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   699 set exist_file=.\cdrive\sys\install\sisregistry\802730AD\00000000.reg
       
   700 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   701 set exist_file=.\cdrive\rucerttest\rucert_file1.txt
       
   702 if exist %exist_file% GOTO FAIL_FOUND
       
   703 set exist_file=.\cdrive\eclipsetest\file1.txt
       
   704 if exist %exist_file% GOTO FAIL_FOUND
       
   705 GOTO PASS_CLEAN
       
   706 
       
   707 
       
   708 :INT002-006
       
   709 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   710 if not exist .\romdrive\private\81000018\ mkdir .\romdrive\private\81000018\
       
   711 if not exist .\romdrive\rucerttest\ mkdir .\romdrive\rucerttest\
       
   712 if not exist .\romdrive\eclipsetest\ mkdir .\romdrive\eclipsetest\
       
   713 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   714 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\81000018\rucert_config5.txt > NUL
       
   715 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\rucerttest\rucert_file3.txt > NUL
       
   716 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\sucertromstub.sis .\romdrive\system\install\ > NUL
       
   717 call copy \epoc32\release\winscw\udeb\tswidllnocapabilityprotectedvid.dll .\romdrive\sys\bin\eclipsetest.dll > NUL
       
   718 call copy \epoc32\release\winscw\udeb\tswisidupgradeexe.exe .\romdrive\sys\bin\tswisidupgradeexe.exe > NUL
       
   719 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\eclipsetest\file1.txt > NUL
       
   720 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\ruromupgraderucertpu1_sucert.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   721 if not %errorlevel%==-5 GOTO LAST
       
   722 set exist_file=.\cdrive\sys\install\sisregistry\802730AD\00000000.reg
       
   723 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   724 set exist_file=.\cdrive\rucerttest\rucert_file1.txt
       
   725 if exist %exist_file% GOTO FAIL_FOUND
       
   726 set exist_file=.\cdrive\eclipsetest\file1.txt
       
   727 if exist %exist_file% GOTO FAIL_FOUND
       
   728 GOTO PASS_CLEAN
       
   729 
       
   730 
       
   731 :INT002-007
       
   732 mkdir .\romdrive\cr1027test > NUL
       
   733 mkdir .\romdrive\private\10273582 > NUL
       
   734 mkdir .\romdrive\sys\bin > NUL
       
   735 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
   736 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   737 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   738 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   739 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   740 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSPSameName.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   741 if not %errorlevel%==-21 GOTO LAST
       
   742 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
   743 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   744 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001.reg
       
   745 if exist %exist_file% GOTO FAIL_FOUND
       
   746 set exist_file=.\cdrive\cr1027test\cr1027_file2.txt
       
   747 if exist %exist_file% GOTO FAIL_FOUND
       
   748 GOTO PASS_CLEAN
       
   749 
       
   750 
       
   751 :INT002-008
       
   752 mkdir .\romdrive\cr1027test > NUL
       
   753 mkdir .\romdrive\private\10273582 > NUL
       
   754 mkdir .\romdrive\sys\bin > NUL
       
   755 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\CR1027ROMUpgradeStub2.sis .\romdrive\system\install\CR1027ROMUpgradeStub2.sis > NUL
       
   756 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   757 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   758 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file2.txt > NUL
       
   759 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP2RU.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   760 if not %errorlevel%==-5 GOTO LAST
       
   761 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
   762 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   763 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001.reg
       
   764 if exist %exist_file% GOTO FAIL_FOUND
       
   765 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
   766 if exist %exist_file% GOTO FAIL_FOUND
       
   767 set exist_file=.\cdrive\cr1027test\cr1027_file2.txt
       
   768 if exist %exist_file% GOTO FAIL_FOUND
       
   769 GOTO PASS_CLEAN
       
   770 
       
   771 
       
   772 :INT002-009
       
   773 mkdir .\romdrive\cr1027test > NUL
       
   774 mkdir .\romdrive\private\10273582 > NUL
       
   775 mkdir .\romdrive\sys\bin > NUL
       
   776 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\CR1027ROMUpgradeStub2.sis .\romdrive\system\install\CR1027ROMUpgradeStub2.sis > NUL
       
   777 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   778 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   779 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file2.txt > NUL
       
   780 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   781 if not %errorlevel%==-5 GOTO LAST
       
   782 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
   783 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   784 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001.reg
       
   785 if exist %exist_file% GOTO FAIL_FOUND
       
   786 set exist_file=.\cdrive\cr1027test\cr1027_file2.txt
       
   787 if exist %exist_file% GOTO FAIL_FOUND
       
   788 GOTO PASS_CLEAN
       
   789 
       
   790 
       
   791 :INT002-010
       
   792 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   793 if not %errorlevel%==-21 GOTO LAST
       
   794 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
   795 if exist %exist_file% GOTO FAIL_FOUND
       
   796 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   797 if exist %exist_file% GOTO FAIL_FOUND
       
   798 set exist_file=.\cdrive\Documents\InstTest\upgrade5.txt
       
   799 if exist %exist_file% GOTO FAIL_FOUND
       
   800 GOTO PASS_CLEAN
       
   801 
       
   802 
       
   803 :INT002-011
       
   804 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_2.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_spru.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   805 if not %errorlevel%==-5 GOTO LAST
       
   806 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
   807 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   808 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000001.reg
       
   809 if exist %exist_file% GOTO FAIL_FOUND
       
   810 set exist_file=.\cdrive\Documents\InstTest\upgrade5.txt
       
   811 if exist %exist_file% GOTO FAIL_FOUND
       
   812 GOTO PASS_CLEAN
       
   813 
       
   814 
       
   815 :INT002-012
       
   816 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +sucert -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_sp_2.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   817 if not %errorlevel%==-5 GOTO LAST
       
   818 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
   819 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   820 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000001.reg
       
   821 if exist %exist_file% GOTO FAIL_FOUND
       
   822 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   823 if exist %exist_file% GOTO FAIL_FOUND
       
   824 GOTO PASS_CLEAN
       
   825 
       
   826 
       
   827 :INT002-013
       
   828 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_purunr.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   829 if not %errorlevel%==-18 GOTO LAST
       
   830 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   831 if exist %exist_file% GOTO FAIL_FOUND
       
   832 GOTO PASS_CLEAN
       
   833 
       
   834 
       
   835 :INT002-014
       
   836 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_sanr.sis -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_puru.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   837 if not %errorlevel%==-18 GOTO LAST
       
   838 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   839 if exist %exist_file% GOTO FAIL_FOUND
       
   840 GOTO PASS_CLEAN
       
   841 
       
   842 
       
   843 :INT002-015
       
   844 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_spnr.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   845 if not %errorlevel%==-18 GOTO LAST
       
   846 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
   847 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   848 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000001.reg
       
   849 if exist %exist_file% GOTO FAIL_FOUND
       
   850 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   851 if exist %exist_file% GOTO FAIL_FOUND
       
   852 set exist_file=.\cdrive\Documents\InstTest\upgrade5.txt
       
   853 if exist %exist_file% GOTO FAIL_FOUND
       
   854 GOTO PASS_CLEAN
       
   855 
       
   856 
       
   857 :INT002-016
       
   858 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +sucert -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_sp_2_nr.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   859 if not %errorlevel%==-18 GOTO LAST
       
   860 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000001.reg
       
   861 if exist %exist_file% GOTO FAIL_FOUND
       
   862 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
   863 if exist %exist_file% GOTO FAIL_FOUND
       
   864 GOTO PASS_CLEAN
       
   865 
       
   866 
       
   867 :INT002-017
       
   868 if not exist \ddrive mkdir \ddrive > NUL
       
   869 if not exist .\edrive mkdir .\edrive > NUL
       
   870 if not exist .\romdrive\Documents\InstTest\ mkdir .\romdrive\Documents\InstTest\
       
   871 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade3.txt > NUL
       
   872 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade4.txt > NUL
       
   873 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +c +sucert -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_puru.sis +e +sucert -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   874 if not %errorlevel%==-5 GOTO LAST
       
   875 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
   876 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   877 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
   878 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   879 set exist_file=.\edrive\sys\install\sisregistry\811111FD\00000000_0001.ctl
       
   880 if exist %exist_file% GOTO FAIL_FOUND
       
   881 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
   882 if not exist %exist_file% GOTO FAIL_FOUND
       
   883 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
   884 if not exist %exist_file% GOTO FAIL_FOUND
       
   885 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
   886 if not exist %exist_file% GOTO FAIL_FOUND
       
   887 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
   888 if exist %exist_file% GOTO FAIL_FOUND
       
   889 set exist_file=.\edrive\Documents\InstTest\upgrade4.txt
       
   890 if exist %exist_file% GOTO FAIL_FOUND
       
   891 GOTO PASS_CLEAN
       
   892 
       
   893 
       
   894 :INT002-018
       
   895 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\filenullinvalid.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   896 if not %errorlevel%==-4 GOTO LAST
       
   897 set exist_file=.\cdrive\sys\install\sisregistry\10286380\00000000.reg
       
   898 if exist %exist_file% GOTO FAIL_FOUND
       
   899 set exist_file=.\cdrive\sys\install\sisregistry\10286380\00000000_0000.ctl
       
   900 if exist %exist_file% GOTO FAIL_FOUND
       
   901 GOTO PASS_CLEAN
       
   902 
       
   903 
       
   904 :SWI002-001
       
   905 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   906 if not exist .\romdrive\private\10273582\ mkdir .\romdrive\private\10273582\
       
   907 if not exist .\romdrive\cr1027test\ mkdir .\romdrive\cr1027test\
       
   908 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\ > NUL
       
   909 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   910 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   911 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   912 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   913 call interpretsis -z .\romdrive -c .\cdrive -k 5.3 -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   914 if not %errorlevel%==0 GOTO LAST
       
   915 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
   916 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   917 call xcopy .\romdrive \epoc32\release\winscw\udeb\z /S /Y > NUL
       
   918 call xcopy .\cdrive \epoc32\winscw\c /S /Y > NUL
       
   919 if exist \epoc32\winscw\c\sys\install\sisregistry\backup.lst del \epoc32\winscw\c\sys\install\sisregistry\backup.lst > NUL
       
   920 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
   921 GOTO END
       
   922 
       
   923 
       
   924 :SWI002-002
       
   925 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
   926 if not exist .\romdrive\private\10273582\ mkdir .\romdrive\private\10273582\
       
   927 if not exist .\romdrive\cr1027test\ mkdir .\romdrive\cr1027test\
       
   928 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\ > NUL
       
   929 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
   930 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
   931 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
   932 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
   933 call interpretsis -z .\romdrive -c .\cdrive -k 5.3 -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   934 if not %errorlevel%==0 GOTO LAST
       
   935 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
   936 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   937 call xcopy .\romdrive \epoc32\release\winscw\udeb\z /S /Y > NUL
       
   938 call xcopy .\cdrive \epoc32\winscw\c /S /Y > NUL
       
   939 if exist \epoc32\winscw\c\sys\install\sisregistry\backup.lst del \epoc32\winscw\c\sys\install\sisregistry\backup.lst > NUL
       
   940 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
   941 GOTO END
       
   942 
       
   943 
       
   944 :SWI002-003
       
   945 call interpretsis -z .\romdrive -c .\cdrive -k 5.3 -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_nr.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   946 if not %errorlevel%==0 GOTO LAST
       
   947 if not exist \epoc32\winscw\c\Documents\InstTest mkdir \epoc32\winscw\c\Documents\InstTest
       
   948 call xcopy .\cdrive\sys\install\sisregistry \epoc32\winscw\c\sys\install\sisregistry /S /Y > NUL
       
   949 call xcopy .\cdrive\Documents\InstTest \epoc32\winscw\c\Documents\InstTest /S /Y > NUL
       
   950 if exist \epoc32\winscw\c\sys\install\sisregistry\backup.lst del \epoc32\winscw\c\sys\install\sisregistry\backup.lst > NUL
       
   951 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
   952 GOTO END
       
   953 
       
   954 
       
   955 :SWI002-004
       
   956 call interpretsis -z .\romdrive -c .\cdrive -k 5.3 -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_nr.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_spnr_ru.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   957 if not %errorlevel%==0 GOTO LAST
       
   958 if not exist \epoc32\winscw\c\Documents\InstTest mkdir \epoc32\winscw\c\Documents\InstTest
       
   959 call xcopy .\cdrive\sys\install\sisregistry \epoc32\winscw\c\sys\install\sisregistry /S /Y > NUL
       
   960 call xcopy .\cdrive\Documents\InstTest \epoc32\winscw\c\Documents\InstTest /S /Y > NUL
       
   961 if exist \epoc32\winscw\c\sys\install\sisregistry\backup.lst del \epoc32\winscw\c\sys\install\sisregistry\backup.lst > NUL
       
   962 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
   963 GOTO END
       
   964 
       
   965 
       
   966 :INT003-001
       
   967 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_11_base_0xabaecad5_symbiantest1_dummydllpkg_210.sis  -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_11_upgrade_0xabaecad5_symbiantest1_dummydllpkg_220_sa.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   968 if not %errorlevel%==0 GOTO LAST
       
   969 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll.dll
       
   970 if exist %exist_file% GOTO FAIL_FOUND
       
   971 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0001}.dll
       
   972 if exist %exist_file% GOTO FAIL_FOUND
       
   973 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0002}.dll
       
   974 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   975 GOTO PASS_CLEAN
       
   976 
       
   977 
       
   978 :INT003-002
       
   979 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_11_base_0xabaecad5_symbiantest1_dummydllpkg_210.sis  -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   980 if not %errorlevel%==0 GOTO LAST
       
   981 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll.dll
       
   982 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   983 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0001}.dll
       
   984 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   985 GOTO PASS_CLEAN
       
   986 
       
   987 
       
   988 :INT003-003
       
   989 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_21_base_0xabaecad5_symbiantest1_dummydllpkg_210.sis -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_21_upgrade_0xabaecad5_symbiantest1_dummydllpkg2_220_sp.sis  -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
   990 if not %errorlevel%==0 GOTO LAST
       
   991 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll.dll
       
   992 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   993 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0001}.dll
       
   994 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
   995 GOTO PASS_CLEAN
       
   996 
       
   997 
       
   998 :INT003-004
       
   999 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_21_base_0xabaecad5_symbiantest1_dummydllpkg_210.sis -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_41_upgrade_0xabaecad5_symbiantest1_dummydllpkg2_220_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1000 if not %errorlevel%==0 GOTO LAST
       
  1001 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll.dll
       
  1002 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1003 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0001}.dll
       
  1004 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1005 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0002}.dll
       
  1006 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1007 GOTO PASS_CLEAN
       
  1008 
       
  1009 
       
  1010 :INT003-005
       
  1011 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_43_base_0xabaecad5_symbiantest1_dummydllpkg_210.sis -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_23_upgrade_0xabaecad5_symbiantest1_dummydllpkg2_220_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1012 if not %errorlevel%==0 GOTO LAST
       
  1013 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll.dll
       
  1014 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1015 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0001}.dll
       
  1016 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1017 GOTO PASS_CLEAN
       
  1018 
       
  1019 
       
  1020 :INT003-006
       
  1021 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_43_base_0xabaecad5_symbiantest1_dummydllpkg_210.sis -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_48_upgrade_0xabaecad5_symbiantest1_dummydllpkg_220_pu.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1022 if not %errorlevel%==0 GOTO LAST
       
  1023 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll.dll
       
  1024 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1025 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0001}.dll
       
  1026 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1027 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0002}.dll
       
  1028 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1029 GOTO PASS_CLEAN
       
  1030 
       
  1031 
       
  1032 :INT003-007
       
  1033 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_43_base_0xabaecad5_symbiantest1_dummydllpkg_210.sis -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_46_upgrade_0xabaecad5_symbiantest1_dummydllpkg_220_pu.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1034 if not %errorlevel%==0 GOTO LAST
       
  1035 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0001}.dll
       
  1036 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1037 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0002}.dll
       
  1038 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1039 GOTO PASS_CLEAN
       
  1040 
       
  1041 
       
  1042 :INT003-008
       
  1043 mkdir .\romdrive\sys\bin > NUL
       
  1044 call copy \epoc32\release\winscw\udeb\adornedfilenametestingdll_10_1.dll .\romdrive\sys\bin\adornedfilenametestingdll4.dll > NUL
       
  1045 call copy \epoc32\winscw\c\tswi\teclipsing\data\adornedfilenamestesting_35_stub_0x2baecad8_symbiantest1_dummydll4pkg_110.sis .\romdrive\system\install\adornedfilenamestesting_35_stub_0x2baecad8_symbiantest1_dummydll4pkg_110.sis > NUL
       
  1046 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_36_upgrade_0x2baecad8_symbiantest1_dummydll4pkg_220_saru.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1047 if not %errorlevel%==0 GOTO LAST
       
  1048 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000.reg
       
  1049 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1050 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000_0000.ctl
       
  1051 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1052 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll4{000A0001}.dll
       
  1053 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1054 GOTO PASS_CLEAN
       
  1055 
       
  1056 
       
  1057 :INT003-009
       
  1058 mkdir .\romdrive\sys\bin > NUL
       
  1059 call copy \epoc32\release\winscw\udeb\adornedfilenametestingdll_10_1.dll .\romdrive\sys\bin\adornedfilenametestingdll4.dll > NUL
       
  1060 call copy \epoc32\winscw\c\tswi\teclipsing\data\adornedfilenamestesting_35_stub_0x2baecad8_symbiantest1_dummydll4pkg_110.sis .\romdrive\system\install\adornedfilenamestesting_35_stub_0x2baecad8_symbiantest1_dummydll4pkg_110.sis > NUL
       
  1061 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_310_upgrade_0x2baecad8_symbiantest1_dummydll4pkg2_220_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1062 if not %errorlevel%==0 GOTO LAST
       
  1063 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000.reg
       
  1064 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1065 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000_0000.ctl
       
  1066 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1067 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000001.reg
       
  1068 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1069 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000001_0000.ctl
       
  1070 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1071 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll4{000A0001}.dll
       
  1072 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1073 GOTO PASS_CLEAN
       
  1074 
       
  1075 
       
  1076 :INT003-010
       
  1077 mkdir .\romdrive\sys\bin > NUL
       
  1078 call copy \epoc32\release\winscw\udeb\adornedfilenametestingdll_10_1.dll .\romdrive\sys\bin\adornedfilenametestingdll4{000A0001}.dll > NUL
       
  1079 call copy \epoc32\winscw\c\tswi\teclipsing\data\adornedfilenamestesting_stub_0x2baecad8_symbiantest1_dummydll4pkg.sis .\romdrive\system\install\adornedfilenamestesting_stub_0x2baecad8_symbiantest1_dummydll4pkg.sis > NUL
       
  1080 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_38_upgrade_0x2baecad8_symbiantest1_dummydll4pkg_220_pu.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1081 if not %errorlevel%==0 GOTO LAST
       
  1082 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000.reg
       
  1083 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1084 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000_0000.ctl
       
  1085 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1086 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000_0001.ctl
       
  1087 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1088 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll4{000A0001}.dll
       
  1089 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1090 GOTO PASS_CLEAN
       
  1091 
       
  1092 
       
  1093 :INT003-011
       
  1094 if not exist .\romdrive\system\install mkdir .\romdrive\system\install > NUL
       
  1095 if not exist .\romdrive\sys\bin mkdir .\romdrive\sys\bin > NUL
       
  1096 if not exist .\romdrive\private\90008ACE mkdir .\romdrive\private\90008ACE > NUL
       
  1097 if not exist .\romdrive\private\89334567 mkdir .\romdrive\private\89334567 > NUL
       
  1098 if not exist .\romdrive\cr1122test mkdir .\romdrive\cr1122test > NUL
       
  1099 call copy \epoc32\release\winscw\udeb\tswidllnocapabilityunprotectedvid.dll .\romdrive\sys\bin\wildcard_rom_stub_lib1.dll > NUL
       
  1100 call copy \epoc32\release\winscw\udeb\tswidllnocapabilityprotectedvid.dll .\romdrive\sys\bin\wildcard_rom_stub_lib2.dll > NUL
       
  1101 call copy \epoc32\release\winscw\udeb\helloworld_forpackage.exe .\romdrive\sys\bin\wildcard_testrun1.exe > NUL
       
  1102 call copy \epoc32\release\winscw\udeb\console_app_forpackage.exe .\romdrive\sys\bin\wildcard_testrun2.exe > NUL
       
  1103 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\cr1122test\data1.txt > NUL
       
  1104 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\cr1122test\fact2.txt > NUL
       
  1105 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1122WildCardROMStub.sis .\romdrive\system\install\CR1122WildCardROMStub.sis > NUL
       
  1106 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1122WCROMUpgradeSA.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1107 if not %errorlevel%==0 GOTO LAST
       
  1108 set exist_file=.\cdrive\sys\install\sisregistry\802730B1\00000000.reg
       
  1109 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1110 set exist_file=.\cdrive\sys\install\sisregistry\802730B1\00000000_0000.ctl
       
  1111 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1112 set exist_file=.\cdrive\sys\bin\wildcard_rom_stub_lib1.dll
       
  1113 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1114 set exist_file=.\cdrive\sys\bin\wildcard_rom_stub_lib2.dll
       
  1115 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1116 set exist_file=.\cdrive\sys\bin\wildcard_testrun1.exe
       
  1117 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1118 set exist_file=.\cdrive\sys\bin\wildcard_testrun2.exe
       
  1119 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1120 set exist_file=.\cdrive\sys\bin\wildcard_testrun1.exe
       
  1121 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1122 set exist_file=.\cdrive\private\90008ACE\wcrom1.txt
       
  1123 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1124 set exist_file=.\cdrive\private\89334567\wcrom2.txt
       
  1125 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1126 set exist_file=.\cdrive\cr1122test\data1.txt
       
  1127 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1128 set exist_file=.\cdrive\cr1122test\fact2.txt
       
  1129 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1130 set exist_file=.\cdrive\cr1122test\wildcard_config1.cnf
       
  1131 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1132 set exist_file=.\cdrive\cr1122test\wildcard_config2.cnf
       
  1133 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1134 GOTO PASS_CLEAN
       
  1135 
       
  1136 
       
  1137 :INT003-012
       
  1138 mkdir .\romdrive\cr1027test > NUL
       
  1139 mkdir .\romdrive\private\10273582 > NUL
       
  1140 mkdir .\romdrive\sys\bin > NUL
       
  1141 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  1142 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  1143 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  1144 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  1145 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config2.txt > NUL
       
  1146 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  1147 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis +c +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1148 if not %errorlevel%==0 GOTO LAST
       
  1149 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  1150 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1151 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1152 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1153 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1154 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1155 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
  1156 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1157 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
  1158 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1159 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
  1160 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1161 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
  1162 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1163 GOTO PASS_CLEAN
       
  1164 
       
  1165 
       
  1166 :INT003-013
       
  1167 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
  1168 if not exist .\romdrive\private\81000018\ mkdir .\romdrive\private\81000018\
       
  1169 if not exist .\romdrive\rucerttest\ mkdir .\romdrive\rucerttest\
       
  1170 if not exist .\romdrive\eclipsetest\ mkdir .\romdrive\eclipsetest\
       
  1171 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
  1172 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\81000018\rucert_config5.txt > NUL
       
  1173 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\rucerttest\rucert_file3.txt > NUL
       
  1174 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\sucertromstub.sis .\romdrive\system\install\ > NUL
       
  1175 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\eclispingteststub.sis .\romdrive\system\install\ > NUL
       
  1176 call copy \epoc32\release\winscw\udeb\tswidllnocapabilityprotectedvid.dll .\romdrive\sys\bin\eclipsetest.dll > NUL
       
  1177 call copy \epoc32\release\winscw\udeb\tswisidupgradeexe.exe .\romdrive\sys\bin\tswisidupgradeexe.exe > NUL
       
  1178 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\eclipsetest\file1.txt > NUL
       
  1179 call copy \epoc32\winscw\c\tswi\teclipsing\data\file3.txt .\romdrive\eclipsetest\file2.txt > NUL
       
  1180 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\ruromupgraderucertpu1.sis +c +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1181 if not %errorlevel%==0 GOTO LAST
       
  1182 set exist_file=.\cdrive\sys\install\sisregistry\802730A1\00000000.reg
       
  1183 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1184 set exist_file=.\cdrive\sys\install\sisregistry\802730AD\00000000.reg
       
  1185 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1186 set exist_file=.\cdrive\rucerttest\rucert_file1.txt
       
  1187 if not exist %exist_file% GOTO FAIL_FOUND
       
  1188 set exist_file=.\cdrive\eclipsetest\file1.txt
       
  1189 if not exist %exist_file% GOTO FAIL_FOUND
       
  1190 GOTO PASS_CLEAN
       
  1191 
       
  1192 
       
  1193 :INT003-014
       
  1194 mkdir .\romdrive\cr1027test > NUL
       
  1195 mkdir .\romdrive\private\10273582 > NUL
       
  1196 mkdir .\romdrive\sys\bin > NUL
       
  1197 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  1198 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  1199 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  1200 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  1201 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  1202 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradePU.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1203 if not %errorlevel%==0 GOTO LAST
       
  1204 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  1205 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1206 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1207 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1208 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1209 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1210 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
  1211 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1212 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
  1213 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1214 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
  1215 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1216 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
  1217 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1218 GOTO PASS_CLEAN
       
  1219 
       
  1220 
       
  1221 :INT003-015
       
  1222 if not exist .\romdrive\Documents\InstTest\ mkdir .\romdrive\Documents\InstTest\
       
  1223 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade3.txt > NUL
       
  1224 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade4.txt > NUL
       
  1225 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +c +sucert -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_puru.sis +c +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1226 if not %errorlevel%==0 GOTO LAST
       
  1227 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  1228 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1229 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  1230 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1231 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0001.ctl
       
  1232 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1233 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  1234 if not exist %exist_file% GOTO FAIL_FOUND
       
  1235 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  1236 if not exist %exist_file% GOTO FAIL_FOUND
       
  1237 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  1238 if not exist %exist_file% GOTO FAIL_FOUND
       
  1239 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
  1240 if not exist %exist_file% GOTO FAIL_FOUND
       
  1241 GOTO PASS_CLEAN
       
  1242 
       
  1243 
       
  1244 :INT003-017
       
  1245 if not exist .\romdrive\Documents\InstTest\ mkdir .\romdrive\Documents\InstTest\
       
  1246 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade1.txt > NUL
       
  1247 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +c +sucert -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_puru.sis +c +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1248 if not %errorlevel%==0 GOTO LAST
       
  1249 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  1250 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1251 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  1252 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1253 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0001.ctl
       
  1254 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1255 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  1256 if not exist %exist_file% GOTO FAIL_FOUND
       
  1257 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  1258 if not exist %exist_file% GOTO FAIL_FOUND
       
  1259 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  1260 if not exist %exist_file% GOTO FAIL_FOUND
       
  1261 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
  1262 if not exist %exist_file% GOTO FAIL_FOUND
       
  1263 GOTO PASS_CLEAN
       
  1264 
       
  1265 
       
  1266 :INT003-018
       
  1267 mkdir .\romdrive\sys\bin > NUL
       
  1268 mkdir .\romdrive\system\install > NUL
       
  1269 call copy \epoc32\winscw\c\tswi\teclipsing\data\adornedfilenamestesting_35_stub_0x2baecad8_symbiantest1_dummydll4pkg_110.sis .\romdrive\system\install\adornedfilenamestesting_35_stub_0x2baecad8_symbiantest1_dummydll4pkg_110.sis > NUL
       
  1270 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam001\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_36_upgrade_0x2baecad8_symbiantest1_dummydll4pkg_220_saru.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1271 if not %errorlevel%==0 GOTO LAST
       
  1272 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000.reg
       
  1273 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1274 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000_0000.ctl
       
  1275 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1276 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll4{000A0001}.dll
       
  1277 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1278 GOTO PASS_CLEAN
       
  1279 
       
  1280 
       
  1281 :INT003-019
       
  1282 mkdir .\romdrive\sys\bin > NUL
       
  1283 mkdir .\romdrive\system\install > NUL
       
  1284 call copy \epoc32\winscw\c\tswi\teclipsing\data\adornedfilenamestesting_35_stub_0x2baecad8_symbiantest1_dummydll4pkg_110.sis .\romdrive\system\install\adornedfilenamestesting_35_stub_0x2baecad8_symbiantest1_dummydll4pkg_110.sis > NUL
       
  1285 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam001\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_310_upgrade_0x2baecad8_symbiantest1_dummydll4pkg2_220_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1286 if not %errorlevel%==0 GOTO LAST
       
  1287 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000.reg
       
  1288 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1289 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000_0000.ctl
       
  1290 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1291 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000001.reg
       
  1292 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1293 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000001_0000.ctl
       
  1294 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1295 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll4{000A0001}.dll
       
  1296 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1297 GOTO PASS_CLEAN
       
  1298 
       
  1299 
       
  1300 :INT003-020
       
  1301 mkdir .\romdrive\sys\bin > NUL
       
  1302 mkdir .\romdrive\system\install > NUL
       
  1303 call copy \epoc32\release\winscw\udeb\adornedfilenametestingdll_10_1.dll .\romdrive\sys\bin\adornedfilenametestingdll4{000A0001}.dll > NUL
       
  1304 call copy \epoc32\winscw\c\tswi\teclipsing\data\adornedfilenamestesting_stub_0x2baecad8_symbiantest1_dummydll4pkg.sis .\romdrive\system\install\adornedfilenamestesting_stub_0x2baecad8_symbiantest1_dummydll4pkg.sis > NUL
       
  1305 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam002\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_38_upgrade_0x2baecad8_symbiantest1_dummydll4pkg_220_pu.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1306 if not %errorlevel%==0 GOTO LAST
       
  1307 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000.reg
       
  1308 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1309 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000_0000.ctl
       
  1310 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1311 set exist_file=.\cdrive\sys\install\sisregistry\2baecad8\00000000_0001.ctl
       
  1312 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1313 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll4{000A0001}.dll
       
  1314 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1315 GOTO PASS_CLEAN
       
  1316 
       
  1317 
       
  1318 :INT003-021
       
  1319 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  1320 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam001\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1321 if not %errorlevel%==0 GOTO LAST
       
  1322 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  1323 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1324 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1325 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1326 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1327 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1328 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
  1329 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1330 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
  1331 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1332 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
  1333 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1334 GOTO PASS_CLEAN
       
  1335 
       
  1336 
       
  1337 :INT003-022
       
  1338 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\ > NUL
       
  1339 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam001\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradePU_root5.sis -s \epoc32\winscw\c\tswi\tsis\data\preq2114romupgradepu.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1340 if not %errorlevel%==0 GOTO LAST
       
  1341 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  1342 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1343 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1344 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1345 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0001.ctl
       
  1346 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1347 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0002.ctl
       
  1348 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1349 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1350 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1351 GOTO PASS_CLEAN
       
  1352 
       
  1353 
       
  1354 :INT003-023
       
  1355 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\ > NUL
       
  1356 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam001\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP2.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1357 if not %errorlevel%==0 GOTO LAST
       
  1358 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  1359 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1360 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1361 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1362 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001.reg
       
  1363 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1364 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001_0000.ctl
       
  1365 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1366 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1367 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1368 set exist_file=.\cdrive\cr1027test\cr1027_file2.txt
       
  1369 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1370 GOTO PASS_CLEAN
       
  1371 
       
  1372 
       
  1373 :INT003-024
       
  1374 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  1375 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam002\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1376 if not %errorlevel%==0 GOTO LAST
       
  1377 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  1378 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1379 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1380 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1381 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1382 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1383 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
  1384 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1385 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
  1386 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1387 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
  1388 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1389 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
  1390 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1391 GOTO PASS_CLEAN
       
  1392 
       
  1393 
       
  1394 :INT003-025
       
  1395 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  1396 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam002\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1397 if not %errorlevel%==-5 GOTO LAST
       
  1398 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1399 if exist %exist_file% GOTO FAIL_FOUND
       
  1400 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
  1401 if exist %exist_file% GOTO FAIL_FOUND
       
  1402 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
  1403 if exist %exist_file% GOTO FAIL_FOUND
       
  1404 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
  1405 if exist %exist_file% GOTO FAIL_FOUND
       
  1406 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
  1407 if exist %exist_file% GOTO FAIL_FOUND
       
  1408 GOTO PASS_CLEAN
       
  1409 
       
  1410 
       
  1411 :INT003-026
       
  1412 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  1413 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam002\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -e -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1414 if not %errorlevel%==0 GOTO LAST
       
  1415 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  1416 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1417 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1418 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1419 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1420 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1421 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
  1422 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1423 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
  1424 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1425 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
  1426 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1427 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
  1428 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1429 GOTO PASS_CLEAN
       
  1430 
       
  1431 
       
  1432 :INT003-027
       
  1433 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\ > NUL
       
  1434 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam001\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1435 if not %errorlevel%==0 GOTO LAST
       
  1436 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  1437 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1438 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1439 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1440 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1441 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1442 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
  1443 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1444 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
  1445 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1446 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
  1447 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1448 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001.reg
       
  1449 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1450 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001_0000.ctl
       
  1451 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1452 set exist_file=.\cdrive\cr1027test\cr1027_file2.txt
       
  1453 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1454 GOTO PASS_CLEAN
       
  1455 
       
  1456 
       
  1457 :SWI003-001
       
  1458 if not exist \ddrive mkdir \ddrive > NUL
       
  1459 if not exist .\edrive mkdir .\edrive > NUL
       
  1460 call interpretsis -z .\romdrive -k 5.3 -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_nr.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_spnr_ru.sis +e +mcard -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  1461 if not %errorlevel%==0 GOTO LAST
       
  1462 call xcopy .\cdrive \epoc32\winscw\c /S /Y > NUL
       
  1463 call xcopy .\edrive \epoc32\drive_e /S /Y > NUL
       
  1464 if exist \epoc32\winscw\c\sys\install\sisregistry\backup.lst del \epoc32\winscw\c\sys\install\sisregistry\backup.lst > NUL
       
  1465 ECHO ***ERRORCODE*** %errorlevel% PASS>>/epoc32/winscw/c/interpretsis_test_harness.txt
       
  1466 GOTO END
       
  1467 
       
  1468 
       
  1469 :INT004-001
       
  1470 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_11_base_0xabaecad5_symbiantest1_dummydllpkg_210.sis -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_65_upgrade_0xabaecad6_symbiantest1_dummydllpkg_220_sa.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1471 if not %errorlevel%==-5 GOTO LAST
       
  1472 set exist_file=.\cdrive\sys\install\sisregistry\abaecad5\00000000.reg
       
  1473 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1474 set exist_file=.\cdrive\sys\install\sisregistry\abaecad5\00000000_0000.ctl
       
  1475 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1476 set exist_file=.\cdrive\sys\install\sisregistry\abaecad6\00000000.reg
       
  1477 if exist %exist_file% GOTO FAIL_FOUND
       
  1478 set exist_file=.\cdrive\sys\install\sisregistry\abaecad6\00000000_0000.ctl
       
  1479 if exist %exist_file% GOTO FAIL_FOUND
       
  1480 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll.dll
       
  1481 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1482 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0001}.dll
       
  1483 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1484 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0002}.dll
       
  1485 if exist %exist_file% GOTO FAIL_FOUND
       
  1486 GOTO PASS_CLEAN
       
  1487 
       
  1488 
       
  1489 :INT004-002
       
  1490 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_43_base_0xabaecad5_symbiantest1_dummydllpkg_210.sis -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_21_upgrade_0xabaecad5_symbiantest1_dummydllpkg2_220_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1491 if not %errorlevel%==-5 GOTO LAST
       
  1492 set exist_file=.\cdrive\sys\install\sisregistry\abaecad5\00000000.reg
       
  1493 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1494 set exist_file=.\cdrive\sys\install\sisregistry\abaecad5\00000000_0000.ctl
       
  1495 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1496 set exist_file=.\cdrive\sys\install\sisregistry\abaecad5\00000001.reg
       
  1497 if exist %exist_file% GOTO FAIL_FOUND
       
  1498 set exist_file=.\cdrive\sys\install\sisregistry\abaecad5\00000001_0000.ctl
       
  1499 if exist %exist_file% GOTO FAIL_FOUND
       
  1500 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll{000A0001}.dll
       
  1501 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1502 GOTO PASS_CLEAN
       
  1503 
       
  1504 
       
  1505 :INT004-003
       
  1506 mkdir .\romdrive\sys\bin > NUL
       
  1507 call copy \epoc32\release\winscw\udeb\adornedfilenametestingdll_10_1.dll .\romdrive\sys\bin\adornedfilenametestingdll3.dll
       
  1508 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_34_upgrade_0x2baecad7_symbiantest1_dummydll3pkg_220_saru.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1509 if not %errorlevel%==-5 GOTO LAST
       
  1510 set exist_file=.\cdrive\sys\install\sisregistry\2baecad7\00000000.reg
       
  1511 if exist %exist_file% GOTO FAIL_FOUND
       
  1512 set exist_file=.\cdrive\sys\install\sisregistry\2baecad7\00000000_0000.ctl
       
  1513 if exist %exist_file% GOTO FAIL_FOUND
       
  1514 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll3{000A0001}.dll
       
  1515 if exist %exist_file% GOTO FAIL_FOUND
       
  1516 GOTO PASS_CLEAN
       
  1517 
       
  1518 
       
  1519 :INT004-004
       
  1520 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1122WildCardROMStub.sis .\romdrive\system\install\CR1122WildCardROMStub.sis > NUL
       
  1521 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1122WCROMUpgradeSA1.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1522 if not %errorlevel%==-4 GOTO LAST
       
  1523 set exist_file=.\cdrive\sys\install\sisregistry\802730B1\00000000.reg
       
  1524 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1525 set exist_file=.\cdrive\sys\install\sisregistry\802730B1\00000000_0000.ctl
       
  1526 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1527 set exist_file=.\cdrive\sys\bin\wildcard_rom_stub_lib1.dll
       
  1528 if exist %exist_file% GOTO FAIL_FOUND
       
  1529 set exist_file=.\cdrive\sys\bin\wildcard_rom_stub_lib2.dll
       
  1530 if exist %exist_file% GOTO FAIL_FOUND
       
  1531 set exist_file=.\cdrive\sys\bin\wildcard_testrun1.exe
       
  1532 if exist %exist_file% GOTO FAIL_FOUND
       
  1533 set exist_file=.\cdrive\private\10273581\wcrom3.txt
       
  1534 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1535 set exist_file=.\cdrive\private\90008ACE\wcrom1.txt
       
  1536 if exist %exist_file% GOTO FAIL_FOUND
       
  1537 set exist_file=.\cdrive\private\90008ACE\wcrom2.txt
       
  1538 if exist %exist_file% GOTO FAIL_FOUND
       
  1539 GOTO PASS_CLEAN
       
  1540 
       
  1541 
       
  1542 :INT004-005
       
  1543 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
  1544 if not exist .\romdrive\cr1027test\ mkdir .\romdrive\cr1027test\
       
  1545 if not exist .\romdrive\private\10273582 mkdir .\romdrive\private\10273582
       
  1546 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\ > NUL
       
  1547 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  1548 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  1549 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  1550 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  1551 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradePU_root5.sis +c +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1552 if not %errorlevel%==-3 GOTO LAST
       
  1553 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  1554 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1555 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1556 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1557 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0001.ctl
       
  1558 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1559 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0002.ctl
       
  1560 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1561 GOTO PASS_CLEAN
       
  1562 
       
  1563 
       
  1564 :INT004-006
       
  1565 mkdir .\romdrive\cr1027test > NUL
       
  1566 mkdir .\romdrive\private\10273582 > NUL
       
  1567 mkdir .\romdrive\sys\bin > NUL
       
  1568 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\CR1027ROMUpgradeStub2.sis .\romdrive\system\install\CR1027ROMUpgradeStub2.sis > NUL
       
  1569 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  1570 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  1571 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  1572 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  1573 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSPRUNR.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1574 if not %errorlevel%==-5 GOTO LAST
       
  1575 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  1576 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1577 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1578 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1579 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001.reg
       
  1580 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1581 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001_0000.ctl
       
  1582 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1583 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1584 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1585 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
  1586 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1587 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
  1588 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1589 GOTO PASS_CLEAN
       
  1590 
       
  1591 
       
  1592 :INT004-007
       
  1593 mkdir .\romdrive\cr1027test > NUL
       
  1594 mkdir .\romdrive\private\10273582 > NUL
       
  1595 mkdir .\romdrive\sys\bin > NUL
       
  1596 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  1597 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  1598 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  1599 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  1600 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  1601 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP2.sis +c +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1602 if not %errorlevel%==-3 GOTO LAST
       
  1603 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  1604 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1605 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1606 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1607 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001.reg
       
  1608 if exist %exist_file% GOTO FAIL_FOUND
       
  1609 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001_0000.ctl
       
  1610 if exist %exist_file% GOTO FAIL_FOUND
       
  1611 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1612 if exist %exist_file% GOTO FAIL_FOUND
       
  1613 set exist_file=.\cdrive\cr1027test\cr1027_file2.txt
       
  1614 if exist %exist_file% GOTO FAIL_FOUND
       
  1615 GOTO PASS_CLEAN
       
  1616 
       
  1617 
       
  1618 :INT004-008
       
  1619 if not exist \ddrive mkdir \ddrive > NUL
       
  1620 if not exist .\edrive mkdir .\edrive > NUL
       
  1621 if not exist .\romdrive\Documents\InstTest\ mkdir .\romdrive\Documents\InstTest\
       
  1622 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade1.txt > NUL
       
  1623 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +c +sucert -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_puru.sis +e +sucert -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1624 if not %errorlevel%==-5 GOTO LAST
       
  1625 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  1626 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1627 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  1628 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1629 set exist_file=.\edrive\sys\install\sisregistry\811111FD\00000000_0001.ctl
       
  1630 if exist %exist_file% GOTO FAIL_FOUND
       
  1631 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  1632 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1633 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  1634 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1635 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  1636 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1637 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  1638 if exist %exist_file% GOTO FAIL_FOUND
       
  1639 set exist_file=.\edrive\Documents\InstTest\upgrade4.txt
       
  1640 if exist %exist_file% GOTO FAIL_FOUND
       
  1641 GOTO PASS_CLEAN
       
  1642 
       
  1643 
       
  1644 :INT004-009
       
  1645 if not exist .\romdrive\Documents\InstTest\ mkdir .\romdrive\Documents\InstTest\
       
  1646 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade4.txt > NUL
       
  1647 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis +c -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_puru.sis +c -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1648 if not %errorlevel%==-5 GOTO LAST
       
  1649 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  1650 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1651 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  1652 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1653 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0001.ctl
       
  1654 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1655 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  1656 if not exist %exist_file% GOTO FAIL_FOUND
       
  1657 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  1658 if not exist %exist_file% GOTO FAIL_FOUND
       
  1659 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  1660 if not exist %exist_file% GOTO FAIL_FOUND
       
  1661 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
  1662 if exist %exist_file% GOTO FAIL_FOUND
       
  1663 GOTO PASS_CLEAN
       
  1664 
       
  1665 
       
  1666 :INT004-010
       
  1667 if not exist .\romdrive\Documents\InstTest\ mkdir .\romdrive\Documents\InstTest\
       
  1668 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade3.txt > NUL
       
  1669 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade4.txt > NUL
       
  1670 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +c +sucert -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_partial2.sis +c -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1671 if not %errorlevel%==-5 GOTO LAST
       
  1672 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  1673 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1674 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  1675 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1676 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0001.ctl
       
  1677 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1678 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  1679 if not exist %exist_file% GOTO FAIL_FOUND
       
  1680 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  1681 if not exist %exist_file% GOTO FAIL_FOUND
       
  1682 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  1683 if not exist %exist_file% GOTO FAIL_FOUND
       
  1684 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
  1685 if exist %exist_file% GOTO FAIL_FOUND
       
  1686 GOTO PASS_CLEAN
       
  1687 
       
  1688 
       
  1689 :INT004-011
       
  1690 if not exist .\romdrive\Documents\InstTest\ mkdir .\romdrive\Documents\InstTest\
       
  1691 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade1.txt > NUL
       
  1692 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +c +sucert -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_partial2.sis +c -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1693 if not %errorlevel%==-5 GOTO LAST
       
  1694 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  1695 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1696 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  1697 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1698 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0001.ctl
       
  1699 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1700 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  1701 if not exist %exist_file% GOTO FAIL_FOUND
       
  1702 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  1703 if not exist %exist_file% GOTO FAIL_FOUND
       
  1704 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  1705 if not exist %exist_file% GOTO FAIL_FOUND
       
  1706 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
  1707 if exist %exist_file% GOTO FAIL_FOUND
       
  1708 GOTO PASS_CLEAN
       
  1709 
       
  1710 
       
  1711 :INT004-012
       
  1712 if not exist \ddrive mkdir \ddrive > NUL
       
  1713 if not exist .\edrive mkdir .\edrive > NUL
       
  1714 if not exist .\romdrive\Documents\InstTest\ mkdir .\romdrive\Documents\InstTest\
       
  1715 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\Documents\InstTest\upgrade1.txt > NUL
       
  1716 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +c +sucert -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_partial2.sis +e -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1717 if not %errorlevel%==-5 GOTO LAST
       
  1718 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  1719 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1720 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  1721 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1722 set exist_file=.\edrive\sys\install\sisregistry\811111FD\00000000_0001.ctl
       
  1723 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1724 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  1725 if not exist %exist_file% GOTO FAIL_FOUND
       
  1726 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  1727 if not exist %exist_file% GOTO FAIL_FOUND
       
  1728 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  1729 if not exist %exist_file% GOTO FAIL_FOUND
       
  1730 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  1731 if exist %exist_file% GOTO FAIL_FOUND
       
  1732 set exist_file=.\edrive\Documents\InstTest\upgrade4.txt
       
  1733 if exist %exist_file% GOTO FAIL_FOUND
       
  1734 GOTO PASS_CLEAN
       
  1735 
       
  1736 
       
  1737 :INT004-013
       
  1738 if not exist \ddrive mkdir \ddrive > NUL
       
  1739 if not exist .\edrive mkdir .\edrive > NUL
       
  1740 mkdir .\romdrive\cr1027test > NUL
       
  1741 mkdir .\romdrive\private\10273582 > NUL
       
  1742 mkdir .\romdrive\sys\bin > NUL
       
  1743 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  1744 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  1745 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  1746 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  1747 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  1748 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -l /epoc32/winscw/c/interpretsis_test_harness.txt > NUL
       
  1749 if not %errorlevel%==0 GOTO LAST
       
  1750 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  1751 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1752 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1753 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1754 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1755 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1756 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
  1757 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1758 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
  1759 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1760 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
  1761 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1762 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
  1763 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1764 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\cr1027romupgradepudifffilename.sis +e -w info -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini -l /epoc32/winscw/c/interpretsis_test_harness.txt > NUL
       
  1765 if not %errorlevel%==-9 GOTO LAST
       
  1766 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0001.ctl
       
  1767 if exist %exist_file% GOTO FAIL_FOUND
       
  1768 set exist_file=.\edrive\sys\bin\saromupgrade_execute2.exe
       
  1769 if exist %exist_file% GOTO FAIL_FOUND
       
  1770 GOTO PASS_CLEAN
       
  1771 
       
  1772 
       
  1773 :INT004-014
       
  1774 if not exist \ddrive mkdir \ddrive > NUL
       
  1775 if not exist .\edrive mkdir .\edrive > NUL
       
  1776 mkdir .\romdrive\cr1027test > NUL
       
  1777 mkdir .\romdrive\private\10273582 > NUL
       
  1778 mkdir .\romdrive\sys\bin > NUL
       
  1779 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  1780 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  1781 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  1782 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  1783 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  1784 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradePU.sis +c -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1785 if not %errorlevel%==0 GOTO LAST
       
  1786 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  1787 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1788 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1789 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1790 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0001.ctl
       
  1791 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1792 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1793 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1794 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradePU.sis +e -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1795 if not %errorlevel%==-5 GOTO LAST
       
  1796 set exist_file=.\edrive\sys\install\sisregistry\802730A2\00000000_0002.ctl
       
  1797 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1798 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  1799 if exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1800 GOTO PASS_CLEAN
       
  1801 
       
  1802 
       
  1803 :INT004-015
       
  1804 mkdir .\romdrive\sys\bin > NUL
       
  1805 mkdir .\romdrive\system\install > NUL
       
  1806 call interpretsis -r \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam003\rombld.rofs.log -t .\romdrive\system\install -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\adornedfilenamestesting_34_upgrade_0x2baecad7_symbiantest1_dummydll3pkg_220_saru.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1807 if not %errorlevel%==-5 GOTO LAST
       
  1808 set exist_file=.\cdrive\sys\install\sisregistry\2baecad7\00000000.reg
       
  1809 if exist %exist_file% GOTO FAIL_FOUND
       
  1810 set exist_file=.\cdrive\sys\install\sisregistry\2baecad7\00000000_0000.ctl
       
  1811 if exist %exist_file% GOTO FAIL_FOUND
       
  1812 set exist_file=.\cdrive\sys\bin\adornedfilenametestingdll3{000A0001}.dll
       
  1813 if exist %exist_file% GOTO FAIL_FOUND
       
  1814 GOTO PASS_CLEAN
       
  1815 
       
  1816 
       
  1817 :INT004-016
       
  1818 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
  1819 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute_same_sid.exe > NUL
       
  1820 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1821 if not %errorlevel%==-9 GOTO LAST
       
  1822 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  1823 if exist %exist_file% GOTO FAIL_FOUND
       
  1824 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  1825 if exist %exist_file% GOTO FAIL_FOUND
       
  1826 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  1827 if exist %exist_file% GOTO FAIL_FOUND
       
  1828 GOTO PASS_CLEAN
       
  1829 
       
  1830 
       
  1831 :INT005-001
       
  1832 if not exist \ddrive mkdir \ddrive > NUL
       
  1833 if not exist .\edrive mkdir .\edrive > NUL
       
  1834 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_nr.sis +e +mcard -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  1835 if not %errorlevel%==0 GOTO LAST
       
  1836 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  1837 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1838 set exist_file=.\edrive\Documents\InstTest\upgrade2.txt
       
  1839 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1840 set exist_file=.\edrive\Documents\InstTest\upgrade3.txt
       
  1841 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1842 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  1843 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1844 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  1845 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1846 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  1847 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1848 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  1849 GOTO PASS_CLEAN
       
  1850 
       
  1851 
       
  1852 :INT005-004
       
  1853 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
  1854 if not exist .\romdrive\private\10273582\ mkdir .\romdrive\private\10273582\
       
  1855 if not exist .\romdrive\cr1027test\ mkdir .\romdrive\cr1027test\
       
  1856 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\eclispingteststub.sis .\romdrive\system\install\ > NUL
       
  1857 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\ > NUL
       
  1858 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  1859 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  1860 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  1861 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  1862 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA_sucert.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1863 if not %errorlevel%==0 GOTO LAST
       
  1864 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  1865 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1866 set exist_file=.\cdrive\sys\install\sisregistry\802730A1\00000000.reg
       
  1867 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1868 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  1869 GOTO PASS_CLEAN
       
  1870 
       
  1871 
       
  1872 :INT006-006
       
  1873 if not exist .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\
       
  1874 if not exist .\romdrive\private\10273582\ mkdir .\romdrive\private\10273582\
       
  1875 if not exist .\romdrive\cr1027test\ mkdir .\romdrive\cr1027test\
       
  1876 call xcopy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\ > NUL
       
  1877 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\system\install\invalid_stub.sis > NUL
       
  1878 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  1879 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  1880 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  1881 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  1882 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1883 if not %errorlevel%==-10 GOTO LAST
       
  1884 GOTO PASS_CLEAN
       
  1885 
       
  1886 
       
  1887 :INT008-001
       
  1888 if not exist .\romdrive\system\install mkdir .\romdrive\system\install > NUL
       
  1889 if not exist .\romdrive\system\data mkdir .\romdrive\system\data > NUL
       
  1890 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\version_5_3.txt .\romdrive\system\data\sisregistry_5.3.txt > NUL
       
  1891 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\simple.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1892 if not %errorlevel%==0 GOTO LAST
       
  1893 call fc .\cdrive\sys\install\sisregistry\80000001\00000000.reg \epoc32\winscw\c\tswi\tinterpretsisinteg\data\80000001_53\00000000.reg | find "FC: no differences encountered" > NUL
       
  1894 if not %errorlevel%==0 GOTO LAST
       
  1895 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  1896 GOTO PASS_CLEAN
       
  1897 
       
  1898 
       
  1899 :INT008-002
       
  1900 if not exist .\romdrive\system\install mkdir .\romdrive\system\install > NUL
       
  1901 if not exist .\romdrive\system\data mkdir .\romdrive\system\data > NUL
       
  1902 if exist .\romdrive\system\data rmdir .\romdrive\system\data /S /Q > NUL
       
  1903 mkdir .\romdrive\system\data
       
  1904 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\version_5_1.txt .\romdrive\system\data\sisregistry_5.1.txt > NUL
       
  1905 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\simple.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1906 if not %errorlevel%==0 GOTO LAST
       
  1907 call fc .\cdrive\sys\install\sisregistry\80000001\00000000.reg \epoc32\winscw\c\tswi\tinterpretsisinteg\data\80000001_51\00000000.reg | find "FC: no differences encountered" > NUL
       
  1908 if not %errorlevel%==0 GOTO LAST
       
  1909 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  1910 GOTO PASS_CLEAN
       
  1911 
       
  1912 
       
  1913 :INT008-003
       
  1914 if not exist .\romdrive\system\install mkdir .\romdrive\system\install > NUL
       
  1915 if not exist .\romdrive\system\data mkdir .\romdrive\system\data > NUL
       
  1916 if exist .\romdrive\system\data\ del .\romdrive\system\data\ /F /Q> NUL
       
  1917 mkdir .\romdrive\system\data\ > NUL
       
  1918 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\version_4_1.txt .\romdrive\system\data\sisregistry_4.0.txt > NUL
       
  1919 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\simple.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1920 if not %errorlevel%==0 GOTO LAST
       
  1921 call fc .\cdrive\sys\install\sisregistry\80000001\00000000.reg \epoc32\winscw\c\tswi\tinterpretsisinteg\data\80000001_40\00000000.reg | find "FC: no differences encountered" > NUL
       
  1922 if not %errorlevel%==0 GOTO LAST
       
  1923 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  1924 GOTO PASS_CLEAN
       
  1925 
       
  1926 
       
  1927 :INT008-004
       
  1928 if not exist .\romdrive\system\install mkdir .\romdrive\system\install > NUL
       
  1929 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\simple.sis -k 5.3 -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1930 if not %errorlevel%==0 GOTO LAST
       
  1931 call fc .\cdrive\sys\install\sisregistry\80000001\00000000.reg \epoc32\winscw\c\tswi\tinterpretsisinteg\data\80000001_53\00000000.reg | find "FC: no differences encountered" > NUL
       
  1932 if not %errorlevel%==0 GOTO LAST
       
  1933 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  1934 GOTO PASS_CLEAN
       
  1935 
       
  1936 
       
  1937 :INT008-005
       
  1938 if not exist .\romdrive\system\install mkdir .\romdrive\system\install > NUL
       
  1939 if not exist .\romdrive\system\data mkdir .\romdrive\system\data > NUL
       
  1940 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\version_4_1.txt .\romdrive\system\data\sisregistry_4.0.txt > NUL
       
  1941 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\simple.sis -k 5.3 -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1942 if not %errorlevel%==0 GOTO LAST
       
  1943 call fc .\cdrive\sys\install\sisregistry\80000001\00000000.reg \epoc32\winscw\c\tswi\tinterpretsisinteg\data\80000001_53\00000000.reg | find "FC: no differences encountered" > NUL
       
  1944 if not %errorlevel%==0 GOTO LAST
       
  1945 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  1946 GOTO PASS_CLEAN
       
  1947 
       
  1948 
       
  1949 :INT008-006
       
  1950 if not exist .\romdrive\system\install mkdir .\romdrive\system\install > NUL
       
  1951 if not exist .\romdrive\system\data mkdir .\romdrive\system\data > NUL
       
  1952 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\version_5_3.txt .\romdrive\system\data\sisregistry_5.3.txt > NUL
       
  1953 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\simple.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1954 if not %errorlevel%==0 GOTO LAST
       
  1955 call fc .\cdrive\sys\install\sisregistry\80000001\00000000.reg \epoc32\winscw\c\tswi\tinterpretsisinteg\data\80000001_53\00000000.reg | find "FC: no differences encountered" > NUL
       
  1956 if not %errorlevel%==0 GOTO LAST
       
  1957 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  1958 GOTO PASS_CLEAN
       
  1959 
       
  1960 
       
  1961 :INT008-007
       
  1962 if exist .\romdrive\system\data rmdir .\romdrive\system\data /S /Q > NUL
       
  1963 mkdir .\romdrive\system\data
       
  1964 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\version_5_1.txt .\romdrive\system\data\sisregistry_5.1.txt > NUL
       
  1965 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\simple.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1966 if not %errorlevel%==0 GOTO LAST
       
  1967 call fc .\cdrive\sys\install\sisregistry\80000001\00000000.reg \epoc32\winscw\c\tswi\tinterpretsisinteg\data\80000001_51\00000000.reg | find "FC: no differences encountered" > NUL
       
  1968 if not %errorlevel%==0 GOTO LAST
       
  1969 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  1970 GOTO PASS_CLEAN
       
  1971 
       
  1972 
       
  1973 :INT008-001
       
  1974 if not exist .\romdrive\system\install mkdir .\romdrive\system\install > NUL
       
  1975 if not exist .\romdrive\system\data mkdir .\romdrive\system\data > NUL
       
  1976 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\version_5_3.txt .\romdrive\system\data\sisregistry_5.3.txt > NUL
       
  1977 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\simple.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1978 if not %errorlevel%==0 GOTO LAST
       
  1979 call fc .\cdrive\sys\install\sisregistry\80000001\00000000.reg \epoc32\winscw\c\tswi\tinterpretsisinteg\data\80000001_53\00000000.reg | find "FC: no differences encountered" > NUL
       
  1980 if not %errorlevel%==0 GOTO LAST
       
  1981 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  1982 GOTO PASS_CLEAN
       
  1983 
       
  1984 
       
  1985 :INT009-001
       
  1986 if not exist .\romdrive\system\data mkdir .\romdrive\system\data > NUL
       
  1987 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\version_x_y.txt .\romdrive\system\data\sisregistry_x.y.txt > NUL
       
  1988 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\simple.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1989 if not %errorlevel%==0 GOTO LAST
       
  1990 set exist_file=.\cdrive\Documents\InstTest\file1.txt
       
  1991 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  1992 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  1993 GOTO PASS_CLEAN
       
  1994 
       
  1995 
       
  1996 :INT009-002
       
  1997 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\simple.sis -k 38 -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  1998 if not %errorlevel%==-7 GOTO LAST
       
  1999 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2000 if exist %exist_file% GOTO FAIL_FOUND
       
  2001 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2002 if exist %exist_file% GOTO FAIL_FOUND
       
  2003 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2004 if exist %exist_file% GOTO FAIL_FOUND
       
  2005 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2006 GOTO PASS_CLEAN
       
  2007 
       
  2008 
       
  2009 :INT010-001
       
  2010 if not exist \ddrive mkdir \ddrive > NUL
       
  2011 if not exist .\edrive mkdir .\edrive > NUL
       
  2012 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis +e +mcardalone -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2013 if not %errorlevel%==0 GOTO LAST
       
  2014 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  2015 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2016 set exist_file=.\edrive\Documents\InstTest\upgrade2.txt
       
  2017 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2018 set exist_file=.\edrive\Documents\InstTest\upgrade3.txt
       
  2019 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2020 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  2021 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2022 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  2023 if exist %exist_file% GOTO FAIL_FOUND
       
  2024 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2025 GOTO PASS_CLEAN
       
  2026 
       
  2027 
       
  2028 :INT010-002
       
  2029 if not exist \ddrive mkdir \ddrive > NUL
       
  2030 if not exist .\edrive mkdir .\edrive > NUL
       
  2031 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +e +mcardalone -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2032 if not %errorlevel%==0 GOTO LAST
       
  2033 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  2034 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2035 set exist_file=.\edrive\Documents\InstTest\upgrade2.txt
       
  2036 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2037 set exist_file=.\edrive\Documents\InstTest\upgrade3.txt
       
  2038 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2039 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  2040 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2041 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  2042 if exist %exist_file% GOTO FAIL_FOUND
       
  2043 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2044 GOTO PASS_CLEAN
       
  2045 
       
  2046 
       
  2047 :INT010-003
       
  2048 if not exist \ddrive mkdir \ddrive > NUL
       
  2049 if not exist .\edrive mkdir .\edrive > NUL
       
  2050 mkdir .\romdrive\cr1027test > NUL
       
  2051 mkdir .\romdrive\private\10273582 > NUL
       
  2052 mkdir .\romdrive\sys\bin > NUL
       
  2053 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2054 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2055 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2056 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2057 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2058 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis +e +mcardalone -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2059 if not %errorlevel%==0 GOTO LAST
       
  2060 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  2061 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2062 set exist_file=.\edrive\sys\bin\saromupgrade_library.dll
       
  2063 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2064 set exist_file=.\edrive\cr1027test\cr1027_file1.txt
       
  2065 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2066 set exist_file=.\edrive\private\10273582\cr1027_config1.txt
       
  2067 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2068 set exist_file=.\edrive\private\10273582\cr1027_config2.txt
       
  2069 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2070 set exist_file=.\edrive\private\10202dce\802730A2_0.sis
       
  2071 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2072 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2073 GOTO PASS_CLEAN
       
  2074 
       
  2075 
       
  2076 :INT010-004
       
  2077 if not exist \ddrive mkdir \ddrive > NUL
       
  2078 if not exist .\edrive mkdir .\edrive > NUL
       
  2079 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_sp.sis +e +mcardalone -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2080 if not %errorlevel%==0 GOTO LAST
       
  2081 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2082 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2083 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2084 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2085 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2086 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2087 set exist_file=.\edrive\Documents\InstTest\upgrade4.txt
       
  2088 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2089 set exist_file=.\edrive\Documents\InstTest\upgrade5.txt
       
  2090 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2091 set exist_file=.\edrive\private\10202dce\811111FD_1.sis
       
  2092 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2093 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000001.reg
       
  2094 if exist %exist_file% GOTO FAIL_FOUND
       
  2095 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2096 GOTO PASS_CLEAN
       
  2097 
       
  2098 
       
  2099 :INT010-005
       
  2100 if not exist \ddrive mkdir \ddrive > NUL
       
  2101 if not exist .\edrive mkdir .\edrive > NUL
       
  2102 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_nr.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_spnr.sis +e +mcardalone -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2103 if not %errorlevel%==0 GOTO LAST
       
  2104 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2105 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2106 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2107 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2108 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2109 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2110 set exist_file=.\edrive\Documents\InstTest\upgrade4.txt
       
  2111 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2112 set exist_file=.\edrive\Documents\InstTest\upgrade5.txt
       
  2113 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2114 set exist_file=.\edrive\private\10202dce\811111FD_1.sis
       
  2115 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2116 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000001.reg
       
  2117 if exist %exist_file% GOTO FAIL_FOUND
       
  2118 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2119 GOTO PASS_CLEAN
       
  2120 
       
  2121 
       
  2122 :INT010-006
       
  2123 if not exist \ddrive mkdir \ddrive > NUL
       
  2124 if not exist .\edrive mkdir .\edrive > NUL
       
  2125 mkdir .\romdrive\cr1027test > NUL
       
  2126 mkdir .\romdrive\private\10273582 > NUL
       
  2127 mkdir .\romdrive\sys\bin > NUL
       
  2128 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2129 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2130 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2131 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2132 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2133 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP2RU_root5.sis +e +mcardalone -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2134 if not %errorlevel%==0 GOTO LAST
       
  2135 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  2136 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2137 set exist_file=.\edrive\private\10202dce\802730A2_1.sis
       
  2138 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2139 set exist_file=.\edrive\cr1027test\cr1027_file2.txt
       
  2140 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2141 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001.reg
       
  2142 if exist %exist_file% GOTO FAIL_FOUND
       
  2143 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2144 GOTO PASS_CLEAN
       
  2145 
       
  2146 
       
  2147 :INT010-007
       
  2148 if not exist \ddrive mkdir \ddrive > NUL
       
  2149 if not exist .\edrive mkdir .\edrive > NUL
       
  2150 mkdir .\romdrive\cr1027test > NUL
       
  2151 mkdir .\romdrive\private\10273582 > NUL
       
  2152 mkdir .\romdrive\sys\bin > NUL
       
  2153 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2154 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2155 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2156 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2157 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2158 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP2NR.sis +e +mcardalone -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2159 if not %errorlevel%==0 GOTO LAST
       
  2160 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  2161 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2162 set exist_file=.\edrive\cr1027test\cr1027_file2.txt
       
  2163 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2164 set exist_file=.\edrive\private\10202dce\802730A2_1.sis
       
  2165 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2166 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001.reg
       
  2167 if exist %exist_file% GOTO FAIL_FOUND
       
  2168 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2169 GOTO PASS_CLEAN
       
  2170 
       
  2171 
       
  2172 :INT010-008
       
  2173 if not exist \ddrive mkdir \ddrive > NUL
       
  2174 if not exist .\edrive mkdir .\edrive > NUL
       
  2175 mkdir .\edrive\sys\bin > NUL
       
  2176 mkdir .\edrive\private\89334569 > NUL
       
  2177 call copy \epoc32\release\winscw\udeb\console_app_longrun_forpackage.exe .\edrive\sys\bin\preinstalled_console_app.exe > NUL
       
  2178 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\french.txt .\edrive\private\89334569\privatefile.txt > NUL
       
  2179 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testpreinstalledexes.sis +e +mcardalone -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2180 if not %errorlevel%==0 GOTO LAST
       
  2181 set exist_file=.\edrive\private\10202dce\81231236_0.sis
       
  2182 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2183 set exist_file=.\cdrive\sys\install\sisregistry\81231236\00000001.reg
       
  2184 if exist %exist_file% GOTO FAIL_FOUND
       
  2185 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2186 GOTO PASS_CLEAN
       
  2187 
       
  2188 
       
  2189 :INT010-010
       
  2190 if not exist \ddrive mkdir \ddrive > NUL
       
  2191 if not exist .\edrive mkdir .\edrive > NUL
       
  2192 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis +e +mcard -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2193 if not %errorlevel%==0 GOTO LAST
       
  2194 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  2195 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2196 set exist_file=.\edrive\Documents\InstTest\upgrade2.txt
       
  2197 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2198 set exist_file=.\edrive\Documents\InstTest\upgrade3.txt
       
  2199 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2200 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  2201 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2202 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  2203 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2204 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2205 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2206 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2207 GOTO PASS_CLEAN
       
  2208 
       
  2209 
       
  2210 :INT010-011
       
  2211 if not exist \ddrive mkdir \ddrive > NUL
       
  2212 if not exist .\edrive mkdir .\edrive > NUL
       
  2213 mkdir .\romdrive\cr1027test > NUL
       
  2214 mkdir .\romdrive\private\10273582 > NUL
       
  2215 mkdir .\romdrive\sys\bin > NUL
       
  2216 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2217 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2218 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2219 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2220 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2221 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis +e +mcard -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2222 if not %errorlevel%==0 GOTO LAST
       
  2223 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  2224 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2225 set exist_file=.\edrive\sys\bin\saromupgrade_library.dll
       
  2226 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2227 set exist_file=.\edrive\cr1027test\cr1027_file1.txt
       
  2228 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2229 set exist_file=.\edrive\private\10273582\cr1027_config1.txt
       
  2230 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2231 set exist_file=.\edrive\private\10273582\cr1027_config2.txt
       
  2232 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2233 set exist_file=.\edrive\private\10202dce\802730A2_0.sis
       
  2234 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2235 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  2236 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2237 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  2238 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2239 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2240 GOTO PASS_CLEAN
       
  2241 
       
  2242 
       
  2243 :INT010-012
       
  2244 if not exist \ddrive mkdir \ddrive > NUL
       
  2245 if not exist .\edrive mkdir .\edrive > NUL
       
  2246 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_nr.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_spnr_ru.sis +e +mcard -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2247 if not %errorlevel%==0 GOTO LAST
       
  2248 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2249 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2250 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2251 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2252 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2253 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2254 set exist_file=.\edrive\Documents\InstTest\upgrade4.txt
       
  2255 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2256 set exist_file=.\edrive\Documents\InstTest\upgrade5.txt
       
  2257 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2258 set exist_file=.\edrive\private\10202dce\811111FD_1.sis
       
  2259 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2260 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  2261 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2262 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2263 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2264 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000001.reg
       
  2265 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2266 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000001_0000.ctl
       
  2267 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2268 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2269 GOTO PASS_CLEAN
       
  2270 
       
  2271 
       
  2272 :INT010-013
       
  2273 if not exist \ddrive mkdir \ddrive > NUL
       
  2274 if not exist .\edrive mkdir .\edrive > NUL
       
  2275 mkdir .\romdrive\cr1027test > NUL
       
  2276 mkdir .\romdrive\private\10273582 > NUL
       
  2277 mkdir .\romdrive\sys\bin > NUL
       
  2278 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2279 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2280 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2281 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2282 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2283 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP2NR.sis +e +mcard -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2284 if not %errorlevel%==0 GOTO LAST
       
  2285 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  2286 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2287 set exist_file=.\edrive\cr1027test\cr1027_file2.txt
       
  2288 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2289 set exist_file=.\edrive\private\10202dce\802730A2_1.sis
       
  2290 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2291 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001.reg
       
  2292 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2293 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001_0000.ctl
       
  2294 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2295 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2296 GOTO PASS_CLEAN
       
  2297 
       
  2298 
       
  2299 :INT010-015
       
  2300 if not exist \ddrive mkdir \ddrive > NUL
       
  2301 if not exist .\edrive mkdir .\edrive > NUL
       
  2302 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\preq2114upgrade_saru.sis +e +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2303 if not %errorlevel%==0 GOTO LAST
       
  2304 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  2305 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2306 set exist_file=.\edrive\Documents\InstTest\upgrade2.txt
       
  2307 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2308 set exist_file=.\edrive\Documents\InstTest\upgrade3.txt
       
  2309 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2310 set exist_file=.\edrive\private\10202dce\811111FD_1.sis
       
  2311 if exist %exist_file% GOTO FAIL_FOUND
       
  2312 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  2313 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2314 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2315 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2316 set exist_file=.\edrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2317 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2318 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2319 GOTO PASS_CLEAN
       
  2320 
       
  2321 
       
  2322 :INT010-016
       
  2323 if not exist \ddrive mkdir \ddrive > NUL
       
  2324 if not exist .\edrive mkdir .\edrive > NUL
       
  2325 mkdir .\romdrive\cr1027test > NUL
       
  2326 mkdir .\romdrive\private\10273582 > NUL
       
  2327 mkdir .\romdrive\sys\bin > NUL
       
  2328 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2329 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2330 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2331 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2332 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2333 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradePU.sis +e -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2334 if not %errorlevel%==0 GOTO LAST
       
  2335 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  2336 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2337 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  2338 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2339 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  2340 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2341 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0001.ctl
       
  2342 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2343 set exist_file=.\edrive\private\10202dce\802730A2_0.sis
       
  2344 if exist %exist_file% GOTO FAIL_FOUND
       
  2345 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2346 GOTO PASS_CLEAN
       
  2347 
       
  2348 
       
  2349 :INT010-017
       
  2350 if not exist \ddrive mkdir \ddrive > NUL
       
  2351 if not exist .\edrive mkdir .\edrive > NUL
       
  2352 mkdir .\edrive\sys\bin > NUL
       
  2353 mkdir .\edrive\private\89334569 > NUL
       
  2354 call copy \epoc32\release\winscw\udeb\console_app_longrun_forpackage.exe .\edrive\sys\bin\preinstalled_console_app.exe > NUL
       
  2355 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\french.txt .\edrive\private\89334569\privatefile.txt > NUL
       
  2356 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testpreinstalledexes.sis +e -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2357 if not %errorlevel%==0 GOTO LAST
       
  2358 set exist_file=.\edrive\private\10202dce\81231236_0.sis
       
  2359 if exist %exist_file% GOTO FAIL_FOUND
       
  2360 set exist_file=.\cdrive\sys\install\sisregistry\81231236\00000000.reg
       
  2361 if exist %exist_file% GOTO FAIL_FOUND
       
  2362 set exist_file=.\cdrive\sys\install\sisregistry\81231236\00000000_0000.ctl
       
  2363 if exist %exist_file% GOTO FAIL_FOUND
       
  2364 set exist_file=.\cdrive\sys\hash\preinstalled_console_app.exe
       
  2365 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2366 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2367 GOTO PASS_CLEAN
       
  2368 
       
  2369 
       
  2370 :INT010-018
       
  2371 if not exist \ddrive mkdir \ddrive > NUL
       
  2372 if not exist .\edrive mkdir .\edrive > NUL
       
  2373 mkdir .\edrive\sys\bin > NUL
       
  2374 mkdir .\edrive\private\89334569 > NUL
       
  2375 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis +e +mcardalonenr -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2376 if not %errorlevel%==0 GOTO LAST
       
  2377 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  2378 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2379 set exist_file=.\edrive\Documents\InstTest\upgrade2.txt
       
  2380 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2381 set exist_file=.\edrive\Documents\InstTest\upgrade3.txt
       
  2382 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2383 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  2384 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2385 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  2386 if exist %exist_file% GOTO FAIL_FOUND
       
  2387 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2388 if exist %exist_file% GOTO FAIL_FOUND
       
  2389 call del .\edrive\private\10202dce\811111FD_0.sis > NUL
       
  2390 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  2391 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2392 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2393 GOTO PASS_CLEAN
       
  2394 
       
  2395 
       
  2396 :INT010-019
       
  2397 if not exist \ddrive mkdir \ddrive > NUL
       
  2398 if not exist .\edrive mkdir .\edrive > NUL
       
  2399 mkdir .\edrive\sys\bin > NUL
       
  2400 mkdir .\edrive\private\89334569 > NUL
       
  2401 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis +e +mcardnr -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2402 if not %errorlevel%==0 GOTO LAST
       
  2403 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  2404 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2405 set exist_file=.\edrive\Documents\InstTest\upgrade2.txt
       
  2406 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2407 set exist_file=.\edrive\Documents\InstTest\upgrade3.txt
       
  2408 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2409 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  2410 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2411 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  2412 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2413 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2414 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2415 call del .\edrive\private\10202dce\811111FD_0.sis > NUL
       
  2416 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  2417 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2418 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2419 GOTO PASS_CLEAN
       
  2420 
       
  2421 
       
  2422 :INT010-020
       
  2423 if not exist \ddrive mkdir \ddrive > NUL
       
  2424 if not exist .\edrive mkdir .\edrive > NUL
       
  2425 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +e +mcardalone +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2426 if not %errorlevel%==0 GOTO LAST
       
  2427 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  2428 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2429 set exist_file=.\edrive\Documents\InstTest\upgrade2.txt
       
  2430 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2431 set exist_file=.\edrive\Documents\InstTest\upgrade3.txt
       
  2432 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2433 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  2434 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2435 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  2436 if exist %exist_file% GOTO FAIL_FOUND
       
  2437 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2438 if exist %exist_file% GOTO FAIL_FOUND
       
  2439 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2440 GOTO PASS_CLEAN
       
  2441 
       
  2442 
       
  2443 :INT010-021
       
  2444 if not exist \ddrive mkdir \ddrive > NUL
       
  2445 if not exist .\edrive mkdir .\edrive > NUL
       
  2446 mkdir .\romdrive\cr1027test > NUL
       
  2447 mkdir .\romdrive\private\10273582 > NUL
       
  2448 mkdir .\romdrive\sys\bin > NUL
       
  2449 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2450 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2451 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2452 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2453 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2454 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis +e +mcard +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2455 if not %errorlevel%==0 GOTO LAST
       
  2456 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  2457 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2458 set exist_file=.\edrive\sys\bin\saromupgrade_library.dll
       
  2459 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2460 set exist_file=.\edrive\cr1027test\cr1027_file1.txt
       
  2461 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2462 set exist_file=.\edrive\private\10273582\cr1027_config1.txt
       
  2463 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2464 set exist_file=.\edrive\private\10273582\cr1027_config2.txt
       
  2465 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2466 set exist_file=.\edrive\private\10202dce\802730A2_0.sis
       
  2467 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2468 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  2469 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2470 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2471 GOTO PASS_CLEAN
       
  2472 
       
  2473 
       
  2474 :INT010-022
       
  2475 if not exist \ddrive mkdir \ddrive > NUL
       
  2476 if not exist .\edrive mkdir .\edrive > NUL
       
  2477 mkdir .\romdrive\cr1027test > NUL
       
  2478 mkdir .\romdrive\private\10273582 > NUL
       
  2479 mkdir .\romdrive\sys\bin > NUL
       
  2480 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\CR1027ROMUpgradeStubDiffPkg.sis .\romdrive\system\install\CR1027ROMUpgradeStubDiffPkg.sis > NUL
       
  2481 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\CR1027ROMUpgradeStub2.sis .\romdrive\system\install\CR1027ROMUpgradeStub2.sis > NUL
       
  2482 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2483 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2484 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2485 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSPRUNR.sis +e +mcardnr +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2486 if not %errorlevel%==0 GOTO LAST
       
  2487 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  2488 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2489 set exist_file=.\edrive\sys\bin\saromupgrade_library.dll
       
  2490 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2491 set exist_file=.\edrive\cr1027test\cr1027_file1.txt
       
  2492 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2493 set exist_file=.\edrive\private\10202dce\802730A2_1.sis
       
  2494 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2495 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2496 GOTO PASS_CLEAN
       
  2497 
       
  2498 
       
  2499 :INT010-023
       
  2500 if not exist \ddrive mkdir \ddrive > NUL
       
  2501 if not exist .\edrive mkdir .\edrive > NUL
       
  2502 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tinterpretsisinteg\data\ruromupgraderucertsa_diffdrive_h4_sucert.sis +e +mcard +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2503 if not %errorlevel%==0 GOTO LAST
       
  2504 set exist_file=.\edrive\private\10202dce\802730A9_0.sis
       
  2505 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2506 call fc .\edrive\private\10202dce\802730A9_0.sis \epoc32\winscw\c\tswi\tinterpretsisinteg\data\802730A9_0.sis | find "FC: no differences encountered" > NUL
       
  2507 if not %errorlevel%==0 GOTO LAST
       
  2508 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2509 GOTO PASS_CLEAN
       
  2510 
       
  2511 
       
  2512 :INT011-001
       
  2513 if not exist \ddrive mkdir \ddrive > NUL
       
  2514 if not exist .\edrive mkdir .\edrive > NUL
       
  2515 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_ru.sis +d +mcardalone -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2516 if not %errorlevel%==-7 GOTO LAST
       
  2517 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  2518 if exist %exist_file% GOTO FAIL_FOUND
       
  2519 set exist_file=.\edrive\Documents\InstTest\upgrade2.txt
       
  2520 if exist %exist_file% GOTO FAIL_FOUND
       
  2521 set exist_file=.\edrive\Documents\InstTest\upgrade3.txt
       
  2522 if exist %exist_file% GOTO FAIL_FOUND
       
  2523 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  2524 if exist %exist_file% GOTO FAIL_FOUND
       
  2525 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  2526 if exist %exist_file% GOTO FAIL_FOUND
       
  2527 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2528 if exist %exist_file% GOTO FAIL_FOUND
       
  2529 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2530 GOTO PASS_CLEAN
       
  2531 
       
  2532 
       
  2533 :INT011-003
       
  2534 if not exist \ddrive mkdir \ddrive > NUL
       
  2535 if not exist .\edrive mkdir .\edrive > NUL
       
  2536 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_partial2.sis +e +mcard -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2537 if not %errorlevel%==-2 GOTO LAST
       
  2538 set exist_file=.\edrive\Documents\InstTest\upgrade1.txt
       
  2539 if exist %exist_file% GOTO FAIL_FOUND
       
  2540 set exist_file=.\edrive\Documents\InstTest\upgrade4.txt
       
  2541 if exist %exist_file% GOTO FAIL_FOUND
       
  2542 set exist_file=.\edrive\private\10202dce\811111FD_0.sis
       
  2543 if exist %exist_file% GOTO FAIL_FOUND
       
  2544 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2545 GOTO PASS_CLEAN
       
  2546 
       
  2547 
       
  2548 :INT011-004
       
  2549 if not exist \ddrive mkdir \ddrive > NUL
       
  2550 if not exist .\edrive mkdir .\edrive > NUL
       
  2551 mkdir .\romdrive\cr1027test > NUL
       
  2552 mkdir .\romdrive\private\10273582 > NUL
       
  2553 mkdir .\romdrive\sys\bin > NUL
       
  2554 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2555 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2556 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2557 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2558 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2559 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis +e +mcard +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2560 if not %errorlevel%==0 GOTO LAST
       
  2561 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  2562 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2563 set exist_file=.\edrive\sys\bin\saromupgrade_library.dll
       
  2564 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2565 set exist_file=.\edrive\cr1027test\cr1027_file1.txt
       
  2566 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2567 set exist_file=.\edrive\private\10273582\cr1027_config1.txt
       
  2568 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2569 set exist_file=.\edrive\private\10273582\cr1027_config2.txt
       
  2570 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2571 set exist_file=.\edrive\private\10202dce\802730A2_0.sis
       
  2572 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2573 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  2574 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2575 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2576 GOTO PASS_CLEAN
       
  2577 
       
  2578 
       
  2579 :INT011-005
       
  2580 if not exist \ddrive mkdir \ddrive > NUL
       
  2581 if not exist .\edrive mkdir .\edrive > NUL
       
  2582 mkdir .\romdrive\cr1027test > NUL
       
  2583 mkdir .\romdrive\private\10273582 > NUL
       
  2584 mkdir .\romdrive\sys\bin > NUL
       
  2585 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2586 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2587 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2588 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2589 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2590 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradePURUNR.sis +e +mcardnr +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2591 if not %errorlevel%==-2 GOTO LAST
       
  2592 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  2593 if exist %exist_file% GOTO FAIL_FOUND
       
  2594 set exist_file=.\edrive\private\10202dce\802730A2_0.sis
       
  2595 if exist %exist_file% GOTO FAIL_FOUND
       
  2596 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2597 GOTO PASS_CLEAN
       
  2598 
       
  2599 
       
  2600 :INT011-006
       
  2601 if not exist \ddrive mkdir \ddrive > NUL
       
  2602 if not exist .\edrive mkdir .\edrive > NUL
       
  2603 mkdir .\romdrive\cr1027test > NUL
       
  2604 mkdir .\romdrive\private\10273582 > NUL
       
  2605 mkdir .\romdrive\sys\bin > NUL
       
  2606 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2607 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2608 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2609 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2610 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2611 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSPNR.sis +d +mcardalonenr +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2612 if not %errorlevel%==-7 GOTO LAST
       
  2613 set exist_file=\ddrive\cr1027test\cr1027_file2.txt
       
  2614 if exist %exist_file% GOTO FAIL_FOUND
       
  2615 set exist_file=\ddrive\private\10202dce\802730A2_1.sis
       
  2616 if exist %exist_file% GOTO FAIL_FOUND
       
  2617 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2618 GOTO PASS_CLEAN
       
  2619 
       
  2620 
       
  2621 :INT011-007
       
  2622 if not exist \ddrive mkdir \ddrive > NUL
       
  2623 if not exist .\edrive mkdir .\edrive > NUL
       
  2624 mkdir .\romdrive\cr1027test > NUL
       
  2625 mkdir .\romdrive\private\10273582 > NUL
       
  2626 mkdir .\romdrive\sys\bin > NUL
       
  2627 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\CR1027ROMUpgradeStubDiffPkg.sis .\romdrive\system\install\CR1027ROMUpgradeStubDiffPkg.sis > NUL
       
  2628 call copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\CR1027ROMUpgradeStub2.sis .\romdrive\system\install\CR1027ROMUpgradeStub2.sis > NUL
       
  2629 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2630 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2631 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2632 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSPRUNR.sis +e +mcardnr +sucert -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2633 if not %errorlevel%==0 GOTO LAST
       
  2634 set exist_file=.\edrive\sys\bin\saromupgrade_execute.exe
       
  2635 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2636 set exist_file=.\edrive\sys\bin\saromupgrade_library.dll
       
  2637 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2638 set exist_file=.\edrive\cr1027test\cr1027_file1.txt
       
  2639 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2640 set exist_file=.\edrive\private\10202dce\802730A2_1.sis
       
  2641 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2642 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2643 GOTO PASS_CLEAN
       
  2644 
       
  2645 
       
  2646 :INT011-008
       
  2647 mkdir .\romdrive\cr1027test > NUL
       
  2648 mkdir .\romdrive\private\10273582 > NUL
       
  2649 mkdir .\romdrive\sys\bin > NUL
       
  2650 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testpreinstalledexes.sis +e +mcardalone -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  2651 if not %errorlevel%==-7 GOTO LAST
       
  2652 set exist_file=.\edrive\private\10202DCE\81231236_0.sis
       
  2653 if exist %exist_file% GOTO FAIL_FOUND
       
  2654 set exist_file=.\cdrive\sys\install\sisregistry\81231236\00000000.reg
       
  2655 if exist %exist_file% GOTO FAIL_FOUND
       
  2656 set exist_file=.\cdrive\sys\install\sisregistry\81231236\00000000_0000.ctl
       
  2657 if exist %exist_file% GOTO FAIL_FOUND
       
  2658 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2659 GOTO PASS_CLEAN
       
  2660 
       
  2661 
       
  2662 :INT011-009
       
  2663 if not exist \ddrive mkdir \ddrive > NUL
       
  2664 if not exist .\edrive mkdir .\edrive > NUL
       
  2665 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_partial2.sis +d -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2666 if not %errorlevel%==-5 GOTO LAST
       
  2667 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2668 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2669 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2670 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2671 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2672 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2673 set exist_file=.\ddrive\Documents\InstTest\upgrade4.txt
       
  2674 if exist %exist_file% GOTO FAIL_FOUND
       
  2675 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  2676 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2677 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2678 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2679 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0001.ctl
       
  2680 if exist %exist_file% GOTO FAIL_FOUND
       
  2681 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2682 GOTO PASS_CLEAN
       
  2683 
       
  2684 
       
  2685 :INT011-010
       
  2686 if not exist \ddrive mkdir \ddrive > NUL
       
  2687 if not exist .\edrive mkdir .\edrive > NUL
       
  2688 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis +d -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives-invalid.ini > NUL
       
  2689 if not %errorlevel%==-13 GOTO LAST
       
  2690 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2691 if exist %exist_file% GOTO FAIL_FOUND
       
  2692 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2693 if exist %exist_file% GOTO FAIL_FOUND
       
  2694 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2695 if exist %exist_file% GOTO FAIL_FOUND
       
  2696 set exist_file=.\ddrive\Documents\InstTest\upgrade4.txt
       
  2697 if exist %exist_file% GOTO FAIL_FOUND
       
  2698 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  2699 if exist %exist_file% GOTO FAIL_FOUND
       
  2700 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2701 if exist %exist_file% GOTO FAIL_FOUND
       
  2702 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2703 GOTO PASS_CLEAN
       
  2704 
       
  2705 
       
  2706 :INT011-011
       
  2707 if not exist \ddrive mkdir \ddrive > NUL
       
  2708 if not exist .\edrive mkdir .\edrive > NUL
       
  2709 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis +d -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives-invalid2.ini > NUL
       
  2710 if not %errorlevel%==-13 GOTO LAST
       
  2711 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2712 if exist %exist_file% GOTO FAIL_FOUND
       
  2713 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2714 if exist %exist_file% GOTO FAIL_FOUND
       
  2715 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2716 if exist %exist_file% GOTO FAIL_FOUND
       
  2717 set exist_file=.\ddrive\Documents\InstTest\upgrade4.txt
       
  2718 if exist %exist_file% GOTO FAIL_FOUND
       
  2719 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  2720 if exist %exist_file% GOTO FAIL_FOUND
       
  2721 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2722 if exist %exist_file% GOTO FAIL_FOUND
       
  2723 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2724 GOTO PASS_CLEAN
       
  2725 
       
  2726 
       
  2727 :INT011-012
       
  2728 if not exist \ddrive mkdir \ddrive > NUL
       
  2729 if not exist .\edrive mkdir .\edrive > NUL
       
  2730 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis +x -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives.ini > NUL
       
  2731 if not %errorlevel%==-7 GOTO LAST
       
  2732 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2733 if exist %exist_file% GOTO FAIL_FOUND
       
  2734 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2735 if exist %exist_file% GOTO FAIL_FOUND
       
  2736 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2737 if exist %exist_file% GOTO FAIL_FOUND
       
  2738 set exist_file=.\ddrive\Documents\InstTest\upgrade4.txt
       
  2739 if exist %exist_file% GOTO FAIL_FOUND
       
  2740 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  2741 if exist %exist_file% GOTO FAIL_FOUND
       
  2742 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2743 if exist %exist_file% GOTO FAIL_FOUND
       
  2744 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2745 GOTO PASS_CLEAN
       
  2746 
       
  2747 
       
  2748 :INT011-013
       
  2749 if not exist \ddrive mkdir \ddrive > NUL
       
  2750 if not exist .\edrive mkdir .\edrive > NUL
       
  2751 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives-invalid3.ini > NUL
       
  2752 if not %errorlevel%==-13 GOTO LAST
       
  2753 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2754 if exist %exist_file% GOTO FAIL_FOUND
       
  2755 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2756 if exist %exist_file% GOTO FAIL_FOUND
       
  2757 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2758 if exist %exist_file% GOTO FAIL_FOUND
       
  2759 set exist_file=.\ddrive\Documents\InstTest\upgrade4.txt
       
  2760 if exist %exist_file% GOTO FAIL_FOUND
       
  2761 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  2762 if exist %exist_file% GOTO FAIL_FOUND
       
  2763 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2764 if exist %exist_file% GOTO FAIL_FOUND
       
  2765 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2766 GOTO PASS_CLEAN
       
  2767 
       
  2768 
       
  2769 :INT011-014
       
  2770 if not exist \ddrive mkdir \ddrive > NUL
       
  2771 if not exist .\edrive mkdir .\edrive > NUL
       
  2772 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives2.ini > NUL
       
  2773 if not %errorlevel%==0 GOTO LAST
       
  2774 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2775 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2776 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2777 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2778 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2779 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2780 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  2781 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2782 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2783 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2784 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2785 GOTO PASS_CLEAN
       
  2786 
       
  2787 
       
  2788 :INT011-015
       
  2789 if not exist \ddrive mkdir \ddrive > NUL
       
  2790 if not exist .\edrive mkdir .\edrive > NUL
       
  2791 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt -i \epoc32\winscw\c\tswi\tinterpretsisinteg\data\config-drives-invalid4.ini > NUL
       
  2792 if not %errorlevel%==-13 GOTO LAST
       
  2793 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2794 if exist %exist_file% GOTO FAIL_FOUND
       
  2795 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2796 if exist %exist_file% GOTO FAIL_FOUND
       
  2797 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2798 if exist %exist_file% GOTO FAIL_FOUND
       
  2799 set exist_file=.\ddrive\Documents\InstTest\upgrade4.txt
       
  2800 if exist %exist_file% GOTO FAIL_FOUND
       
  2801 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  2802 if exist %exist_file% GOTO FAIL_FOUND
       
  2803 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2804 if exist %exist_file% GOTO FAIL_FOUND
       
  2805 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2806 GOTO PASS_CLEAN
       
  2807 
       
  2808 
       
  2809 :INT012-001
       
  2810 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  2811 call interpretsis -z .\romdrive -c .\cdrive -x 0x811111FD -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  2812 if not %errorlevel%==0 GOTO LAST
       
  2813 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2814 if exist %exist_file% GOTO FAIL_FOUND
       
  2815 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2816 if exist %exist_file% GOTO FAIL_FOUND
       
  2817 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2818 if exist %exist_file% GOTO FAIL_FOUND
       
  2819 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  2820 if exist %exist_file% GOTO FAIL_FOUND
       
  2821 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2822 if exist %exist_file% GOTO FAIL_FOUND
       
  2823 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2824 GOTO PASS_CLEAN
       
  2825 
       
  2826 
       
  2827 :INT012-002
       
  2828 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_partial.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  2829 call interpretsis -z .\romdrive -c .\cdrive -x 0x811111FD -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  2830 if not %errorlevel%==0 GOTO LAST
       
  2831 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2832 if exist %exist_file% GOTO FAIL_FOUND
       
  2833 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2834 if exist %exist_file% GOTO FAIL_FOUND
       
  2835 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2836 if exist %exist_file% GOTO FAIL_FOUND
       
  2837 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
  2838 if exist %exist_file% GOTO FAIL_FOUND
       
  2839 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  2840 if exist %exist_file% GOTO FAIL_FOUND
       
  2841 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2842 if exist %exist_file% GOTO FAIL_FOUND
       
  2843 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0001.ctl
       
  2844 if exist %exist_file% GOTO FAIL_FOUND
       
  2845 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2846 GOTO PASS_CLEAN
       
  2847 
       
  2848 
       
  2849 :INT012-003
       
  2850 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_sp.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  2851 call interpretsis -z .\romdrive -c .\cdrive -x 0x811111FD -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  2852 if not %errorlevel%==0 GOTO LAST
       
  2853 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2854 if exist %exist_file% GOTO FAIL_FOUND
       
  2855 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2856 if exist %exist_file% GOTO FAIL_FOUND
       
  2857 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2858 if exist %exist_file% GOTO FAIL_FOUND
       
  2859 set exist_file=.\cdrive\Documents\InstTest\upgrade4.txt
       
  2860 if exist %exist_file% GOTO FAIL_FOUND
       
  2861 set exist_file=.\cdrive\Documents\InstTest\upgrade5.txt
       
  2862 if exist %exist_file% GOTO FAIL_FOUND
       
  2863 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  2864 if exist %exist_file% GOTO FAIL_FOUND
       
  2865 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2866 if exist %exist_file% GOTO FAIL_FOUND
       
  2867 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000001.reg
       
  2868 if exist %exist_file% GOTO FAIL_FOUND
       
  2869 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000001_0000.ctl
       
  2870 if exist %exist_file% GOTO FAIL_FOUND
       
  2871 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2872 GOTO PASS_CLEAN
       
  2873 
       
  2874 
       
  2875 :INT012-004
       
  2876 mkdir .\romdrive\cr1027test > NUL
       
  2877 mkdir .\romdrive\private\10273582 > NUL
       
  2878 mkdir .\romdrive\sys\bin > NUL
       
  2879 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2880 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2881 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2882 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2883 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2884 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSA.sis -w info -l /epoc32/winscw/c/interpretsis_test_harness.txt
       
  2885 call interpretsis -z .\romdrive -c .\cdrive -x 0x802730A2 -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  2886 if not %errorlevel%==0 GOTO LAST
       
  2887 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  2888 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2889 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  2890 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2891 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  2892 if exist %exist_file% GOTO FAIL_FOUND
       
  2893 set exist_file=.\cdrive\sys\bin\saromupgrade_library.dll
       
  2894 if exist %exist_file% GOTO FAIL_FOUND
       
  2895 set exist_file=.\cdrive\cr1027test\cr1027_file1.txt
       
  2896 if exist %exist_file% GOTO FAIL_FOUND
       
  2897 set exist_file=.\cdrive\private\10273582\cr1027_config1.txt
       
  2898 if exist %exist_file% GOTO FAIL_FOUND
       
  2899 set exist_file=.\cdrive\private\10273582\cr1027_config2.txt
       
  2900 if exist %exist_file% GOTO FAIL_FOUND
       
  2901 set exist_file=.\romdrive\sys\bin\saromupgrade_execute.exe
       
  2902 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2903 set exist_file=.\romdrive\sys\bin\saromupgrade_library.dll
       
  2904 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2905 set exist_file=.\romdrive\cr1027test\cr1027_file1.txt
       
  2906 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2907 set exist_file=.\romdrive\private\10273582\cr1027_config1.txt
       
  2908 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2909 GOTO PASS_CLEAN
       
  2910 
       
  2911 
       
  2912 :INT012-005
       
  2913 mkdir .\romdrive\cr1027test > NUL
       
  2914 mkdir .\romdrive\private\10273582 > NUL
       
  2915 mkdir .\romdrive\sys\bin > NUL
       
  2916 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2917 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2918 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2919 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2920 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2921 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradeSP.sis -w info -l /epoc32/winscw/c/interpretsis_test_harness.txt
       
  2922 call interpretsis -z .\romdrive -c .\cdrive -x 0x802730A2 -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  2923 if not %errorlevel%==0 GOTO LAST
       
  2924 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  2925 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2926 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  2927 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2928 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001.reg
       
  2929 if exist %exist_file% GOTO FAIL_FOUND
       
  2930 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000001_0000.ctl
       
  2931 if exist %exist_file% GOTO FAIL_FOUND
       
  2932 set exist_file=.\cdrive\cr1027test\cr1027_file2.txt
       
  2933 if exist %exist_file% GOTO FAIL_FOUND
       
  2934 GOTO PASS_CLEAN
       
  2935 
       
  2936 
       
  2937 :INT012-006
       
  2938 mkdir .\romdrive\cr1027test > NUL
       
  2939 mkdir .\romdrive\private\10273582 > NUL
       
  2940 mkdir .\romdrive\sys\bin > NUL
       
  2941 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2942 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2943 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2944 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2945 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2946 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\CR1027ROMUpgradePU.sis -w info -l /epoc32/winscw/c/interpretsis_test_harness.txt
       
  2947 call interpretsis -z .\romdrive -c .\cdrive -x 0x802730A2 -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  2948 if not %errorlevel%==0 GOTO LAST
       
  2949 set exist_file=.\cdrive\sys\bin\saromupgrade_execute.exe
       
  2950 if exist %exist_file% GOTO FAIL_FOUND
       
  2951 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000.reg
       
  2952 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2953 set exist_file=.\cdrive\sys\install\sisregistry\802730A2\00000000_0000.ctl
       
  2954 if not exist %exist_file% GOTO FAIL_NOT_FOUND
       
  2955 GOTO PASS_CLEAN
       
  2956 
       
  2957 
       
  2958 :INT012-007
       
  2959 call interpretsis -z .\romdrive -c .\cdrive -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  2960 call interpretsis -z .\romdrive -c .\cdrive -x 2165379581 -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  2961 if not %errorlevel%==0 GOTO LAST
       
  2962 set exist_file=.\cdrive\Documents\InstTest\upgrade1.txt
       
  2963 if exist %exist_file% GOTO FAIL_FOUND
       
  2964 set exist_file=.\cdrive\Documents\InstTest\upgrade2.txt
       
  2965 if exist %exist_file% GOTO FAIL_FOUND
       
  2966 set exist_file=.\cdrive\Documents\InstTest\upgrade3.txt
       
  2967 if exist %exist_file% GOTO FAIL_FOUND
       
  2968 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000.reg
       
  2969 if exist %exist_file% GOTO FAIL_FOUND
       
  2970 set exist_file=.\cdrive\sys\install\sisregistry\811111FD\00000000_0000.ctl
       
  2971 if exist %exist_file% GOTO FAIL_FOUND
       
  2972 ECHO ***ERRORCODE*** %errorlevel% PASS>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  2973 GOTO PASS_CLEAN
       
  2974 
       
  2975 
       
  2976 :INT013-001
       
  2977 call interpretsis -z .\romdrive -c .\cdrive -x 0x8000001 -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  2978 if not %errorlevel%==-22 GOTO LAST
       
  2979 GOTO PASS_CLEAN
       
  2980 
       
  2981 
       
  2982 :INT013-002
       
  2983 mkdir .\romdrive\cr1027test > NUL
       
  2984 mkdir .\romdrive\private\10273582 > NUL
       
  2985 mkdir .\romdrive\sys\bin > NUL
       
  2986 call copy \epoc32\winscw\c\tswi\teclipsing\data\CR1027ROMUpgradeStub.sis .\romdrive\system\install\CR1027ROMUpgradeStub.sis > NUL
       
  2987 call copy \epoc32\release\winscw\udeb\eclipsetest1.dll .\romdrive\sys\bin\saromupgrade_library.dll > NUL
       
  2988 call copy \epoc32\release\winscw\udeb\tsaromupgradeexe.exe .\romdrive\sys\bin\saromupgrade_execute.exe > NUL
       
  2989 call copy \epoc32\winscw\c\tswi\teclipsing\data\file1.txt .\romdrive\private\10273582\cr1027_config1.txt > NUL
       
  2990 call copy \epoc32\winscw\c\tswi\teclipsing\data\file2.txt .\romdrive\cr1027test\cr1027_file1.txt > NUL
       
  2991 call interpretsis -z .\romdrive -c .\cdrive -x 0x802730A2 -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  2992 if not %errorlevel%==-17 GOTO LAST
       
  2993 GOTO PASS_CLEAN
       
  2994 
       
  2995 
       
  2996 :INT013-003
       
  2997 call interpretsis -z .\romdrive -c .\cdrive -x 0x8000001 -s \epoc32\winscw\c\tswi\tsis\data\testupgrade_base_nr.sis -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  2998 if not %errorlevel%==-7 GOTO LAST
       
  2999 GOTO PASS_CLEAN
       
  3000 
       
  3001 
       
  3002 :INT014-001
       
  3003 call makesis \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatainc124436\inc124436.pkg \epoc32\winscw\c\tswi\tinterpretsisinteg\sisfiles\inc124436.sis > NUL
       
  3004 call interpretsis -z .\romdrive -c .\cdrive  -s /epoc32/winscw/c/tswi/tinterpretsisinteg/sisfiles/inc124436.sis -w info -l /epoc32/winscw/c/interpretsis_test_harness.txt
       
  3005 call interpretsis -z .\romdrive -c .\cdrive -x 0x81111105 -w info -l \epoc32\winscw\c\interpretsis_test_harness.txt > NUL
       
  3006 if not %errorlevel%==0 GOTO LAST
       
  3007 GOTO PASS_CLEAN
       
  3008 
       
  3009 
       
  3010 :PASS_CLEAN
       
  3011 rmdir /S /Q .\cdrive > NUL
       
  3012 rmdir /S /Q .\romdrive > NUL
       
  3013 if exist \ddrive rmdir /S /Q \ddrive > NUL
       
  3014 if exist .\edrive rmdir /S /Q .\edrive > NUL
       
  3015 GOTO PASS
       
  3016 
       
  3017 
       
  3018 :PASS
       
  3019 set exist_file=
       
  3020 ECHO Passed
       
  3021 GOTO END
       
  3022 
       
  3023 
       
  3024 :LAST
       
  3025 ECHO ***ERRORCODE*** %errorlevel% FAIL>>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  3026 GOTO FAIL
       
  3027 
       
  3028 :FAIL_NOT_FOUND
       
  3029 ECHO File %exist_file% SHOULD exist but NOT FOUND >>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  3030 GOTO FAIL
       
  3031 
       
  3032 
       
  3033 :FAIL_FOUND
       
  3034 ECHO File %exist_file% should NOT exist but FOUND >>\epoc32\winscw\c\interpretsis_test_harness.txt
       
  3035 GOTO FAIL
       
  3036 
       
  3037 
       
  3038 :FAIL
       
  3039 rmdir /S /Q .\cdrive > NUL
       
  3040 rmdir /S /Q .\romdrive > NUL
       
  3041 if exist \ddrive rmdir /S /Q \ddrive > NUL
       
  3042 if exist .\edrive rmdir /S /Q .\edrive > NUL
       
  3043 set exist_file=
       
  3044 ECHO FAILED
       
  3045 GOTO END
       
  3046 
       
  3047 
       
  3048 :END
       
  3049