sis/ftu_sisx.bat
author hgs
Mon, 28 Jun 2010 16:48:37 +0530
changeset 10 0765988f65a1
parent 0 c464cd7e2753
permissions -rw-r--r--
201025_01

@rem
@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
@rem All rights reserved.
@rem This component and the accompanying materials are made available
@rem under the terms of "Eclipse Public License v1.0"
@rem which accompanies this distribution, and is available
@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
@rem
@rem Initial Contributors:
@rem Nokia Corporation - initial contribution.
@rem
@rem Contributors:
@rem
@rem Description: 
@rem

if exist ftu.sisx del ftu.sisx

makesis ftu.pkg
signsis ftu.sis ftu.sisx rd.cer rd-key.pem

if exist ftu.sisx (
echo  ftu.sisx creation SUCCEEDED
del ftu.sis
)

if not exist ftu.sisx (
echo  ftu.sisx creation FAILED
)