secureswitools/swisistools/test/tsignsis/signembededunicodesis.vbs
author Santosh V Patil <santosh.v.patil@nokia.com>
Fri, 19 Feb 2010 14:53:53 +0530
branchADM
changeset 13 8ed1157e9487
parent 0 ba25891c3a9e
permissions -rw-r--r--
Adding branch for contribution of boostrap component of Smart Installer

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