core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/trk_appTrk_pkgsis_cs.xml
author timkelly
Fri, 27 Mar 2009 10:47:09 -0500
changeset 17 71c0485f97c2
parent 2 d760517a8095
permissions -rw-r--r--
new image for CDK
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
cawthron
parents:
diff changeset
     3
<cheatsheet title="Creating Package and Installation Files">
cawthron
parents:
diff changeset
     4
	<intro>
cawthron
parents:
diff changeset
     5
		<description>
cawthron
parents:
diff changeset
     6
		Read the following information to create project package (.pkg) and application installation (.sis) files.
cawthron
parents:
diff changeset
     7
		</description> 
cawthron
parents:
diff changeset
     8
	</intro> 
cawthron
parents:
diff changeset
     9
	
cawthron
parents:
diff changeset
    10
	<item title="Creating a project package (.pkg) file using Carbide symbols" href="/com.nokia.carbide.cpp.doc.user/html/tasks/projects/working_with_sis_pkg_files.htm" >
cawthron
parents:
diff changeset
    11
		<description>
cawthron
parents:
diff changeset
    12
		Create a .pkg file that contains all files to be downloaded to the device.
cawthron
parents:
diff changeset
    13
		</description>
cawthron
parents:
diff changeset
    14
	</item>
cawthron
parents:
diff changeset
    15
cawthron
parents:
diff changeset
    16
	<item title="Creating a .sis installation file for the target device" href="/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_creating_sis_file.htm" >
cawthron
parents:
diff changeset
    17
		<description>
cawthron
parents:
diff changeset
    18
		Create an installation file for your application that will be uploaded and installed on target device.
cawthron
parents:
diff changeset
    19
		</description>
cawthron
parents:
diff changeset
    20
	</item>
cawthron
parents:
diff changeset
    21
cawthron
parents:
diff changeset
    22
</cheatsheet>