|
-
Aug 29th, 2006, 10:40 AM
#1
Thread Starter
Addicted Member
-
Aug 29th, 2006, 10:53 AM
#2
Fanatic Member
Re: How to make a cab?
is this for visual studio 2003 or 2005
In the Build Menu there should be an option called Build CAB File, this create the cab files.
if 2005 check out this http://blogs.msdn.com/netcfteam/arch...11/479793.aspx
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Aug 29th, 2006, 11:02 AM
#3
Thread Starter
Addicted Member
Re: How to make a cab?
It is for VB NET 2005 professional ,
It is very long artical.
What do you do , when you want to make an installation for pocket pc
I have pocket pc model: ( Hp Ipaq Rx3715 ) and I want to make an installation only for that type of Ipaq,
Can you guide me what to do for making a cab file for this model?

Giving an exact answer
Saves a lot of time!!!
-
Aug 29th, 2006, 11:03 AM
#4
Fanatic Member
Re: How to make a cab?
"It is very long artical." ------> LAZY
there is nothing difficult with making cab files you just need to copy the one for your processor type
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Aug 29th, 2006, 11:27 PM
#5
Thread Starter
Addicted Member
Last edited by noam309; Aug 29th, 2006 at 11:52 PM.

Giving an exact answer
Saves a lot of time!!!
-
Aug 30th, 2006, 03:52 AM
#6
Fanatic Member
Re: How to make a cab?
You copy it onto the device ! ! ! as a CAB file is an installer file form Windows CE, Pocket PC or Windows Mobile
Then when its on the device you double tap on it to run it...
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Aug 30th, 2006, 04:13 AM
#7
Thread Starter
Addicted Member
Re: How to make a cab?
Strider , Sorry but didn't understand! what should I copy?
I have my application in the release directory in VB NET,
Do I have to change its extension??
what do I have to copy??
Please , what is regular for you it is new for me , so please can you give an exact instruction

Giving an exact answer
Saves a lot of time!!!
-
Aug 30th, 2006, 04:17 AM
#8
Fanatic Member
Re: How to make a cab?
when you browse to the directory of your solution there is a folder called CAB contain debug/realease folders
in these folders are the installers for different type of device processors
now you copy the cab file you need, then open up the mobile device directory and copy the file into it.
then on the device run the cab file by double tapping on it
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Aug 30th, 2006, 04:29 AM
#9
Thread Starter
Addicted Member
-
Aug 31st, 2006, 06:11 AM
#10
Thread Starter
Addicted Member
-
Aug 31st, 2006, 07:23 AM
#11
Fanatic Member
Re: How to make a cab?
"when you browse to the directory of your solution there is a folder called CAB contain debug/realease folders"
browse -> MY COMPUTER-> C:\MYPROJECT\CAB\DEBUG\
DID YOU DO THIS?
WHAT DID YOU SEE?
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Aug 31st, 2006, 08:37 AM
#12
Thread Starter
Addicted Member
Re: How to make a cab?
No, I don't have a cab directory ,I have
my project directory like this as I remember because I'm not near the computer now: but at 20:00 Pm I'll tell you exactly what I have:
c:\my project\bin\
and in the directory "bin" -I have solution\ , and debug\
but there is no directory called cab is in the project directory?!
what to do?

Giving an exact answer
Saves a lot of time!!!
-
Aug 31st, 2006, 09:39 AM
#13
Fanatic Member
Re: How to make a cab?
to make build the cab files you need to click on the button in cab1.bmp that is in Visual Studio or else use the Menus that can be seen in cab2.bmp
then in cab3.jpg you can see the cab file for the Vb.net Solution (as in .sln file not solution explorer) or project
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Sep 1st, 2006, 03:14 AM
#14
Thread Starter
Addicted Member
-
Sep 1st, 2006, 05:35 AM
#15
Fanatic Member
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Sep 1st, 2006, 06:11 AM
#16
Thread Starter
Addicted Member
Re: How to make a cab?
Thank you about the artical
but can you please tell me where is this menu ?
with cab build..
is it in VB NET 2005 EXPRESS EDITION?
or
VB NET PROFESSIONAL EDITION 2005 ?
or is it only at 2003 version?
please it is very important . IS THERE ANY DIFFERENCE BETWEEN 2003 and 2005 with deployment? I have read in msdn ,and it says that there is a cab build , something with - Wizard.exe , but I couldn't find it.
please I need more information about the screenshot you attached.

Giving an exact answer
Saves a lot of time!!!
-
Sep 1st, 2006, 06:16 AM
#17
Fanatic Member
Re: How to make a cab?
this menu does not exist in 2005 in the smart device project menu.
in 2005 the article says u need to create a separate project to create CAB files
then in this project there is build cab menu
its all in the article on the walkthrough http://msdn2.microsoft.com/en-us/library/zcebx8f8.aspx
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Sep 1st, 2006, 06:47 AM
#18
Thread Starter
Addicted Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|