sis/ftu_sisx.bat
author hgs
Wed, 13 Oct 2010 21:32:12 +0530
changeset 18 cfa055699812
parent 0 c464cd7e2753
permissions -rw-r--r--
201035

@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
)