473,387 Members | 1,925 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Problem faced - While creating setup file for Pocket PC applicatio

:I Created a Pocket PC application for iPAQ 5450. Every thing went fine even
installer creation. I could run the setup and install it into the actual
device and worked fine. The application enables syncronization with remote
database using merge replication.

I found contradictory results while installing the application. I will
mention here all the steps that I done while creating and installing setups.

Result: Case 1: worked fine. Case 2: show problem.

Case 1:
---------

Developing and installation site Details
-------------------------------------------
Operating System

1. Windows 2000 server
2. Windows XP with SP2

Development Environment

1. Microsoft .NET 2003
2. Framework 1.1 with SP1

Backend

1. SQL Server 2000 Standard Edition
2. SQL CE 2.0

Communication Tool with Pocket PC

1. Microsoft Active Sync 3.8

Steps followed to create the Setup file

1. Created cab file for my application.
2. Included the cab file names in the INI file to install the cab file
corresponding to the Pocket PC processor.
3. Created another INI file to include the names of the .NET Compact
Framework cab(netcf.core.ppc3.x86.cab,
netcf.core.ppc3.x86.cab,
netcf.core.ppc3.x86.cab, netcf.core.ppc3.x86.cab) files to
install .net
compact framework corresponding to the Pocket PC processor.
4. Created another INI file to include the names of the SQL CE cab
(sqlce.ppc3.mips.cab, sqlce.ppc3.sh3.cab, sqlce.ppc3.x86.cab,
sqlce.ppc3.ARM.cab) files to install sql ce corresponding to
the Pocket
PC processor.
5. Created an Installer project to run CEAPPMGR while installing and
uninstalling.
6. Created dll file from the Installer project.
7. Included new setup project to the solution.
8. Added Installer dll to the setup project.
9. Referred that dll in the install and uninstall process of custom action.
10. Added three INI files to our setup application to install .NET Compact
Framework, SQL CE and my application.
11. Included all cab files to the setup project, which includes .NET Compact
Framework, SQL CE and my application.
12. Build the Setup file.

By doing so, setup installed everything (.NET Compact Framework, SQL CE and
my application). I have tested this many times in my Pocket PC. Every time it
installed successfully.
Case 2.
---------

Developing and installation site Details
-------------------------------------------
Operating System

1. Windows 2003 server
2. Windows XP with SP2

Development Environment

1. Microsoft .NET 2003
2. Framework 1.1 with SP1

Backend

1. SQL Server 2000 Enterprise Edition
2. SQL CE 2.0

Communication Tool with Pocket PC

1. Microsoft Active Sync 3.8

Steps followed to create the Setup file

I have followed all the steps in the Case 1

But in this case I failed to install the application to the Pocket PC along
with Sql CE Cab and netcf cab. In 2003 server it is showing CEAPPMGR.EXE
Application error. In Windows XP it is showing “Send error report”. Error
produced in windows XP is in fact a contradictory one from CASE 1.

But I tried with separate installation for each cab file. At that time it is
working fine. But while installing along with any one of supporting cab files
it shows error message. I tried this in different machines, but same error is
throwing. I tried again in Windows 2000 server; it again failed to install
the application so this again is contradictory result from Case 1.

I have sent the error report to Microsoft using “Send error report” option.
I have searched a lot in the internet for a solution.

What could be wrong that I am doing.?
Nov 22 '05 #1
1 3532

I am in urgent need of solution to my problem....

santhosh

"santhosh_176" wrote:
:I Created a Pocket PC application for iPAQ 5450. Every thing went fine even
installer creation. I could run the setup and install it into the actual
device and worked fine. The application enables syncronization with remote
database using merge replication.

I found contradictory results while installing the application. I will
mention here all the steps that I done while creating and installing setups.

Result: Case 1: worked fine. Case 2: show problem.

Case 1:
---------

Developing and installation site Details
-------------------------------------------
Operating System

1. Windows 2000 server
2. Windows XP with SP2

Development Environment

1. Microsoft .NET 2003
2. Framework 1.1 with SP1

Backend

1. SQL Server 2000 Standard Edition
2. SQL CE 2.0

Communication Tool with Pocket PC

1. Microsoft Active Sync 3.8

Steps followed to create the Setup file

1. Created cab file for my application.
2. Included the cab file names in the INI file to install the cab file
corresponding to the Pocket PC processor.
3. Created another INI file to include the names of the .NET Compact
Framework cab(netcf.core.ppc3.x86.cab,
netcf.core.ppc3.x86.cab,
netcf.core.ppc3.x86.cab, netcf.core.ppc3.x86.cab) files to
install .net
compact framework corresponding to the Pocket PC processor.
4. Created another INI file to include the names of the SQL CE cab
(sqlce.ppc3.mips.cab, sqlce.ppc3.sh3.cab, sqlce.ppc3.x86.cab,
sqlce.ppc3.ARM.cab) files to install sql ce corresponding to
the Pocket
PC processor.
5. Created an Installer project to run CEAPPMGR while installing and
uninstalling.
6. Created dll file from the Installer project.
7. Included new setup project to the solution.
8. Added Installer dll to the setup project.
9. Referred that dll in the install and uninstall process of custom action.
10. Added three INI files to our setup application to install .NET Compact
Framework, SQL CE and my application.
11. Included all cab files to the setup project, which includes .NET Compact
Framework, SQL CE and my application.
12. Build the Setup file.

By doing so, setup installed everything (.NET Compact Framework, SQL CE and
my application). I have tested this many times in my Pocket PC. Every time it
installed successfully.
Case 2.
---------

Developing and installation site Details
-------------------------------------------
Operating System

1. Windows 2003 server
2. Windows XP with SP2

Development Environment

1. Microsoft .NET 2003
2. Framework 1.1 with SP1

Backend

1. SQL Server 2000 Enterprise Edition
2. SQL CE 2.0

Communication Tool with Pocket PC

1. Microsoft Active Sync 3.8

Steps followed to create the Setup file

I have followed all the steps in the Case 1

But in this case I failed to install the application to the Pocket PC along
with Sql CE Cab and netcf cab. In 2003 server it is showing CEAPPMGR.EXE
Application error. In Windows XP it is showing “Send error report”. Error
produced in windows XP is in fact a contradictory one from CASE 1.

But I tried with separate installation for each cab file. At that time it is
working fine. But while installing along with any one of supporting cab files
it shows error message. I tried this in different machines, but same error is
throwing. I tried again in Windows 2000 server; it again failed to install
the application so this again is contradictory result from Case 1.

I have sent the error report to Microsoft using “Send error report” option.
I have searched a lot in the internet for a solution.

What could be wrong that I am doing.?

Nov 22 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: RJS | last post by:
Hi all, I can't get a py2exe compiled app to run with numarray (numarray-0.5.win32- py2.2). Also wxPythonWIN32-2.3.3.1-Py22 and ActivePython-2.2.1-222. In the sample below, commenting out...
0
by: Dave Harrison | last post by:
Ok before I start, please dont mail me telling me to use a more recent version of Python, I _would_ use 2.2.x but due to an existing framework all based on using 2.1.1 I have been specifically told...
4
by: Ajay | last post by:
hi! i have an application that runs on a pocket pc. the application has a server which responds to UDP requests. each request contains the address of another server (say, server_b). the pocket...
1
by: santhosh_176 | last post by:
:I Created a Pocket PC application for iPAQ 5450. Every thing went fine even installer creation. I could run the setup and install it into the actual device and worked fine. The application enables...
4
by: Nick | last post by:
Hi, I have a windows application, wherein the solution consists of 5 projects. When I try to create a setup and deployment project for this solution, I'm somehow unable to add anything in...
11
by: Abhishek | last post by:
I have a problem transfering files using sockets from pocket pc(.net compact c#) to desktop(not using .net just mfc and sockets 2 API). The socket communication is not a issue and I am able to...
0
by: Adam Clauss | last post by:
I have a C++ COM Addin I wrote for Outlook (2002) using VS.Net 2002. Having completed it, I am now looking to create a setup project and install it on another machine. I created a setup project...
3
by: Jay | last post by:
Hello, I have Windows Forms application which uses MS Access Database and a Pocket PC application which uses Datasets, Iam trying to pass Datasets between these applications using WebServices. ...
13
by: Lee Newson | last post by:
Hi, I have just written my first application using VB.NET. The app works fine when i am running it within .NET for debugging purposes, however when i try to run the app from the .exe file that...
1
by: g950101 | last post by:
Hi, I faced some problems during using pyfort. The log for installing pyfort is attached: running install running build running build_py running build_scripts copying pyfort...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.