core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_installation.htm
author dan.podwall@nokia.com
Mon, 06 Apr 2009 14:56:28 -0500
changeset 56 887bd61e1328
parent 2 d760517a8095
child 1225 a546534a48de
permissions -rw-r--r--
merge from RCL_2_0 to default
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
cawthron
parents:
diff changeset
     2
<html>
cawthron
parents:
diff changeset
     3
<head>
cawthron
parents:
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
cawthron
parents:
diff changeset
     5
<meta http-equiv="Content-Style-Type" content="text/css" />
cawthron
parents:
diff changeset
     6
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
cawthron
parents:
diff changeset
     7
<title>Installation page</title>
cawthron
parents:
diff changeset
     8
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
cawthron
parents:
diff changeset
     9
</head>
cawthron
parents:
diff changeset
    10
<body bgcolor="#FFFFFF">
cawthron
parents:
diff changeset
    11
<h2>Installation page</h2>
cawthron
parents:
diff changeset
    12
<p>The  <b>Installation</b> page specifies the .sis file to install on the target device when using <a href="run_mode.htm">Application TRK</a>. This is required when using the TRK debug agent with 9.x based SDK&rsquo;s.</p>
cawthron
parents:
diff changeset
    13
<p align="center"><img src="images/page_installation.png" width="686" height="284" /></p>
cawthron
parents:
diff changeset
    14
<p class="figure">Figure 1. Installation page</p>
cawthron
parents:
diff changeset
    15
<h5>Table 1. Installation page &mdash;items </h5>
cawthron
parents:
diff changeset
    16
<table width="94%"  border="0" cellpadding="2" cellspacing="0">
cawthron
parents:
diff changeset
    17
  <tr>
cawthron
parents:
diff changeset
    18
    <th width="38%" scope="col">Item</th>
cawthron
parents:
diff changeset
    19
    <th width="62%" scope="col">Explanation</th>
cawthron
parents:
diff changeset
    20
  </tr>
cawthron
parents:
diff changeset
    21
  <tr>
cawthron
parents:
diff changeset
    22
    <td><p><b>Installation file </b></p>
cawthron
parents:
diff changeset
    23
    <p>&nbsp;</p></td>
cawthron
parents:
diff changeset
    24
    <td><p>Enter the complete path to the .sis or .pkg file to install on the target device or  click Browse to use the standard file selection dialog.</p>    </td>
cawthron
parents:
diff changeset
    25
  </tr>
cawthron
parents:
diff changeset
    26
  <tr>
cawthron
parents:
diff changeset
    27
    <td><b>Download directory </b></td>
cawthron
parents:
diff changeset
    28
    <td>The directory on the target device to download the file into before installing it. The default directory value is <span class="code">C:\data\</span>. </td>
cawthron
parents:
diff changeset
    29
  </tr>
cawthron
parents:
diff changeset
    30
  <tr>
cawthron
parents:
diff changeset
    31
    <td><b>Install each launch even if installer file has not changed </b></td>
cawthron
parents:
diff changeset
    32
    <td>Enable this option to force an update of the installed file even if no changes have been detected. This ensures a clean program install for each debug session. </td>
cawthron
parents:
diff changeset
    33
  </tr>
cawthron
parents:
diff changeset
    34
  <tr>
cawthron
parents:
diff changeset
    35
    <td><b>Do not show installer UI on the phone </b></td>
cawthron
parents:
diff changeset
    36
    <td>Use this option to specify if the installer UI on the target device is shown when installing the file. Disabling this option may require interaction with the installer UI on the target device, slowing down the install process. The default setting is <span class="code">on</span>. </td>
cawthron
parents:
diff changeset
    37
  </tr>
cawthron
parents:
diff changeset
    38
  <tr>
cawthron
parents:
diff changeset
    39
    <td><b>Install to drive </b></td>
cawthron
parents:
diff changeset
    40
    <td>A list of common drives where files may be installed to. The default drive setting is <span class="code">C</span>. </td>
cawthron
parents:
diff changeset
    41
  </tr>
cawthron
parents:
diff changeset
    42
  <tr>
cawthron
parents:
diff changeset
    43
    <td><b>Partial upgrade sis/sisx path</b></td>
cawthron
parents:
diff changeset
    44
    <td>Shows the path to the partial upgrade SIS file once it has been created.</td>
cawthron
parents:
diff changeset
    45
  </tr>
cawthron
parents:
diff changeset
    46
  <tr>
cawthron
parents:
diff changeset
    47
    <td><b>Open SIS Builder settings...</b></td>
cawthron
parents:
diff changeset
    48
    <td>Click to open the <a href="../../reference/build_properties/wnd_sis_properties.htm">SIS Builder</a> page of the Carbide Build Configurations properties panel where you can enable the partial upgrade feature for subsequent builds.</td>
cawthron
parents:
diff changeset
    49
  </tr>
cawthron
parents:
diff changeset
    50
</table>
cawthron
parents:
diff changeset
    51
cawthron
parents:
diff changeset
    52
<h4>Other references</h4>
cawthron
parents:
diff changeset
    53
<ul>
cawthron
parents:
diff changeset
    54
  <li><a href="launch_configs_overview.htm">Launch Configuration Overview</a></li>
cawthron
parents:
diff changeset
    55
</ul>
cawthron
parents:
diff changeset
    56
<div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
cawthron
parents:
diff changeset
    57
<p>&nbsp;</p>
cawthron
parents:
diff changeset
    58
</body>
cawthron
parents:
diff changeset
    59
</html>