Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
7answers
9k views

Deploy a Desktop Shortcut to a Device running Windows CE 4.2 (VS2005)

I have an application written using VS2005 in C# targeting the Compact Framework 2.0 SP2. As part of the solution, I have CAB deploy project which deploys to the device without a problem. What I can't ...
5
votes
3answers
5k views

Where can I get the cabarc utility?

I'm trying to compile a program which uses cabarc.exe, but I don't have cabarc.exe. The problem is that the Microsoft Cabinet SDK is no longer available so I can't get it from there either. Where can ...
5
votes
5answers
1k views

What's your opinion on MS CAB (Composite Application Block)?

I'm in the process of evaluating the use of CAB for a new .net 3.5 winform project I plan to use the Infragistics toolset, which is known to be 'CAB compliant' While CAB has the immediate upside of ...
4
votes
4answers
4k views

Managed Extensibility Framework (MEF) vs. Composite UI Application Block (CAB)

We are currently looking at either using CAB or MEF for our next application. I didn't see any examples on codeplex of how event brokering is handled for sibling control communication, maybe I missed ...
4
votes
3answers
3k views

How to create the inf file for a smart device cab project from command line?

I am trying to get my continuous integration to create build the smart device cab project from within msbuild on the command line. Everything that I have found says to use the inf file (with cabwiz) ...
3
votes
1answer
102 views

Can anyone tell me what is wrong with this .INF file?

I've been stuck on this all day, and have just run out of ideas. I'm trying to run an installer from a CAB file initiated on a web page. I built a cab file that includes an installer ...
3
votes
2answers
625 views

WinForms Dynamic Localization

We have CAB (Composite Application Block) based smart client winform application. One of our software requirement is to replacing the text dynamically when the user change the language option ...
2
votes
1answer
120 views

CAB file installation within MSI

I have a CAB file which will do some registration within the IE,I need to make an MSI file that will be downloaded first then while installing it it should install the CAB file I also have some ...
2
votes
1answer
196 views

How can WPF's ICommand be represented as a simple string to be loosly coupled with the UI?

In the past with windows forms I both used parts of Composite UI Application Block combined with some centralised command handling and security rules to achieve a loosly coupled MVC approach to ...
2
votes
1answer
3k views

Deploy C# ActiveX in a CAB for Internet Explorer use

I am desperately trying to deploy an ActiveX for IE developed in C# as a CAB archive. I have read many resources (some of them from StackOverflow) and it appears a lot of people are having the same ...
2
votes
2answers
597 views

windows mobile 6.5 CAB signing and wceload /silent problem

I generated a personal certificate file *.cer, signed my CAB file with it, installed this certificate on Windows Mobile 6.5. I want to silently install this CAB on the device. I call "wceload.exe ...
2
votes
1answer
145 views

Upgrade CAB and Prism 2 to Prism 4

We have several CAB and prism 2 applications which we plan to migrate to Prism 4. Has anyone any experiance with migration of CAB and/or Prism 2 applications to Prism 4? Are there any "gotchas" ...
2
votes
1answer
385 views

How can I create an MSI from a CAB file?

I need to push out a Crystal Reports Active X Print Control to my users, as they do not have access to their own machines to install it themselves. Ideally I'd like to do this via an MSI that I can ...
2
votes
1answer
202 views

Deploying an application into a smart device

Just wondering what is the best way to deploy an application into a device using Active Sync / Windows Mobile Device Center? I looked into creating a CAB Project which works but I just want to know ...
2
votes
3answers
677 views

Is there a “ZIP project” in Visual Studio?

In Visual Studio there are several "Setup and Deployment" projects, one of these is "CAB Project". But I actually want a simple "ZIP Project" which enables me to add some folders + dll's from my ...
2
votes
3answers
1k views

How to extract files from .CAB file using C#.Net?

I have a CAB file generated from CABARC.EXE. I need to extract the file using ASP.Net C#.Net. How to do it in C#.net itself? I don't want to use the same CABARC.EXE for extraction. Because we don't ...
2
votes
1answer
764 views

Sharepoint Web Part CAB Deployment Failing - Missing Resource file

Issue: When attempting to add a custom Web Part to a Sharepoint site, addition fails with 'File Not Found' Error. Checking the 12\LOGS indicates a resource file issue: #20015: Cannot open ...
2
votes
1answer
3k views

C#/.NET: Creating a CAB and adding files to it without an external library

I'm aware there is a similar question but the marked answer provides a link to an external library which requires several dependencies to be installed on the user's machine. I don't need extraction ...
2
votes
1answer
2k views

Issue with .cab file (ActiveX) installation on Windows Vista and 7

I have made an ActiveX control and have made its .cab file for automatic installation on client machine using Internet Explorer.. It working fine of Windows XP, but on windows Vista and Windows 7 its ...
2
votes
3answers
816 views

Which WinForms CompositeUI framework to choose?

my team is minutes before developing the head application for our company and we ran into roadblock in our design. my team develops WinForms application in C#, .NET 3.5. The first thing we need to ...
2
votes
2answers
373 views

Can I host an ASP.NET application in a CAB WinForms application?

I have a .NET 2.0 WinForms application that was developed using the Composite Application Block and Smart Client Software Factory. I'm considering the development of a module that would contain a ...
2
votes
1answer
335 views

What is the best practice for domain model re-use in composite applications?

We have a composite application built using the Composite UI Application Block (CAB)/Smart Client Software Factory (SCSF). To date, each module in our composite app has used its own set of DTO's, and ...
1
vote
1answer
15 views

Fire a native DLL (from the entry point) in CAB install (on Windows Mobile)

Knowing the entry point in native Windows CE DLL and providing it with CAB file is it possible to run the function at some point of installation? Is it possible to put such 'wish' to _setup.xml or ...
1
vote
3answers
39 views

editing pre-existing cab files/installer files

I'm currently trying to make a download/install file for a CD, and I've never done this or written any type of coding before so I'm somewhat at a loss. When we last created an installer package (I ...
1
vote
1answer
86 views

Setting default drive to be \Storage Card

Is it possible to set "default drive" to be \Storage Card in Windows Mobile so that wceload.exe can install CAB file onto SD card, not default FLASH memory? Regards
1
vote
1answer
62 views

How do I install an app onto Win Mobile 6.5 device so it appears on the desktop/start menu?

I created a CAB project and the installer runs fine on my mobile device, but I have to go to the explorer and open "Program Files/My APP" to find the exe and launch it. Is there some action I have to ...
1
vote
1answer
43 views

CAB Framework WorkItem event switching between user controls

I have a problem using CAB Framework. I created some GUI User control interfaces and put them on my screen, that works fine. However, I would like to save my data between the different user controls. ...
1
vote
3answers
83 views

Thin client message “not enough space” when unpacking the cab

I am installing a .net (CF) app using a cab, on a thin client running WinCE 6.0. When I first install it, everything is fine, and the app gets installed in the specified location. Just out of ...
1
vote
1answer
81 views

Setup dll doesn't run in WindowsCE when attached to CAB

I have used the steps outlined here http://msdn.microsoft.com/en-us/library/aa924308.aspx to create and attached a setup.dll to my previously created CAB. But the setup.dll doesn't run. Any ...
1
vote
1answer
323 views

Windows 7: ActiveX component can not create object

I found this tutorial about Activex component but I am getting an error under Internet explorer 8 and Windows 7 pro: "An ActiveX component can not create object" this tutorial is working fine under ...
1
vote
1answer
80 views

CAB: Get service instance without having a reference to WorkItem

Is it possible to get an instance of a service without having a WorkItem context? I have a some classes that need to access some services, and i'm wondering if it's possible to get those services ...
1
vote
1answer
188 views

How to read content of _setup.xml file from .CAB file

Platform are wince5.0 and 6.0. As you know that we can add some information in to *.inf file such as write some data into registry when installing .cab before generating .CAB. Now, my program is ...
1
vote
2answers
133 views

How to Shift from MVP pattern to SCSF CAB pattern?

I have designed and developed my application in MVP Pattern. I have not used any software factory to achieve this. Now i want to shift to SCSF pattern and CAB structure. I need to know if it can be ...
1
vote
0answers
63 views

creating desktop shortcut for “cab file”

i have an application designd for working on smartphone....... to install that, a cab file has been created, but the shortcut on the user desktop is not coming. can any1 plz guide me?
1
vote
2answers
1k views

.NET Compact Framework - CAB auto update on Windows Mobile 6.5

I'm developing an auto update feature for my Windows Mobile 6.5 .NET CF 3.5 application. I haev ended up with following solution. I use SOAP WebService to check whether a new version of application ...
1
vote
1answer
409 views

Change Application Folder Path of Windows CE Setup Project

I've created an application for Windows CE and I'm trying to create a setup project. I'm doing a silent update operation and need to install the .CAB files to a specific folder (\Program Files\abc\xx) ...
1
vote
1answer
260 views

.Net CF - Reboot after installation from CAB

We need to reboot a Windows CE device after installation of our CAB file. We basically created a Smart Device CAB project in Visual Studio 2008. We are developing in C#. I have seen examples of ...
1
vote
1answer
135 views

.Net Compact Framework - Cab Builder on build server re-includes excluded libraries

We are using a Cab Builder project in VS2008 to generate our CF cab files. This works well until we make changes that affect the dependencies. The Cab Builder project decides we need all sorts of ...
1
vote
1answer
280 views

windows mobile 6.5 CAB signing - what is the added value?

I'm developing a Windows Mobile 6.5 application in .NET CF 3.5 for a dedicated customer. The app has implemented functionality of autoupdate. The application asks WebService at startup for a newer ...
1
vote
1answer
386 views

Deploy the application. NET for Windows Mobile 6.x

created in a prjeto. NET Compact Framework 3.5 for Windows Mobile 6.x. I wonder how you do to create the installer (. cab) for this project? How do deploy. NET Framework and SQL CE for Mobile? Given ...
1
vote
1answer
196 views

SetupDLL to remove a folder and a key register

Develop an application on Compact Framework. net 3.5 c# for Windows Mobile 6.x. In uninstalling the application would like to remove some keys in the register and a folder with its contents. ...
1
vote
2answers
307 views

CAB/SCSF Command vs Events

What is the difference between the Commands and the Events in CAB? There seem to do the same thing, when is the command intent to be used and the events?
1
vote
1answer
112 views

Why is IE deleting an ActiveX installer while it's installing?

I have an ActiveX control that is delivered as a CAB. I have an HTML page that is just an OBJECT tag with the cab name and clsid (so nothing else on the page yet). This causes IE to ask about ...
1
vote
1answer
187 views

Signing a cab file

Disclaimer: I have no experience in signing the files and this is my first time. We have a wildcard SSL certificate for our websites. Now we are going to host an ActiveX control on one of our sites. ...
1
vote
0answers
78 views

SCSF Calling services asynchronously

are there any best practices for calling SCSF services asynchronously? Particularly I'm interesting in: Executions of requests in background; Cancellation support; Reporting progress. Currently I ...
1
vote
1answer
192 views

.NET Compact Framework: CAB file configuration

I have a Windows Mobile application that I send to my client as a CAB file and then he installs it to 20 mobile devices. This application communicates with web service and has config.ini file in the ...
1
vote
2answers
164 views

Composite Application Block - Is there a suitable replacement available?

I have two very large WinForm applications built on the now dead Composite Application Block ("CAB") from Microsoft Patterns & Practices. I was an earlier adopter and jumped in first to embrace ...
1
vote
1answer
563 views

How to add icon file in the cab file of mobile application?

I am developing smart device application in C#. When I deploy my application on emulator it shows the default name for the exe of my application & there is no icon associated with it. Now I have ...
1
vote
1answer
11 views

Issue with ressources files in CF

I've done a compact framework app with sevral ressource files for globalization, and packagd everything into a CAB file. My problem is that some of this ressources files seem to be unreadable ...
1
vote
2answers
97 views

How to unzip CAB file with ActiveX on unix system?

I tried to use unzip, bunzip2, gunzip. But none of these tools can unzip CAB file.

1 2 3 4