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

<?xml version="1.0" encoding="UTF-8"?>

<cheatsheet title="Creating Package and Installation Files">
	<intro>
		<description>
		Read the following information to create project package (.pkg) and application installation (.sis) files.
		</description> 
	</intro> 
	
	<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" >
		<description>
		Create a .pkg file that contains all files to be downloaded to the device.
		</description>
	</item>

	<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" >
		<description>
		Create an installation file for your application that will be uploaded and installed on target device.
		</description>
	</item>

</cheatsheet>