secureswitools/swisistools/test/tsignsis/signembededunicodesis.vbs
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:22:02 +0100
branchRCL_3
changeset 66 8b7f4e561641
parent 0 ba25891c3a9e
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

Dim WshShell, oExec
Dim fso
 
Set WshShell = CreateObject("WScript.Shell")
Set oExec = WshShell.Exec("SignSIS  -s embededunicodesisfile.SIS  embededunicodesisfile.SIS  default.cer default.key pass")

Do While oExec.Status = 0
     WScript.Sleep 100
Loop