HI ,
I've developed an application for PPC. It's working fine .
Now i want to create a setup project. But i don't have any idea abt that.
my application utilizes XML lookup tables.Can i add it into setup
how to add icon
Kindly suggest me to acheive this!.
If u know links related to it kindly post it!.
Thank You!

how to generate Setup and deployment project for PPC
Xiaowei Jiang
Hi,
Look at this.
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/netcfdeployment.asp
Regards,
Senthil.
Scott Forbes
Hi,
I've sucessfully installed the application from desktop.
Two more things i want to know
1) Actually I've added icon in the setup project by selecting Addremoveicon property. But it has not been displayed on PPC.
2)i want to have installation package on PPC storage card. is it possible to have .msi in storage card (hope cannot. it's for desktop deployment).
then how to install from Storage card
Thank You!
ManoranjanPatel
Hi,
Right click your project and click Build cab file.Copy your PPC processor based CAB file to storage card.(Commonly ARM) from cab folder.Check icon of your application.exe in desktop.Is it look like default icon or it looks like the icon that you selected.
Regards,
Senthil.
TimothyMS
Hi,
Since ur PPC have Intel Xscale Processor use ARM cab File.
X86 CAB file is for emulator.So use MyApps_PPC.ARM.CAB
sqlce.ppc3.arm.cab is a cab file for Sql Server CE.Are you using Sql CE database for your application
Regards,
Senthil.
mrsamer
Hi Senthil,
Luckily i got that website when i searched in google. Useful link.
http://www.codeproject.com/netcf/PackagingAndDeployingPPC.asp - good article
I'm deploying VB.NET Project. So i've used two solutions and added "Pre_build " Project. (I downloaded sample from the same site).
Now my pbm is getting an error when i build the solution.
Error staes that "Error Spawing ' ' " in Pre_build Project.
I don't understand how to handle this pbm
As well as Build order must be
PreBuild
CustomInstaller
Setup.
But mine is in reverse order. how to change the Build order.
Any ideas
Thank You!
Ritchie Hughes
hi,
Can anyone tell me the cab file for Dell Axim and HP ipaq .(arm or x86)
where can i get sqlce.ppc3.arm.cab file
if i want to deploy the application from storage card what are the steps need to be followed
Senthil, i'm having an additional cab file MyApps_PPC.WCE420X86.CAB.
is it the app. cab file (or ) MyApps_PPC.ARM.CAB,so on
Thank U!
Marius.Cotor
Hi,
The icon should be added in your application.exe.That is go to properties of your Project--->Common Properties--->Build.Change the application icon.Build the cab file again and prepare setup file.
In order to install from storage card just copy the application CAB file to storage card
and click it.Wceload.exe automatically installs it.
Regards,
Senthil.
jay2006
Hi Senthil,
I'm happy to inform u that i successfully load the pgm by using storege card(Already i deploy SQLCE and Compact framework by running the mobile pgm from desktop and set PPC as a target device)
yes.I'm using sqlce DB.
I found it! Path of those cab files,
C:\Program Files\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows CE\wce300\arm
Thanks a lot !
Sheila1983
hi,
Thanks for ur reply.
I've gone thro' the article. It's for framework 2.0.
I'm using framework 1.1(VS 2003).
These steps are applicable to VS 2003
Sorry for not mentioned before.
Thank U!
kkkwj
Hi,
Ya. i got the icon.
My PPC is DELL AXIM X3
In the System Spec: I've seen processor type is Intel XScale.
When i deploy the project ,it's asking for sqlce.ppc3.arm.cab.
Where can i get it from.
I just followed the steps given in that article. Is there any other way of doing deployment (without creating .msi)
Can i copy and paste cab file on PPC
Sorry for asking stupid questions. but i want to know it.
Thank U!
Corine
Check out this link article on MSDN
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetcomp/html/deploy_cf2_apps_cab_msi.asp
Daniel D.C.
Hi,
As u said, i added icon. still not displayed.
What do u meant by building CAB file . I rebuild the application and setup installer.
Is it wrong .
Application CAB means is it ApplicationnameX86.cab (as well the processor is X86)
Thank U!