1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 8<title>makeinstaller</title> 9</head> 10 11<body> 12 13<H1>makeinstaller<br>makeinstallerCK</H1> 14 15<H2>Location</H2> 16<p><code>$REVOLUTION_SDK_ROOT/X86/bin/</code></p> 17 18<H2>Description</H2> 19<p> 20<code>makeinstaller</code> creates the installer DLF file with the name <CODE>installer.dlf</CODE> for applications with the <CODE>jp</CODE>, <CODE>us</CODE>, and <CODE>eu</CODE> country codes. 21</p> 22<p> 23<code>makeinstallerCK</code> creates the installer DLF file with the name <CODE>installerCK.dlf</CODE> for applications with the <CODE>cn</CODE> and <CODE>kr</CODE> country codes. 24</p> 25<p><B>Note: The DLF file contains firmware information for use by the application. The systems for Japan, the US, and Europe use different firmware than the systems for China and South Korea, so they cannot use the same installer DLF.</p> 26 27<H2>How to Use</H2> 28<p> 29<code>% makeinstaller -d <installer DvdRoot></code><br> <code>% makeinstallerCK -d <installer DvdRoot></code> 30</p> 31 32<H2>Options</H2> 33<H3>-d <installer DvdRoot></H3> 34<p> 35The <CODE>DvdRoot</CODE> that the installer uses. 36</p> 37 38<H2>See Also</H2> 39 40<H2>Revision History</H2> 41<p> 422008/06/11 Added <CODE>makeinstallerCK</CODE>.<br>2007/04/20 Initial version. 43</p> 44 45<hr><p>CONFIDENTIAL</p></body> 46</HTML> 47